public abstract class BasicInstrumentationTask extends org.apache.tools.ant.Task implements Instrumenter.Options
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicInstrumentationTask.LoggerBridge |
| Constructor and Description |
|---|
BasicInstrumentationTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set) |
protected abstract Instrumenter |
buildInstrumenter(Logger logger,
Instrumenter.Options options) |
void |
execute() |
protected java.util.Iterator |
filesets() |
boolean |
isExtended() |
boolean |
isVerbose() |
boolean |
performExtendedInstrumentation() |
void |
setExtended(boolean extended) |
void |
setVerbose(boolean verbose) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void addFileset(org.apache.tools.ant.types.FileSet set)
protected final java.util.Iterator filesets()
public boolean isExtended()
public void setExtended(boolean extended)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public final boolean performExtendedInstrumentation()
performExtendedInstrumentation in interface Instrumenter.Optionsprotected abstract Instrumenter buildInstrumenter(Logger logger, Instrumenter.Options options)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2013. All Rights Reserved.