|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.mojo.findbugs.XDocsReporter
public class XDocsReporter
The reporter controls the generation of the FindBugs report.
| Constructor Summary | |
|---|---|
XDocsReporter(ResourceBundle bundle,
org.apache.maven.plugin.logging.Log log,
String threshold,
String effort,
String outputEncoding)
Default constructor. |
|
| Method Summary | |
|---|---|
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)
|
List |
getTestSourceRoots()
|
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 |
setTestSourceRoots(List value)
|
void |
setThreshold(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XDocsReporter(ResourceBundle bundle,
org.apache.maven.plugin.logging.Log log,
String threshold,
String effort,
String outputEncoding)
bundle - - The Resource Bundle to use| Method Detail |
|---|
public 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 List getTestSourceRoots()
public void setTestSourceRoots(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.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObject
public Object invokeMethod(String name,
Object args)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObject
public void setProperty(String name,
Object value)
setProperty in interface groovy.lang.GroovyObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||