Package org.apache.xbean.finder.filter
Class Filters
java.lang.Object
org.apache.xbean.finder.filter.Filters
- Version:
- $Rev$ $Date$
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
-
-
Constructor Details
-
Filters
public Filters()
-
-
Method Details
-
packages
-
classes
-
prefixes
-
tokens
-
suffixes
-
patterns
-
optimize
-
optimize
-
invert
Will invert the meaning of this filter by wrapping it with a filter that negates the return of the accept method. If the passed in filter is already wrapped, it will be unwrapped and returned. This is to prevent endless wrapping if the invert method is called many times.- Parameters:
filter
-- Returns:
-
unwrap
-