Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.lib » meta » [javadoc | source]
org.apache.openjpa.lib.meta
public class: URLMetaDataIterator [javadoc | source]
java.lang.Object
   org.apache.openjpa.lib.meta.URLMetaDataIterator

All Implemented Interfaces:
    MetaDataIterator

Iterator over the metadata resource represented by a URL.
Constructor:
 public URLMetaDataIterator(URL url) 
    Constructor; supply resource URL.
Method from org.apache.openjpa.lib.meta.URLMetaDataIterator Summary:
close,   getFile,   getInputStream,   hasNext,   next
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.lib.meta.URLMetaDataIterator Detail:
 public  void close() 
 public File getFile() 
 public InputStream getInputStream() throws IOException 
 public boolean hasNext() 
 public Object next() throws IOException