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 a
MetaDataIterator
.- Author:
- Abe White
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Information about a metadata resource. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return whether the given resource passes the filter.
-
Method Details
-
matches
Return whether the given resource passes the filter.- Throws:
IOException
-