Uses of Interface
net.sourceforge.pmd.cache.AnalysisCache
-
Packages that use AnalysisCache Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.cache The violation caching system. -
-
Uses of AnalysisCache in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return AnalysisCache Modifier and Type Method Description AnalysisCache
PMDConfiguration. getAnalysisCache()
Retrieves the currently used analysis cache.Methods in net.sourceforge.pmd with parameters of type AnalysisCache Modifier and Type Method Description void
PMDConfiguration. setAnalysisCache(AnalysisCache cache)
Sets the analysis cache to be used. -
Uses of AnalysisCache in net.sourceforge.pmd.cache
Classes in net.sourceforge.pmd.cache that implement AnalysisCache Modifier and Type Class Description class
AbstractAnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0class
FileAnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0class
NoopAnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0
-