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 Iterator | 
filesets()  | 
boolean | 
isExtended()  | 
boolean | 
isVerbose()  | 
boolean | 
performExtendedInstrumentation()
Should we enhance references to class fields outside the class itself? 
 | 
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 Iterator filesets()
public boolean isExtended()
public void setExtended(boolean extended)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public final boolean performExtendedInstrumentation()
Instrumenter.OptionsperformExtendedInstrumentation 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 © 2001-2015 Red Hat, Inc. All Rights Reserved.