public abstract class BasicInstrumentationTask extends 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(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) |
public void addFileset(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 BuildException
BuildException
Copyright © 2018 JBoss by Red Hat. All rights reserved.