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