| org.acm.seguin.ant.Pretty
Pretty | final public class Pretty extends Task (Code) | | author: Ara Abrahamian (ara_e@email.com) version: $Revision: 1.10 $ |
addFileset | public void addFileset(FileSet set)(Code) | | Adds a set of files (nested fileset attribute).
Parameters: set - The feature to be added to the Fileset attribute |
execute | public void execute() throws BuildException(Code) | | Description of the Method
exception: BuildException - Description of the Exception |
setCompileDir | public void setCompileDir(File compileDir)(Code) | | |
setCvs | public void setCvs(boolean cvs)(Code) | | Sets the cvs attribute of the Pretty object
Parameters: cvs - The new cvs value |
setSettingsdir | public void setSettingsdir(File new_settings_dir)(Code) | | Sets the settingsdir attribute of the Pretty object
Parameters: new_settings_dir - The new settingsdir value |
setTimeZone | public void setTimeZone(String timeZone)(Code) | | Sets the timeZone attribute of the Pretty object
Parameters: timeZone - The new timeZone value |
validateAttributes | protected void validateAttributes() throws BuildException(Code) | | Ensure we have a consistent and legal set of attributes, and set any
internal flags necessary based on different combinations of attributes.
exception: BuildException - Description of the Exception |
|
|