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
Fields in org.apache.xbean.finder.archive declared as FilterConstructors 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
private static final class
class
First, all Include directives are evaluated; at least one must match, or the className is rejected.class
class
class
class
Fields in org.apache.xbean.finder.filter declared as FilterModifier and TypeFieldDescriptionprivate final Filter
ExcludeIncludeFilter.exclude
private Filter
IncludeExcludeFilter.exclude
private final Filter
Filters.NegativeFilter.filter
private final Filter
ExcludeIncludeFilter.include
private Filter
IncludeExcludeFilter.include
private static final Filter
Filters.NONE
Fields in org.apache.xbean.finder.filter with type parameters of type FilterMethods in org.apache.xbean.finder.filter that return FilterModifier and TypeMethodDescriptionstatic Filter
Filters.NegativeFilter.getFilter()
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
Method parameters in org.apache.xbean.finder.filter with type arguments of type FilterModifier and TypeMethodDescriptionprivate static void
private static void
Constructors in org.apache.xbean.finder.filter with parameters of type FilterModifierConstructorDescriptionExcludeIncludeFilter
(Filter include, Filter exclude) FilterList
(Filter... filters) IncludeExcludeFilter
(Filter include, Filter exclude) NegativeFilter
(Filter filter) Constructor parameters in org.apache.xbean.finder.filter with type arguments of type Filter