Class CheckStyle
- java.lang.Object
-
- edu.hm.hafner.analysis.parser.checkstyle.CheckStyle
-
public class CheckStyle extends Object
Java Bean class for a errors collection of the Checkstyle format.- Author:
- Ullrich Hafner
-
-
Constructor Summary
Constructors Constructor Description CheckStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFile(File file)Adds a new file to this bug collection.Collection<File>getFiles()Returns all files of this violations collection.
-
-
-
Method Detail
-
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
-
-