Package org.apache.openjpa.lib.meta
Class SuffixMetaDataFilter
java.lang.Object
org.apache.openjpa.lib.meta.SuffixMetaDataFilter
- All Implemented Interfaces:
MetaDataFilter
Filters metadata iteration based on resource name suffix.
- Author:
- Abe White
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.openjpa.lib.meta.MetaDataFilter
MetaDataFilter.Resource
-
Constructor Summary
ConstructorDescriptionSuffixMetaDataFilter
(String suffix) Constructor; supply suffix to match against. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return whether the given resource passes the filter.
-
Constructor Details
-
SuffixMetaDataFilter
Constructor; supply suffix to match against.
-
-
Method Details
-
matches
Description copied from interface:MetaDataFilter
Return whether the given resource passes the filter.- Specified by:
matches
in interfaceMetaDataFilter
-