| org.jibx.binding.ant.CompileTask
CompileTask | public class CompileTask extends Task (Code) | | Class alters user defined class files for JiBX functionality.
author: aglover author: pledbrook |
addBindingFileSet | public void addBindingFileSet(FileSet bfSet)(Code) | | Parameters: bfSet - |
addClassPathSet | public void addClassPathSet(FileSet fSet)(Code) | | Parameters: fSet - |
createClasspath | public Path createClasspath()(Code) | | Creates the classpath for this task and returns
it. If the classpath has already been created,
the method just returns that one.
|
execute | public void execute() throws BuildException(Code) | | Hook method called by Ant. Method first determines
class file path from user defined value, then
determines all binding files for class file weaving.
|
getClasspath | public Path getClasspath()(Code) | | Returns the current classpath.
|
init | public void init() throws BuildException(Code) | | Hook method called by ant framework to handle
task initialization.
|
setBinding | public void setBinding(String file)(Code) | | Parameters: file - |
setClasspath | public void setClasspath(Path classpath)(Code) | | Sets the classpath for this task. Multiple calls append the
new classpath to the current one, rather than overwriting it.
Parameters: classpath - The new classpath as a Path object. |
setLoad | public void setLoad(boolean bool)(Code) | | Parameters: bool - |
setVerbose | public void setVerbose(boolean bool)(Code) | | Parameters: bool - |
|
|