Klasse Violation
java.lang.Object
org.apache.maven.plugins.pmd.model.Violation
- Alle implementierten Schnittstellen:
Serializable
Class Violation.
- Version:
- $Revision$ $Date$
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintGet the beginline field.intGet the endline field.Get the externalInfoUrl field.intGet the priority field.getRule()Get the rule field.getText()Get the text field.Get the violationClass field.Get the violationPackage field.voidsetBeginline(int beginline) Set the beginline field.voidsetEndline(int endline) Set the endline field.voidsetExternalInfoUrl(String externalInfoUrl) Set the externalInfoUrl field.voidsetFileName(String fileName) voidsetPriority(int priority) Set the priority field.voidSet the rule field.voidSet the text field.voidsetViolationClass(String violationClass) Set the violationClass field.voidsetViolationPackage(String violationPackage) Set the violationPackage field.
-
Konstruktordetails
-
Violation
public Violation()
-
-
Methodendetails
-
getBeginline
public int getBeginline()Get the beginline field.- Gibt zurück:
- int
-
getEndline
public int getEndline()Get the endline field.- Gibt zurück:
- int
-
getExternalInfoUrl
Get the externalInfoUrl field.- Gibt zurück:
- String
-
getPriority
public int getPriority()Get the priority field.- Gibt zurück:
- int
-
getRule
Get the rule field.- Gibt zurück:
- String
-
getText
Get the text field.- Gibt zurück:
- String
-
getViolationClass
Get the violationClass field.- Gibt zurück:
- String
-
getViolationPackage
Get the violationPackage field.- Gibt zurück:
- String
-
setBeginline
public void setBeginline(int beginline) Set the beginline field.- Parameter:
beginline- a beginline object.
-
setEndline
public void setEndline(int endline) Set the endline field.- Parameter:
endline- a endline object.
-
setExternalInfoUrl
Set the externalInfoUrl field.- Parameter:
externalInfoUrl- a externalInfoUrl object.
-
setPriority
public void setPriority(int priority) Set the priority field.- Parameter:
priority- a priority object.
-
setRule
Set the rule field.- Parameter:
rule- a rule object.
-
setText
Set the text field.- Parameter:
text- a text object.
-
setViolationClass
Set the violationClass field.- Parameter:
violationClass- a violationClass object.
-
setViolationPackage
Set the violationPackage field.- Parameter:
violationPackage- a violationPackage object.
-
setFileName
-
getFileName
-