org.codehaus.mojo.emma.task
Class InstrumentTask

java.lang.Object
  extended by org.codehaus.mojo.emma.task.AbstractTask
      extended by org.codehaus.mojo.emma.task.InstrumentTask

public class InstrumentTask
extends AbstractTask

Instrument classes.

Author:
Alexandre ROMAN

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

InstrumentTask

public InstrumentTask()
Method Detail

execute

public void execute()
             throws IOException
Executes the task.

Throws:
IOException

getInstrumentationPaths

public File[] getInstrumentationPaths()
Gets the instrumentation paths.

Returns:
the instrumentation paths.

setInstrumentationPaths

public void setInstrumentationPaths(File[] instrumentationPaths)
Sets the instrumentation paths.

Parameters:
instrumentationPaths - the instrumentation paths.

isMerge

public boolean isMerge()
Gets the merge mode.

Returns:
the merge mode.

setMerge

public void setMerge(boolean merge)
Sets the merge mode.

Parameters:
merge - the merge mode.

getMetadataFile

public File getMetadataFile()
Gets the metadata file.

Returns:
the metadata file.

setMetadataFile

public void setMetadataFile(File metadataFile)
Sets the metadata file.

Parameters:
metadataFile - the metadata file.

getFilters

public String[] getFilters()
Gets the filters.

Returns:
the filters.

setFilters

public void setFilters(String[] filters)
Sets the filters.

Parameters:
filters - the filters.


Copyright © 2007-2012 Codehaus. All Rights Reserved.