Class AbstractFileSetCheck.FileContext
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.FileContext
-
- Enclosing class:
- AbstractFileSetCheck
private static final class AbstractFileSetCheck.FileContext extends Object
The actual context holder.
-
-
Field Summary
Fields Modifier and Type Field Description private FileContents
fileContents
The current file contents.private SortedSet<Violation>
violations
The sorted set for collecting violations.
-
Constructor Summary
Constructors Modifier Constructor Description private
FileContext()
-
-
-
Field Detail
-
violations
private final SortedSet<Violation> violations
The sorted set for collecting violations.
-
fileContents
private FileContents fileContents
The current file contents.
-
-
Constructor Detail
-
FileContext
private FileContext()
-
-