Class BeforeExecutionFileFilterSet

java.lang.Object
com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
All Implemented Interfaces:
BeforeExecutionFileFilter

public final class BeforeExecutionFileFilterSet extends Object implements BeforeExecutionFileFilter
A before execution file filter set applies filters to events. If a before execution file filter in the set rejects an event, then the event is rejected. Otherwise, the event is accepted.