Uses of Interface
com.puppycrawl.tools.checkstyle.api.ExternalResourceHolder
Package
Description
Contains the implementation of the Checkstyle framework.
File Header checks.
Contains the Imports checks that are
bundled with the main distribution.
Contains the filters that are bundled with the main distribution.
-
Uses of ExternalResourceHolder in com.puppycrawl.tools.checkstyle
Modifier and TypeClassDescriptionfinal class
Responsible for walking an abstract syntax tree and notifying interested checks at each node. -
Uses of ExternalResourceHolder in com.puppycrawl.tools.checkstyle.checks.header
Modifier and TypeClassDescriptionclass
Abstract super class for header checks.class
Checks that a source file begins with a specified header.class
Checks the header of a source file against a header that contains a pattern for each line of the source header. -
Uses of ExternalResourceHolder in com.puppycrawl.tools.checkstyle.checks.imports
Modifier and TypeClassDescriptionclass
Controls what can be imported in each package and file. -
Uses of ExternalResourceHolder in com.puppycrawl.tools.checkstyle.filters
Modifier and TypeClassDescriptionclass
FilterSuppressionFilter
rejects audit events for Check violations according to a suppressions XML document in a file.class
FilterSuppressionXpathFilter
works as SuppressionFilter.