Uses of Interface
net.sourceforge.pmd.reporting.ListenerInitializer
-
Packages that use ListenerInitializer Package Description net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of ListenerInitializer in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting that return ListenerInitializer Modifier and Type Method Description ListenerInitializerDeterministicOutputListenerWrapper. initializer()default ListenerInitializerGlobalAnalysisListener. initializer()Provides an initializer to gather analysis context before events start occurring.static ListenerInitializerListenerInitializer. noop()A listener that does nothing.static ListenerInitializerListenerInitializer. tee(Collection<? extends ListenerInitializer> listeners)Produce an analysis listener that forwards all events to the given listeners.Method parameters in net.sourceforge.pmd.reporting with type arguments of type ListenerInitializer Modifier and Type Method Description static ListenerInitializerListenerInitializer. tee(Collection<? extends ListenerInitializer> listeners)Produce an analysis listener that forwards all events to the given listeners.
-