public class ExcludeIncludeFilter
extends Object
implements Filter
First, all Exclude directives are evaluated; if any match, the className is denied unless it also matches an Include directive.
Any classNames which do not match any Include or Exclude directives are permitted.