Uses of Interface
com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilter
-
Packages that use BeforeExecutionFileFilter Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks.com.puppycrawl.tools.checkstyle.filefilters 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 BeforeExecutionFileFilter Modifier and Type Method Description voidChecker. 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 BeforeExecutionFileFilter Modifier and Type Class Description classBeforeExecutionFileFilterSetA before execution file filter set applies filters to events.Fields in com.puppycrawl.tools.checkstyle.api with type parameters of type BeforeExecutionFileFilter Modifier and Type Field Description private java.util.Set<BeforeExecutionFileFilter>BeforeExecutionFileFilterSet. beforeExecutionFileFiltersFilter set.Methods in com.puppycrawl.tools.checkstyle.api that return types with arguments of type BeforeExecutionFileFilter Modifier and Type Method Description java.util.Set<BeforeExecutionFileFilter>BeforeExecutionFileFilterSet. getBeforeExecutionFileFilters()Returns the Filters of the filter set.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type BeforeExecutionFileFilter Modifier and Type Method Description voidBeforeExecutionFileFilterSet. 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 BeforeExecutionFileFilter Modifier and Type Class Description classBeforeExecutionExclusionFileFilterFile filterBeforeExecutionExclusionFileFilterdecides which files should be excluded from being processed by the utility.
-