Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
private FilterSet |
Checker.filters
The audit event filters.
|
Modifier and Type | Field and Description |
---|---|
private FilterSet |
SuppressionsLoader.filterChain
The filter chain to return in getAFilterChain(),
configured during parsing.
|
private FilterSet |
SuppressionFilter.filters
Set of individual suppresses.
|
Modifier and Type | Method and Description |
---|---|
private static FilterSet |
SuppressionsLoader.loadSuppressions(org.xml.sax.InputSource source,
java.lang.String sourceName)
Returns the suppression filters in a specified source.
|
static FilterSet |
SuppressionsLoader.loadSuppressions(java.lang.String filename)
Returns the suppression filters in a specified file.
|