Klasse PmdFile
java.lang.Object
org.apache.maven.plugins.pmd.model.PmdFile
- Alle implementierten Schnittstellen:
Serializable
Class PmdFile.
- Version:
- $Revision$ $Date$
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addViolation
(Violation violation) Method addViolation.getName()
Get the name field.Method getViolations.void
removeViolation
(Violation violation) Method removeViolation.void
Set the name field.void
setViolations
(List<Violation> violations) Set the violations field.
-
Konstruktordetails
-
PmdFile
public PmdFile()
-
-
Methodendetails
-
addViolation
Method addViolation.- Parameter:
violation
- a violation object.
-
getName
Get the name field.- Gibt zurück:
- String
-
getViolations
Method getViolations.- Gibt zurück:
- List
-
removeViolation
Method removeViolation.- Parameter:
violation
- a violation object.
-
setName
Set the name field.- Parameter:
name
- a name object.
-
setViolations
Set the violations field.- Parameter:
violations
- a violations object.
-