Uses of Class
edu.hm.hafner.analysis.parser.checkstyle.File
-
Packages that use File Package Description edu.hm.hafner.analysis.parser.checkstyle CheckStyle parser. -
-
Uses of File in edu.hm.hafner.analysis.parser.checkstyle
Methods in edu.hm.hafner.analysis.parser.checkstyle that return types with arguments of type File Modifier and Type Method Description Collection<File>CheckStyle. getFiles()Returns all files of this violations collection.Methods in edu.hm.hafner.analysis.parser.checkstyle with parameters of type File Modifier and Type Method Description voidCheckStyle. addFile(File file)Adds a new file to this bug collection.
-