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 TypeMethodDescriptionvoidChecker.addBeforeExecutionFileFilter(BeforeExecutionFileFilter filter) Adds a before execution file filter to the end of the event chain.voidChecker.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 classA 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.beforeExecutionFileFiltersFilter 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 TypeMethodDescriptionvoidBeforeExecutionFileFilterSet.addBeforeExecutionFileFilter(BeforeExecutionFileFilter filter) Adds a Filter to the set.voidBeforeExecutionFileFilterSet.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 classFile filterBeforeExecutionExclusionFileFilterdecides which files should be excluded from being processed by the utility.