Class InternalApiBridge
java.lang.Object
net.sourceforge.pmd.lang.document.InternalApiBridge
Internal API.
Acts as a bridge between outer parts of PMD and the restricted access internal API of this package.
None of this is published API, and compatibility can be broken anytime! Use this only at your own risk.
- Internal API:
- None of this is published API, and compatibility can be broken anytime! Use this only at your own risk.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileCollectornewCollector(FileCollector collector, PmdReporter reporter) static FileCollectornewCollector(LanguageVersionDiscoverer discoverer, PmdReporter reporter)
-
Method Details
-
newCollector
public static FileCollector newCollector(LanguageVersionDiscoverer discoverer, PmdReporter reporter) -
newCollector
-