public class ConvertXmlToTextTask extends AbstractFindBugsTask
createSystemPropertyAbstractFindBugsTask.SystemPropertyDEFAULT_TIMEOUT, execResultProperty, FINDBUGS_JAR, RESULT_PROPERTY_SUFFIX| Constructor and Description |
|---|
ConvertXmlToTextTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterExecuteJavaProcess(int rc) |
protected void |
beforeExecuteJavaProcess() |
protected void |
checkParameters()
Check that all required attributes have been set.
|
protected void |
configureFindbugsEngine() |
void |
setApplySuppression(boolean applySuppression) |
void |
setFormat(java.lang.String format) |
void |
setInput(java.lang.String input) |
void |
setInputFile(java.lang.String input) |
void |
setLongBugCodes(boolean longBugCodes) |
void |
setOutput(java.lang.String output) |
void |
setOutputFile(java.lang.String output) |
addArg, createClasspath, createFindbugsEngine, createPluginList, createSystemProperty, execute, getDebug, getFindbugsEngine, setClasspath, setClasspathRef, setDebug, setErrorProperty, setFailOnError, setHome, setInputString, setJvm, setJvmargs, setPluginList, setPluginListRef, setTimeoutpublic void setLongBugCodes(boolean longBugCodes)
longBugCodes - The longBugCodes to set.public void setApplySuppression(boolean applySuppression)
applySuppression - The applySuppression to set.public void setInput(java.lang.String input)
input - The input to set.public void setOutput(java.lang.String output)
output - The output to set.public void setInputFile(java.lang.String input)
input - The input to set.public void setOutputFile(java.lang.String output)
output - The output to set.public void setFormat(java.lang.String format)
format - The format to set.protected void checkParameters()
AbstractFindBugsTaskcheckParameters in class AbstractFindBugsTaskprotected void configureFindbugsEngine()
configureFindbugsEngine in class AbstractFindBugsTaskprotected void beforeExecuteJavaProcess()
beforeExecuteJavaProcess in class AbstractFindBugsTaskprotected void afterExecuteJavaProcess(int rc)
afterExecuteJavaProcess in class AbstractFindBugsTaskFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.