public class XDocsReporter extends Object implements groovy.lang.GroovyObject, FindBugsInfo
BUNDLE_NAME, DESCRIPTION_KEY, findbugsEfforts, findbugsPriority, findbugsThresholds, JAVA_REGEX_PATTERN, JAVA_SOURCES_KEY, NAME_KEY, PLUGIN_NAME, SOURCE_ROOT_KEY, TEST_SOURCE_ROOT_KEY
Constructor and Description |
---|
XDocsReporter(ResourceBundle bundle,
org.apache.maven.plugin.logging.Log log,
String threshold,
String effort,
String outputEncoding)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
evaluateThresholdParameter(String thresholdValue)
Returns the threshold string value for the integer input.
|
void |
generateReport() |
List |
getBugClasses() |
ResourceBundle |
getBundle() |
List |
getCompileSourceRoots() |
String |
getEffort() |
groovy.util.slurpersupport.GPathResult |
getFindbugsResults() |
protected String |
getFindBugsVersion()
Gets the Findbugs Version of the report.
|
org.apache.maven.plugin.logging.Log |
getLog() |
groovy.lang.MetaClass |
getMetaClass() |
static String |
getNOLINE_KEY() |
String |
getOutputEncoding() |
Writer |
getOutputWriter() |
Object |
getProperty(String name) |
String |
getThreshold() |
Object |
invokeMethod(String name,
Object args) |
void |
setBugClasses(List value) |
void |
setBundle(ResourceBundle value) |
void |
setCompileSourceRoots(List value) |
void |
setEffort(String value) |
void |
setFindbugsResults(groovy.util.slurpersupport.GPathResult value) |
void |
setLog(org.apache.maven.plugin.logging.Log value) |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setOutputEncoding(String value) |
void |
setOutputWriter(Writer value) |
void |
setProperty(String name,
Object value) |
void |
setThreshold(String value) |
public XDocsReporter(ResourceBundle bundle, org.apache.maven.plugin.logging.Log log, String threshold, String effort, String outputEncoding)
bundle
- - The Resource Bundle to usepublic static final String getNOLINE_KEY()
public ResourceBundle getBundle()
public void setBundle(ResourceBundle value)
public org.apache.maven.plugin.logging.Log getLog()
public void setLog(org.apache.maven.plugin.logging.Log value)
public String getThreshold()
public void setThreshold(String value)
public String getEffort()
public void setEffort(String value)
public Writer getOutputWriter()
public void setOutputWriter(Writer value)
public groovy.util.slurpersupport.GPathResult getFindbugsResults()
public void setFindbugsResults(groovy.util.slurpersupport.GPathResult value)
public List getBugClasses()
public void setBugClasses(List value)
public List getCompileSourceRoots()
public void setCompileSourceRoots(List value)
public String getOutputEncoding()
public void setOutputEncoding(String value)
protected String evaluateThresholdParameter(String thresholdValue)
thresholdValue
- The ThresholdValue integer to evaluate.protected String getFindBugsVersion()
public void generateReport()
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String name, Object args)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String name)
getProperty
in interface groovy.lang.GroovyObject
Copyright © 2005-2012 Codehaus. All Rights Reserved.