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, setTaskType
public 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.Options
performExtendedInstrumentation
in interface Instrumenter.Options
protected abstract Instrumenter buildInstrumenter(Logger logger, Instrumenter.Options options)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.