|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
org.acm.seguin.ant.Pretty
public final class Pretty
Constructor Summary | |
---|---|
Pretty()
|
Method Summary | |
---|---|
void |
addFileset(FileSet set)
Adds a set of files (nested fileset attribute). |
void |
execute()
Description of the Method |
java.io.File |
getCompileDir()
|
void |
setCompileDir(java.io.File compileDir)
|
void |
setCvs(boolean cvs)
Sets the cvs attribute of the Pretty object |
void |
setSettingsdir(java.io.File new_settings_dir)
Sets the settingsdir attribute of the Pretty object |
void |
setTimeZone(java.lang.String timeZone)
Sets the timeZone attribute of the Pretty object |
protected void |
validateAttributes()
Ensure we have a consistent and legal set of attributes, and set any internal flags necessary based on different combinations of attributes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pretty()
Method Detail |
---|
public void setCvs(boolean cvs)
cvs
- The new cvs valuepublic void setSettingsdir(java.io.File new_settings_dir)
new_settings_dir
- The new settingsdir valuepublic java.io.File getCompileDir()
public void setCompileDir(java.io.File compileDir)
public void setTimeZone(java.lang.String timeZone)
timeZone
- The new timeZone valuepublic void addFileset(FileSet set)
set
- The feature to be added to the Fileset attributepublic void execute() throws BuildException
BuildException
- Description of the Exceptionprotected void validateAttributes() throws BuildException
BuildException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |