Class ProcessingError
java.lang.Object
org.apache.maven.plugins.pmd.model.ProcessingError
- All Implemented Interfaces:
- Serializable
Class ProcessingError.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the detail field.Get the filename field.getMsg()Get the msg field.voidSet the detail field.voidsetFilename(String filename) Set the filename field.voidSet the msg field.
- 
Constructor Details- 
ProcessingErrorpublic ProcessingError()
 
- 
- 
Method Details- 
getDetailGet the detail field.- Returns:
- String
 
- 
getFilenameGet the filename field.- Returns:
- String
 
- 
getMsgGet the msg field.- Returns:
- String
 
- 
setDetailSet the detail field.- Parameters:
- detail- a detail object.
 
- 
setFilenameSet the filename field.- Parameters:
- filename- a filename object.
 
- 
setMsgSet the msg field.- Parameters:
- msg- a msg object.
 
 
-