Module edu.hm.hafner.analysis.model
Class CheckStyle
java.lang.Object
edu.hm.hafner.analysis.parser.checkstyle.CheckStyle
Java Bean class for a errors collection of the Checkstyle format.
- Author:
- Ullrich Hafner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a new file to this bug collection.getFiles()Returns all files of this violations collection.
-
Constructor Details
-
CheckStyle
public CheckStyle()
-
-
Method Details
-
addFile
Adds a new file to this bug collection.- Parameters:
file- the file to add
-
getFiles
Returns all files of this violations collection. The returned collection is read-only.- Returns:
- all files of this bug collection
-