Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CsvFilter
This filter accepts an integer that matches a CSV value, where
each value is an integer or a range of integers.
|
(package private) class |
IntMatchFilter
This filter accepts a matching Integer.
|
(package private) class |
IntRangeFilter
This filter accepts an Integer in a range.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<IntFilter> |
CsvFilter.filters
Filter set.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<IntFilter> |
CsvFilter.getFilters()
Returns the IntFilters of the filter set.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvFilter.addFilter(IntFilter filter)
Adds a IntFilter to the set.
|