Uses of Interface
org.apache.xbean.finder.filter.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in org.apache.xbean.finder
Methods in org.apache.xbean.finder with parameters of type Filter -
Uses of Filter in org.apache.xbean.finder.archive
Constructors in org.apache.xbean.finder.archive with parameters of type Filter -
Uses of Filter in org.apache.xbean.finder.filter
Classes in org.apache.xbean.finder.filter that implement FilterModifier and TypeClassDescriptionclass
class
class
First, all Exclude directives are evaluated; if any match, the className is denied unless it also matches an Include directive.class
class
First, all Include directives are evaluated; at least one must match, or the className is rejected.class
class
class
class
Methods in org.apache.xbean.finder.filter that return FilterModifier and TypeMethodDescriptionstatic Filter
static Filter
Will invert the meaning of this filter by wrapping it with a filter that negates the return of the accept method.static Filter
static Filter
static Filter
static Filter
static Filter
static Filter
static Filter
Methods in org.apache.xbean.finder.filter that return types with arguments of type FilterMethods in org.apache.xbean.finder.filter with parameters of type FilterModifier and TypeMethodDescriptionstatic Filter
Will invert the meaning of this filter by wrapping it with a filter that negates the return of the accept method.static Filter
Constructors in org.apache.xbean.finder.filter with parameters of type FilterModifierConstructorDescriptionExcludeIncludeFilter
(Filter include, Filter exclude) FilterList
(Filter... filters) IncludeExcludeFilter
(Filter include, Filter exclude) Constructor parameters in org.apache.xbean.finder.filter with type arguments of type Filter