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
matches
boolean matches(MetaDataFilter.Resource rsrc)
throws java.io.IOException
- Return whether the given resource passes the filter.
- Throws:
java.io.IOException
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.