Class AbstractFileSetCheck.FileContext
java.lang.Object
com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.FileContext
- Enclosing class:
 - AbstractFileSetCheck
 
The actual context holder.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FileContentsThe current file contents.The sorted set for collecting violations. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
violations
The sorted set for collecting violations. - 
fileContents
The current file contents. 
 - 
 - 
Constructor Details
- 
FileContext
private FileContext() 
 -