Package org.apache.openjpa.lib.meta
Interface MetaDataFilter
-
- All Known Implementing Classes:
ClassAnnotationMetaDataFilter
,SuffixMetaDataFilter
public interface MetaDataFilter
Filters metadata resources. Typically used to constrain the results of aMetaDataIterator
.- Author:
- Abe White
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
MetaDataFilter.Resource
Information about a metadata resource.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(MetaDataFilter.Resource rsrc)
Return whether the given resource passes the filter.
-
-
-
Method Detail
-
matches
boolean matches(MetaDataFilter.Resource rsrc) throws java.io.IOException
Return whether the given resource passes the filter.- Throws:
java.io.IOException
-
-