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 TypeClassDescriptionclassclassclassFirst, all Exclude directives are evaluated; if any match, the className is denied unless it also matches an Include directive.classprivate static final classclassFirst, all Include directives are evaluated; at least one must match, or the className is rejected.classclassclassclassFields in org.apache.xbean.finder.filter declared as FilterModifier and TypeFieldDescriptionprivate final FilterExcludeIncludeFilter.excludeprivate FilterIncludeExcludeFilter.excludeprivate final FilterFilters.NegativeFilter.filterprivate final FilterExcludeIncludeFilter.includeprivate FilterIncludeExcludeFilter.includeprivate static final FilterFilters.NONEFields in org.apache.xbean.finder.filter with type parameters of type FilterMethods in org.apache.xbean.finder.filter that return FilterModifier and TypeMethodDescriptionstatic FilterFilters.NegativeFilter.getFilter()static FilterWill invert the meaning of this filter by wrapping it with a filter that negates the return of the accept method.static Filterstatic Filterstatic Filterstatic Filterstatic Filterstatic Filterstatic FilterMethods 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 FilterWill invert the meaning of this filter by wrapping it with a filter that negates the return of the accept method.static FilterMethod parameters in org.apache.xbean.finder.filter with type arguments of type FilterModifier and TypeMethodDescriptionprivate static voidprivate static voidConstructors 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