public class AugmentIconGhostingTask
extends org.apache.tools.ant.Task
| Constructor | Description |
|---|---|
AugmentIconGhostingTask() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addClassPathSet(org.apache.tools.ant.types.FileSet fSet) |
|
void |
addIconGhosting(IconGhostingType iconGhosting) |
Adds information on a single class-method pair for injecting the icon
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, waitclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectbindToOwner, 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 - public void addIconGhosting(IconGhostingType iconGhosting)
iconGhosting - Class-method pair for injecting the icon 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 -