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