public class PmdErrorDetail extends Object implements Serializable
| Constructor and Description |
|---|
PmdErrorDetail() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(ProcessingError processingError)
Method addError.
|
void |
addFile(PmdFile pmdFile)
Method addFile.
|
List<ProcessingError> |
getErrors()
Method getErrors.
|
List<PmdFile> |
getFiles()
Method getFiles.
|
String |
getModelEncoding()
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 |
setFiles(List<PmdFile> files)
Set the files field.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
public void addError(ProcessingError processingError)
processingError - public void addFile(PmdFile pmdFile)
pmdFile - public List<ProcessingError> getErrors()
public String getModelEncoding()
public void removeError(ProcessingError processingError)
processingError - public void removeFile(PmdFile pmdFile)
pmdFile - public void setErrors(List<ProcessingError> errors)
errors - public void setModelEncoding(String modelEncoding)
modelEncoding - Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.