Klasse CheckStyle
java.lang.Object
edu.hm.hafner.analysis.parser.checkstyle.CheckStyle
Java Bean class for a errors collection of the Checkstyle format.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidAdds a new file to this bug collection.getFiles()Returns all files of this violations collection.
-
Konstruktordetails
-
CheckStyle
public CheckStyle()
-
-
Methodendetails
-
addFile
Adds a new file to this bug collection.- Parameter:
file- the file to add
-
getFiles
Returns all files of this violations collection. The returned collection is read-only.- Gibt zurück:
- all files of this bug collection
-