Class PmdErrorDetail
java.lang.Object
org.apache.maven.plugins.pmd.model.PmdErrorDetail
- All Implemented Interfaces:
 Serializable
Class PmdErrorDetail.
- Version:
 - $Revision$ $Date$
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddError(ProcessingError processingError) Method addError.voidMethod addFile.Method getErrors.getFiles()Method getFiles.Get the modelEncoding field.voidremoveError(ProcessingError processingError) Method removeError.voidremoveFile(PmdFile pmdFile) Method removeFile.voidsetErrors(List<ProcessingError> errors) Set the errors field.voidSet the files field.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field. 
- 
Constructor Details
- 
PmdErrorDetail
public PmdErrorDetail() 
 - 
 - 
Method Details
- 
addError
Method addError.- Parameters:
 processingError-
 - 
addFile
Method addFile.- Parameters:
 pmdFile-
 - 
getErrors
Method getErrors.- Returns:
 - List
 
 - 
getFiles
Method getFiles.- Returns:
 - List
 
 - 
getModelEncoding
Get the modelEncoding field.- Returns:
 - String
 
 - 
removeError
Method removeError.- Parameters:
 processingError-
 - 
removeFile
Method removeFile.- Parameters:
 pmdFile-
 - 
setErrors
Set the errors field.- Parameters:
 errors-
 - 
setFiles
Set the files field.- Parameters:
 files-
 - 
setModelEncoding
Set the modelEncoding field.- Parameters:
 modelEncoding-
 
 -