Uses of Interface
net.sourceforge.pmd.ThreadSafeReportListener
-
Packages that use ThreadSafeReportListener Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.cache The violation caching system. -
-
Uses of ThreadSafeReportListener in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return types with arguments of type ThreadSafeReportListener Modifier and Type Method Description List<ThreadSafeReportListener>Report. getListeners()Methods in net.sourceforge.pmd with parameters of type ThreadSafeReportListener Modifier and Type Method Description voidReport. addListener(ThreadSafeReportListener listener)Registers a report listenerMethod parameters in net.sourceforge.pmd with type arguments of type ThreadSafeReportListener Modifier and Type Method Description voidReport. addListeners(List<ThreadSafeReportListener> allListeners)Adds all given listeners to this report -
Uses of ThreadSafeReportListener in net.sourceforge.pmd.cache
Subinterfaces of ThreadSafeReportListener in net.sourceforge.pmd.cache Modifier and Type Interface Description interfaceAnalysisCacheDeprecated.This is internal API, will be hidden with 7.0.0Classes in net.sourceforge.pmd.cache that implement ThreadSafeReportListener 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
-