Package org.apache.xbean.finder.filter
Class FilterList
- java.lang.Object
-
- org.apache.xbean.finder.filter.FilterList
-
-
Constructor Summary
Constructors Constructor Description FilterList(java.lang.Iterable<Filter> filters)FilterList(Filter... filters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.lang.String name)java.util.List<Filter>getFilters()java.lang.StringtoString()
-