public class AugmentContainerGhostingTask
extends org.apache.tools.ant.Task
Constructor | Description |
---|---|
AugmentContainerGhostingTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
addClassPathSet(org.apache.tools.ant.types.FileSet fSet) |
|
void |
addContainerGhosting(ContainerGhostingType containerGhosting) |
Adds information on a single class-method pair for injecting the
container ghosting code.
|
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 |
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 addContainerGhosting(ContainerGhostingType containerGhosting)
containerGhosting
- Class-method pair for injecting the container ghosting code.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 setVerbose(boolean bool)
bool
-