Class SuppressedViolation
java.lang.Object
org.apache.maven.plugins.pmd.model.SuppressedViolation
- All Implemented Interfaces:
Serializable
Class SuppressedViolation.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the filename field.Get the ruleMessage field.Get the suppressionType field.Get the userMessage field.voidsetFilename(String filename) Set the filename field.voidsetRuleMessage(String ruleMessage) Set the ruleMessage field.voidsetSuppressionType(String suppressionType) Set the suppressionType field.voidsetUserMessage(String userMessage) Set the userMessage field.
-
Constructor Details
-
SuppressedViolation
public SuppressedViolation()
-
-
Method Details
-
getFilename
Get the filename field.- Returns:
- String
-
getRuleMessage
Get the ruleMessage field.- Returns:
- String
-
getSuppressionType
Get the suppressionType field.- Returns:
- String
-
getUserMessage
Get the userMessage field.- Returns:
- String
-
setFilename
Set the filename field.- Parameters:
filename- a filename object.
-
setRuleMessage
Set the ruleMessage field.- Parameters:
ruleMessage- a ruleMessage object.
-
setSuppressionType
Set the suppressionType field.- Parameters:
suppressionType- a suppressionType object.
-
setUserMessage
Set the userMessage field.- Parameters:
userMessage- a userMessage object.
-