hudson.plugins.findbugs.parser.maven
Class BugCollection

java.lang.Object
  extended by hudson.plugins.findbugs.parser.maven.BugCollection

public class BugCollection
extends java.lang.Object

Java Bean class for a bug collection of the maven FindBugs format.

Author:
Ulli Hafner

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

Constructor Detail

BugCollection

public BugCollection()
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 bug collection. The returned collection is read-only.

Returns:
all files of this bug collection


Copyright © 2009. All Rights Reserved.