org.apache.maven.plugin.pmd.model
Class PmdErrorDetail

java.lang.Object
  extended by org.apache.maven.plugin.pmd.model.PmdErrorDetail
All Implemented Interfaces:
Serializable

public class PmdErrorDetail
extends Object
implements Serializable

Class PmdErrorDetail.

Version:
$Revision: 853015 $ $Date: 2013-03-04 21:10:54 +0000 (Mon, 04 Mar 2013) $
See Also:
Serialized Form

Constructor Summary
PmdErrorDetail()
           
 
Method Summary
 void addFile(PmdFile pmdFile)
          Method addFile.
 List<PmdFile> getFiles()
          Method getFiles.
 String getModelEncoding()
          Get the modelEncoding field.
 void removeFile(PmdFile pmdFile)
          Method removeFile.
 void setFiles(List<PmdFile> files)
          Set the files field.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PmdErrorDetail

public PmdErrorDetail()
Method Detail

addFile

public void addFile(PmdFile pmdFile)
Method addFile.

Parameters:
pmdFile -

getFiles

public List<PmdFile> getFiles()
Method getFiles.

Returns:
List

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

removeFile

public void removeFile(PmdFile pmdFile)
Method removeFile.

Parameters:
pmdFile -

setFiles

public void setFiles(List<PmdFile> files)
Set the files field.

Parameters:
files -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.