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

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

public class PmdFile
extends Object
implements Serializable

Class PmdFile.

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

Constructor Summary
PmdFile()
           
 
Method Summary
 void addViolation(Violation violation)
          Method addViolation.
 String getName()
          Get the name field.
 List<Violation> getViolations()
          Method getViolations.
 void removeViolation(Violation violation)
          Method removeViolation.
 void setName(String name)
          Set the name field.
 void setViolations(List<Violation> violations)
          Set the violations field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PmdFile

public PmdFile()
Method Detail

addViolation

public void addViolation(Violation violation)
Method addViolation.

Parameters:
violation -

getName

public String getName()
Get the name field.

Returns:
String

getViolations

public List<Violation> getViolations()
Method getViolations.

Returns:
List

removeViolation

public void removeViolation(Violation violation)
Method removeViolation.

Parameters:
violation -

setName

public void setName(String name)
Set the name field.

Parameters:
name -

setViolations

public void setViolations(List<Violation> violations)
Set the violations field.

Parameters:
violations -


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