java.lang.Cloneablepublic class InstrumentTask
extends org.apache.tools.ant.Task
| Constructor | Description |
|---|---|
InstrumentTask() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addConfigured(org.apache.tools.ant.types.ResourceCollection resources) |
This task accepts any number of class file resources.
|
void |
execute() |
|
void |
setDestdir(java.io.File destdir) |
Sets the location of the instrumented classes.
|
void |
setRemovesignatures(boolean removesignatures) |
Sets whether signatures should be removed from JAR files.
|
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, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setDestdir(java.io.File destdir)
destdir - destination folder for instrumented classespublic void setRemovesignatures(boolean removesignatures)
removesignatures - true if signatures should be removedpublic void addConfigured(org.apache.tools.ant.types.ResourceCollection resources)
resources - Execution data resourcespublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2018. All rights reserved.