|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.emma.task.AbstractTask
org.codehaus.mojo.emma.task.InstrumentTask
public class InstrumentTask
Instrument classes.
Constructor Summary | |
---|---|
InstrumentTask()
|
Method Summary | |
---|---|
void |
execute()
Executes the task. |
String[] |
getFilters()
Gets the filters. |
File[] |
getInstrumentationPaths()
Gets the instrumentation paths. |
File |
getMetadataFile()
Gets the metadata file. |
boolean |
isMerge()
Gets the merge mode. |
void |
setFilters(String[] filters)
Sets the filters. |
void |
setInstrumentationPaths(File[] instrumentationPaths)
Sets the instrumentation paths. |
void |
setMerge(boolean merge)
Sets the merge mode. |
void |
setMetadataFile(File metadataFile)
Sets the metadata file. |
Methods inherited from class org.codehaus.mojo.emma.task.AbstractTask |
---|
getCanonicalPaths, getOutputDirectory, isVerbose, setOutputDirectory, setVerbose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstrumentTask()
Method Detail |
---|
public void execute() throws IOException
IOException
public File[] getInstrumentationPaths()
public void setInstrumentationPaths(File[] instrumentationPaths)
instrumentationPaths
- the instrumentation paths.public boolean isMerge()
public void setMerge(boolean merge)
merge
- the merge mode.public File getMetadataFile()
public void setMetadataFile(File metadataFile)
metadataFile
- the metadata file.public String[] getFilters()
public void setFilters(String[] filters)
filters
- the filters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |