Uses of Interface
com.puppycrawl.tools.checkstyle.api.ExternalResourceHolder
-
Packages that use ExternalResourceHolder Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.checks.header File Header checks.com.puppycrawl.tools.checkstyle.checks.imports Contains the Imports checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of ExternalResourceHolder in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement ExternalResourceHolder Modifier and Type Class Description classTreeWalkerResponsible for walking an abstract syntax tree and notifying interested checks at each each node. -
Uses of ExternalResourceHolder in com.puppycrawl.tools.checkstyle.checks.header
Classes in com.puppycrawl.tools.checkstyle.checks.header that implement ExternalResourceHolder Modifier and Type Class Description classAbstractHeaderCheckAbstract super class for header checks.classHeaderCheckChecks the header of the source against a fixed header file.classRegexpHeaderCheckChecks the header of the source against a header file that contains aregular expressionfor each line of the source header. -
Uses of ExternalResourceHolder in com.puppycrawl.tools.checkstyle.checks.imports
Classes in com.puppycrawl.tools.checkstyle.checks.imports that implement ExternalResourceHolder Modifier and Type Class Description classImportControlCheckCheck that controls what can be imported in each package and file. -
Uses of ExternalResourceHolder in com.puppycrawl.tools.checkstyle.filters
Classes in com.puppycrawl.tools.checkstyle.filters that implement ExternalResourceHolder Modifier and Type Class Description classSuppressionFilterThis filter accepts AuditEvents according to file, check, line, and column, as specified in a suppression file.classSuppressionXpathFilterThis filter accepts TreeWalkerAuditEvents according to file, check and xpath query, as specified in a suppression file.
-