hudson.plugins.checkstyle.parser
Class CheckStyle
java.lang.Object
hudson.plugins.checkstyle.parser.CheckStyle
public class CheckStyle
- extends Object
Java Bean class for a errors collection of the Checkstyle format.
- Author:
- Ulli Hafner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckStyle
public CheckStyle()
addFile
public void addFile(File file)
- Adds a new file to this bug collection.
- Parameters:
file - the file to add
getFiles
public Collection<File> getFiles()
- Returns all files of this violations collection. The returned collection is
read-only.
- Returns:
- all files of this bug collection
Copyright © 2004-2012 Hudson. All Rights Reserved.