Cloneable
public class AugmentMainTask
extends org.apache.tools.ant.Task
Constructor | Description |
---|---|
AugmentMainTask() |
Modifier and Type | Method | 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(String string) |
|
void |
setVerbose(boolean bool) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
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(String string)
string
- public void setVerbose(boolean bool)
bool
-