Uses of Class
net.sourceforge.pmd.lang.document.FileCollector
-
Packages that use FileCollector Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.cpd Token-based copy-paste detection.net.sourceforge.pmd.lang.document Contains types to model text files and handle operations on text. -
-
Uses of FileCollector in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return FileCollector Modifier and Type Method Description FileCollectorPmdAnalysis. files()Returns the file collector for the analysed sources. -
Uses of FileCollector in net.sourceforge.pmd.cpd
Methods in net.sourceforge.pmd.cpd that return FileCollector Modifier and Type Method Description FileCollectorCpdAnalysis. files() -
Uses of FileCollector in net.sourceforge.pmd.lang.document
Methods in net.sourceforge.pmd.lang.document that return FileCollector Modifier and Type Method Description static FileCollectorInternalApiBridge. newCollector(FileCollector collector, PmdReporter reporter)static FileCollectorInternalApiBridge. newCollector(LanguageVersionDiscoverer discoverer, PmdReporter reporter)Methods in net.sourceforge.pmd.lang.document with parameters of type FileCollector Modifier and Type Method Description voidFileCollector. absorb(FileCollector otherCollector)Add all files collected in the other collector into this one.voidFileCollector. exclude(FileCollector excludeCollector)Remove all files collected by the given collector from this one.static FileCollectorInternalApiBridge. newCollector(FileCollector collector, PmdReporter reporter)
-