java.lang.Object
edu.hm.hafner.analysis.parser.pmd.Pmd
Java Bean class for warnings of the PMD format.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidAdds a new error.voidAdds a new file.Returns all errors.getFiles()Returns all files.
-
Konstruktordetails
-
Pmd
public Pmd()
-
-
Methodendetails
-
addFile
Adds a new file.- Parameter:
file- the file to add
-
addError
Adds a new error.- Parameter:
error- the error to add
-
getFiles
Returns all files. The returned collection is read-only.- Gibt zurück:
- all files
-
getErrors
Returns all errors. The returned collection is read-only.- Gibt zurück:
- all errors
-