java.lang.Object
edu.hm.hafner.analysis.parser.checkstyle.File
Java Bean class for a file of the Checkstyle format.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
File
public File()
-
-
Methodendetails
-
addError
Adds a new violation to this file.- Parameter:
violation- the new violation
-
getErrors
Returns all violations of this file. The returned collection is read-only.- Gibt zurück:
- all violations in this file
-
getName
Returns the name of this file.- Gibt zurück:
- the name of this file
-
setName
Sets the name of this file to the specified value.- Parameter:
name- the value to set
-