Uses of Interface
org.apache.xbean.finder.filter.Filter
-
Packages that use Filter Package Description org.apache.xbean.finder org.apache.xbean.finder.archive org.apache.xbean.finder.filter -
-
Uses of Filter in org.apache.xbean.finder
Methods in org.apache.xbean.finder with parameters of type Filter Modifier and Type Method Description UriSetUriSet. filter(Filter filter)UrlSetUrlSet. filter(Filter filter) -
Uses of Filter in org.apache.xbean.finder.archive
Fields in org.apache.xbean.finder.archive declared as Filter Modifier and Type Field Description private FilterFilteredArchive. filterConstructors in org.apache.xbean.finder.archive with parameters of type Filter Constructor Description FilteredArchive(Archive archive, Filter filter) -
Uses of Filter in org.apache.xbean.finder.filter
Classes in org.apache.xbean.finder.filter that implement Filter Modifier and Type Class Description classClassFilterclassContainsFilterclassExcludeIncludeFilterFirst, all Exclude directives are evaluated; if any match, the className is denied unless it also matches an Include directive.classFilterListprivate static classFilters.NegativeFilterclassIncludeExcludeFilterFirst, all Include directives are evaluated; at least one must match, or the className is rejected.classPackageFilterclassPatternFilterclassPrefixFilterclassSuffixFilterFields in org.apache.xbean.finder.filter declared as Filter Modifier and Type Field Description private FilterExcludeIncludeFilter. excludeprivate FilterIncludeExcludeFilter. excludeprivate FilterFilters.NegativeFilter. filterprivate FilterExcludeIncludeFilter. includeprivate FilterIncludeExcludeFilter. includeprivate static FilterFilters. NONEFields in org.apache.xbean.finder.filter with type parameters of type Filter Modifier and Type Field Description private java.util.List<Filter>FilterList. filtersMethods in org.apache.xbean.finder.filter that return Filter Modifier and Type Method Description static FilterFilters. classes(java.lang.String... classes)FilterFilters.NegativeFilter. getFilter()static FilterFilters. invert(Filter filter)Will invert the meaning of this filter by wrapping it with a filter that negates the return of the accept method.static FilterFilters. optimize(java.util.List<Filter>... filterss)static FilterFilters. optimize(Filter... filters)static FilterFilters. packages(java.lang.String... packages)static FilterFilters. patterns(java.lang.String... patterns)static FilterFilters. prefixes(java.lang.String... prefixes)static FilterFilters. suffixes(java.lang.String... suffixes)static FilterFilters. tokens(java.lang.String... tokens)Methods in org.apache.xbean.finder.filter that return types with arguments of type Filter Modifier and Type Method Description java.util.List<Filter>FilterList. getFilters()Methods in org.apache.xbean.finder.filter with parameters of type Filter Modifier and Type Method Description static FilterFilters. invert(Filter filter)Will invert the meaning of this filter by wrapping it with a filter that negates the return of the accept method.static FilterFilters. optimize(Filter... filters)Method parameters in org.apache.xbean.finder.filter with type arguments of type Filter Modifier and Type Method Description private static voidFilters. unwrap(java.util.List<Filter> filters, java.util.Set<Filter> unwrapped)private static voidFilters. unwrap(java.util.List<Filter> filters, java.util.Set<Filter> unwrapped)Constructors in org.apache.xbean.finder.filter with parameters of type Filter Constructor Description ExcludeIncludeFilter(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 Constructor Description FilterList(java.lang.Iterable<Filter> filters)
-