org.acm.seguin.ant
Class Pretty

java.lang.Object
  extended by Task
      extended by org.acm.seguin.ant.Pretty

public final class Pretty
extends Task

Version:
$Revision: 1.10 $
Author:
Ara Abrahamian (ara_e@email.com)

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

Pretty

public Pretty()
Method Detail

setCvs

public void setCvs(boolean cvs)
Sets the cvs attribute of the Pretty object

Parameters:
cvs - The new cvs value

setSettingsdir

public void setSettingsdir(java.io.File new_settings_dir)
Sets the settingsdir attribute of the Pretty object

Parameters:
new_settings_dir - The new settingsdir value

getCompileDir

public java.io.File getCompileDir()

setCompileDir

public void setCompileDir(java.io.File compileDir)

setTimeZone

public void setTimeZone(java.lang.String timeZone)
Sets the timeZone attribute of the Pretty object

Parameters:
timeZone - The new timeZone value

addFileset

public void addFileset(FileSet set)
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
Description of the Method

Throws:
BuildException - Description of the Exception

validateAttributes

protected void validateAttributes()
                           throws BuildException
Ensure we have a consistent and legal set of attributes, and set any internal flags necessary based on different combinations of attributes.

Throws:
BuildException - Description of the Exception