public class CompileTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
CompileTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBindingFileSet(org.apache.tools.ant.types.FileSet bfSet) |
void |
addClassPathSet(org.apache.tools.ant.types.FileSet fSet) |
org.apache.tools.ant.types.Path |
createClasspath()
Creates the classpath for this task and returns
it.
|
void |
execute()
Hook method called by Ant.
|
org.apache.tools.ant.types.Path |
getClasspath()
Returns the current classpath.
|
void |
init()
Hook method called by ant framework to handle
task initialization.
|
void |
setBinding(String file) |
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
Sets the classpath for this task.
|
void |
setLoad(boolean bool) |
void |
setVerbose(boolean bool) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void init()
throws org.apache.tools.ant.BuildException
init in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void addClassPathSet(org.apache.tools.ant.types.FileSet fSet)
fSet - Filesetpublic org.apache.tools.ant.types.Path getClasspath()
public void setClasspath(org.apache.tools.ant.types.Path classpath)
classpath - The new classpath as a Path object.public org.apache.tools.ant.types.Path createClasspath()
public void setBinding(String file)
file - Binding filepublic void addBindingFileSet(org.apache.tools.ant.types.FileSet bfSet)
bfSet - Filesetpublic void setLoad(boolean bool)
bool - Load flagpublic void setVerbose(boolean bool)
bool - Verbose flagCopyright © 2005–2016 jibx.org. All rights reserved.