Uses of Class
edu.hm.hafner.analysis.parser.jcreport.File
-
Packages that use File Package Description edu.hm.hafner.analysis.parser.jcreport JC Report parser. -
-
Uses of File in edu.hm.hafner.analysis.parser.jcreport
Methods in edu.hm.hafner.analysis.parser.jcreport that return types with arguments of type File Modifier and Type Method Description List<File>Report. getFiles()Returns an unmodifiable Collection.Methods in edu.hm.hafner.analysis.parser.jcreport with parameters of type File Modifier and Type Method Description voidReport. addFile(File file)Adds a new File to the Collection.Method parameters in edu.hm.hafner.analysis.parser.jcreport with type arguments of type File Modifier and Type Method Description voidReport. setFiles(List<File> files)Setter for the List files.
-