Method Summary |
|
public void | copyFile(File sourceFile, File destFile, boolean filtering) Convienence method to copy a file from a source to a destination
specifying if token filtering must be used. |
public void | execute() Executes the task. |
public File | resolveFile(String fileName) |
protected void | scanDir(File srcDir, File destDir, String files) Scans the directory looking for source files to be compiled and
support files to be copied. |
public void | setBaseDir(String baseD) |
public void | setBaseDir(File baseDir) |
public void | setBootclasspath(String bootclasspath) Sets the bootclasspath that will be used to compile the classes
against. |
public void | setClasspath(String classpath) Set the classpath to be used for this compilation. |
public void | setDebug(boolean debugString) Set the debug flag. |
public void | setDeprecation(boolean deprecationString) Set the deprecation flag. |
public void | setDestDir(File destDirName) Set the destination directory into which the Java source
files should be compiled. |
public void | setDestDir(String destD) |
public void | setExtdirs(String extdirs) Sets the extension directories that will be used during the
compilation. |
public void | setFiltering(boolean filter) Set the filtering flag. |
public void | setOptimize(boolean optimizeString) Set the optimize flag. |
public void | setSrcDir(File srcDirName) Set the source dir to find the source Java files. |
public void | setSrcDir(String srcD) |
public void | setTarget(String target) Sets the target VM that the classes will be compiled for. |