|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.classfile.Global
public abstract class Global
Static methods for accessing objects that are global to an analysis session. Hopefully, this will be limited to the analysis cache.
Constructor Summary | |
---|---|
Global()
|
Method Summary | |
---|---|
static IAnalysisCache |
getAnalysisCache()
Get the analysis cache for the current thread. |
static void |
removeAnalysisCacheForCurrentThread()
Remove the analysis cache for the current thread. |
static void |
setAnalysisCacheForCurrentThread(IAnalysisCache analysisCache)
Set the analysis cache for the current thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Global()
Method Detail |
---|
public static void removeAnalysisCacheForCurrentThread()
public static void setAnalysisCacheForCurrentThread(IAnalysisCache analysisCache)
analysisCache
- the analysis cache to set for the current threadpublic static IAnalysisCache getAnalysisCache()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |