hudson.plugins.pmd.parser
Class Pmd

java.lang.Object
  extended by hudson.plugins.pmd.parser.Pmd

public class Pmd
extends java.lang.Object

Java Bean class for a violations collection of the PMD format.

Author:
Ulli Hafner

Constructor Summary
Pmd()
           
 
Method Summary
 void addFile(File file)
          Adds a new file to this bug collection.
 java.util.Collection<File> getFiles()
          Returns all files of this violations collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pmd

public Pmd()
Method Detail

addFile

public void addFile(File file)
Adds a new file to this bug collection.

Parameters:
file - the file to add

getFiles

public java.util.Collection<File> getFiles()
Returns all files of this violations collection. The returned collection is read-only.

Returns:
all files of this bug collection


Copyright © 2008. All Rights Reserved.