|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.emma.task.AbstractTask
public abstract class AbstractTask
Abstract class for executing EMMA actions.
Constructor Summary | |
---|---|
AbstractTask()
|
Method Summary | |
---|---|
protected String[] |
getCanonicalPaths(File[] files)
Returns the canonical paths of an array of files. |
File |
getOutputDirectory()
Gets the output directory. |
boolean |
isVerbose()
Is the task verbose. |
void |
setOutputDirectory(File outputDirectory)
Sets the output directory. |
void |
setVerbose(boolean verbose)
Sets the verbosity of the task. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractTask()
Method Detail |
---|
public boolean isVerbose()
true
if the task is verbose.public void setVerbose(boolean verbose)
verbose
- true
if the task is verbose.public File getOutputDirectory()
public void setOutputDirectory(File outputDirectory)
outputDirectory
- the output directory.protected String[] getCanonicalPaths(File[] files) throws IOException
files
- the files.
IOException
- if things went wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |