Package org.apache.xbean.finder.filter
Interface Filter
-
- All Known Implementing Classes:
ClassFilter
,ContainsFilter
,ExcludeIncludeFilter
,FilterList
,Filters.NegativeFilter
,IncludeExcludeFilter
,PackageFilter
,PatternFilter
,PrefixFilter
,SuffixFilter
public interface Filter
- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(java.lang.String name)
-