public class AugmentMainTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
AugmentMainTask() |
Modifier and Type | Method and Description |
---|---|
void |
addClassPathSet(org.apache.tools.ant.types.FileSet fSet) |
void |
addDelegate(UiDelegateType delegate) |
org.apache.tools.ant.types.Path |
createClasspath()
Creates the classpath for this task and returns it.
|
void |
execute() |
org.apache.tools.ant.types.Path |
getClasspath()
Returns the current classpath.
|
void |
init() |
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
Sets the classpath for this task.
|
void |
setMainlafclassname(java.lang.String string) |
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, setTaskType
public void init() throws org.apache.tools.ant.BuildException
init
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void addClassPathSet(org.apache.tools.ant.types.FileSet fSet)
fSet
- public void addDelegate(UiDelegateType delegate)
delegate
- public 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 setMainlafclassname(java.lang.String string)
string
- public void setVerbose(boolean bool)
bool
-