Uses of Interface
com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilter
Packages that use BeforeExecutionFileFilter
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the core API to be used to implement checks.
Contains the before execution file filters that are bundled with the main distribution.
-
Uses of BeforeExecutionFileFilter in com.puppycrawl.tools.checkstyle
Methods in com.puppycrawl.tools.checkstyle with parameters of type BeforeExecutionFileFilterModifier and TypeMethodDescriptionvoid
Checker.addBeforeExecutionFileFilter
(BeforeExecutionFileFilter filter) Adds a before execution file filter to the end of the event chain.void
Checker.removeBeforeExecutionFileFilter
(BeforeExecutionFileFilter filter) Removes before execution file filter. -
Uses of BeforeExecutionFileFilter in com.puppycrawl.tools.checkstyle.api
Classes in com.puppycrawl.tools.checkstyle.api that implement BeforeExecutionFileFilterModifier and TypeClassDescriptionfinal class
A before execution file filter set applies filters to events.Fields in com.puppycrawl.tools.checkstyle.api with type parameters of type BeforeExecutionFileFilterModifier and TypeFieldDescriptionprivate final Set<BeforeExecutionFileFilter>
BeforeExecutionFileFilterSet.beforeExecutionFileFilters
Filter set.Methods in com.puppycrawl.tools.checkstyle.api that return types with arguments of type BeforeExecutionFileFilterModifier and TypeMethodDescriptionBeforeExecutionFileFilterSet.getBeforeExecutionFileFilters()
Returns the Filters of the filter set.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type BeforeExecutionFileFilterModifier and TypeMethodDescriptionvoid
BeforeExecutionFileFilterSet.addBeforeExecutionFileFilter
(BeforeExecutionFileFilter filter) Adds a Filter to the set.void
BeforeExecutionFileFilterSet.removeBeforeExecutionFileFilter
(BeforeExecutionFileFilter filter) Removes filter. -
Uses of BeforeExecutionFileFilter in com.puppycrawl.tools.checkstyle.filefilters
Classes in com.puppycrawl.tools.checkstyle.filefilters that implement BeforeExecutionFileFilterModifier and TypeClassDescriptionfinal class
File filterBeforeExecutionExclusionFileFilter
decides which files should be excluded from being processed by the utility.