|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.FindBugs2
org.codehaus.mojo.findbugs.FindBugs2Proxy
public class FindBugs2Proxy
Helper for FindBugs2 class
Field Summary |
---|
Fields inherited from class edu.umd.cs.findbugs.FindBugs2 |
---|
DEBUG |
Constructor Summary | |
---|---|
FindBugs2Proxy()
|
Method Summary | |
---|---|
edu.umd.cs.findbugs.BugReporter |
getBugReporter()
|
groovy.lang.MetaClass |
getMetaClass()
|
Object |
getProperty(String name)
|
void |
initializeProxyReporter(int thresholdParameter)
|
Object |
invokeMethod(String name,
Object args)
|
void |
setBugReporter(edu.umd.cs.findbugs.BugReporter bugReporter)
|
void |
setBugReporter(DelegateBugReporter value)
|
void |
setMetaClass(groovy.lang.MetaClass metaClass)
|
void |
setProperty(String name,
Object value)
|
Methods inherited from class edu.umd.cs.findbugs.FindBugs2 |
---|
addClassObserver, addFilter, clearAnalysisContext, createAnalysisContext, dispose, emitTrainingOutput, enableTrainingInput, enableTrainingOutput, excludeBaselineBugs, execute, getBugCount, getCurrentClass, getErrorCount, getMissingClassCount, getProject, getProjectName, getReleaseName, getTrainingInputDir, getTrainingOutputDir, getUserPreferences, main, registerBuiltInAnalysisEngines, registerPluginAnalysisEngines, setAbridgedMessages, setAnalysisFeatureSettings, setClassScreener, setDetectorFactoryCollection, setNoClassOk, setProgressCallback, setProject, setProjectName, setRelaxedReportingMode, setReleaseName, setScanNestedArchives, setSourceInfoFile, setUserPreferences, sortByCallGraph, useTrainingInput |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindBugs2Proxy()
Method Detail |
---|
public void setBugReporter(DelegateBugReporter value)
public void initializeProxyReporter(int thresholdParameter)
public edu.umd.cs.findbugs.BugReporter getBugReporter()
getBugReporter
in interface edu.umd.cs.findbugs.IFindBugsEngine
getBugReporter
in class edu.umd.cs.findbugs.FindBugs2
public void setBugReporter(edu.umd.cs.findbugs.BugReporter bugReporter)
setBugReporter
in interface edu.umd.cs.findbugs.IFindBugsEngine
setBugReporter
in class edu.umd.cs.findbugs.FindBugs2
public groovy.lang.MetaClass getMetaClass()
public void setMetaClass(groovy.lang.MetaClass metaClass)
public Object invokeMethod(String name, Object args)
public Object getProperty(String name)
public void setProperty(String name, Object value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |