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 TypeMethodDescriptionvoid
addError
(ProcessingError processingError) Method addError.void
Method addFile.Method getErrors.getFiles()
Method getFiles.Get the modelEncoding field.void
removeError
(ProcessingError processingError) Method removeError.void
removeFile
(PmdFile pmdFile) Method removeFile.void
setErrors
(List<ProcessingError> errors) Set the errors field.void
Set the files field.void
setModelEncoding
(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
-
-