Package org.apache.xbean.finder.filter
Class ExcludeIncludeFilter
- java.lang.Object
-
- org.apache.xbean.finder.filter.ExcludeIncludeFilter
-
- All Implemented Interfaces:
Filter
public class ExcludeIncludeFilter extends java.lang.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.
-
-
Constructor Summary
Constructors Constructor Description ExcludeIncludeFilter(Filter include, Filter exclude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.lang.String name)
java.lang.String
toString()
-