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 AnalysisCachePMDConfiguration. getAnalysisCache()Retrieves the currently used analysis cache.Methods in net.sourceforge.pmd with parameters of type AnalysisCache Modifier and Type Method Description voidPMDConfiguration. 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 classAbstractAnalysisCacheDeprecated.This is internal API, will be hidden with 7.0.0classFileAnalysisCacheDeprecated.This is internal API, will be hidden with 7.0.0classNoopAnalysisCacheDeprecated.This is internal API, will be hidden with 7.0.0
-