public class ConvertXmlToTextTask extends AbstractFindBugsTask
createSystemPropertyAbstractFindBugsTask.SystemPropertyDEFAULT_TIMEOUT, errorProperty, 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 |
setFailIfBugFound(boolean failIfBugFound) |
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, setTimeoutbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic 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.public void setFailIfBugFound(boolean failIfBugFound)
failIfBugFound - true to 'fail' at the end if at least one bug is reportedprotected 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.