Uses of Interface
org.apache.openjpa.lib.meta.MetaDataIterator
-
Uses of MetaDataIterator in org.apache.openjpa.lib.meta
Modifier and TypeClassDescriptionclass
Iterator over all metadata resources that might contain the metadata for a given class, starting with the most general.class
Iterator over directories in the classpath.class
Iterator over a file, or over all metadata resources below a given directory.class
Iterator over all metadata resources in a given resource addressed by a jar:file URL.class
Metadata iterator that combines several iterators.class
Iterator over a given metadata resource.class
Iterator over the metadata resource represented by a URL.class
Iterator over all metadata resources in a given zip file.class
Iterator over all metadata resources in a given zip input stream.Modifier and TypeMethodDescriptionvoid
MetaDataIteratorChain.addIterator
(MetaDataIterator itr) Add an iterator to the chain.ClassArgParser.mapTypeNames
(MetaDataIterator itr) Return a mapping of each metadata resource to an array of its contained class names.ClassArgParser.mapTypes
(MetaDataIterator itr) Return a mapping of each metadata resource to an array of its contained classes.void
MetaDataParser.parse
(MetaDataIterator itr) Parse the metadata supplied by the given iterator.void
XMLMetaDataParser.parse
(MetaDataIterator itr) String[]
ClassArgParser.parseTypeNames
(MetaDataIterator itr) Return the names of the class(es) from the given metadatas.Class<?>[]
ClassArgParser.parseTypes
(MetaDataIterator itr) Return theClass
representation of the class(es) named in the given metadatas.ModifierConstructorDescriptionMetaDataIteratorChain
(MetaDataIterator itr1, MetaDataIterator itr2) Combine two iterators.