Uses of Interface
net.sourceforge.pmd.lang.document.TextFile
-
Packages that use TextFile Package Description net.sourceforge.pmd.lang.document -
-
Uses of TextFile in net.sourceforge.pmd.lang.document
Methods in net.sourceforge.pmd.lang.document that return types with arguments of type TextFile Modifier and Type Method Description List<TextFile>
FileCollector. getCollectedFiles()
Returns an unmodifiable list of all files that have been collected.Methods in net.sourceforge.pmd.lang.document with parameters of type TextFile Modifier and Type Method Description boolean
FileCollector. addFile(TextFile textFile)
Add a pre-configured text file.
-