Uses of Interface
org.apache.xbean.finder.filter.Filter

Packages that use Filter
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
 UriSet UriSet.filter(Filter filter)
           
 UrlSet UrlSet.filter(Filter filter)
           
 

Uses of Filter in org.apache.xbean.finder.archive
 

Constructors in org.apache.xbean.finder.archive with parameters of type Filter
FilteredArchive(Archive archive, Filter filter)
           
 

Uses of Filter in org.apache.xbean.finder.filter
 

Classes in org.apache.xbean.finder.filter that implement Filter
 class ClassFilter
           
 class ContainsFilter
           
 class ExcludeIncludeFilter
          First, all Exclude directives are evaluated; if any match, the className is denied unless it also matches an Include directive.
 class FilterList
           
 class IncludeExcludeFilter
          First, all Include directives are evaluated; at least one must match, or the className is rejected.
 class PackageFilter
           
 class PatternFilter
           
 class PrefixFilter
           
 class SuffixFilter
           
 

Methods in org.apache.xbean.finder.filter that return Filter
static Filter Filters.classes(java.lang.String... classes)
           
static Filter Filters.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 Filter Filters.optimize(Filter... filters)
           
static Filter Filters.optimize(java.util.List<Filter>... filterss)
           
static Filter Filters.packages(java.lang.String... packages)
           
static Filter Filters.patterns(java.lang.String... patterns)
           
static Filter Filters.prefixes(java.lang.String... prefixes)
           
static Filter Filters.suffixes(java.lang.String... suffixes)
           
static Filter Filters.tokens(java.lang.String... tokens)
           
 

Methods in org.apache.xbean.finder.filter that return types with arguments of type Filter
 java.util.List<Filter> FilterList.getFilters()
           
 

Methods in org.apache.xbean.finder.filter with parameters of type Filter
static Filter Filters.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 Filter Filters.optimize(Filter... filters)
           
 

Constructors in org.apache.xbean.finder.filter with parameters of type Filter
ExcludeIncludeFilter(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
FilterList(java.lang.Iterable<Filter> filters)
           
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.