org.ow2.easybeans.persistence.eclipselink.deployment
Class EasyBeansJarFileArchive

java.lang.Object
  extended by org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
      extended by org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
          extended by org.ow2.easybeans.persistence.eclipselink.deployment.EasyBeansJarFileArchive
All Implemented Interfaces:
org.eclipse.persistence.jpa.Archive

public class EasyBeansJarFileArchive
extends org.eclipse.persistence.internal.jpa.deployment.JarFileArchive


Field Summary
 
Fields inherited from class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
descriptorLocation, rootURL
 
Constructor Summary
EasyBeansJarFileArchive(JarFile jarFile, String descriptorLocation)
           
EasyBeansJarFileArchive(JarFile jarFile, String descriptorLocation, Logger logger)
           
 
Method Summary
 Iterator<String> getEntries()
           
 
Methods inherited from class org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
close, getEntry, getEntryAsURL
 
Methods inherited from class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
getDescriptorLocation, getDescriptorStream, getRootURL, setDescriptorLocation, setRootURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.persistence.jpa.Archive
getDescriptorStream, getRootURL
 

Constructor Detail

EasyBeansJarFileArchive

public EasyBeansJarFileArchive(JarFile jarFile,
                               String descriptorLocation)
                        throws MalformedURLException
Throws:
MalformedURLException

EasyBeansJarFileArchive

public EasyBeansJarFileArchive(JarFile jarFile,
                               String descriptorLocation,
                               Logger logger)
                        throws MalformedURLException
Throws:
MalformedURLException
Method Detail

getEntries

public Iterator<String> getEntries()
Specified by:
getEntries in interface org.eclipse.persistence.jpa.Archive
Overrides:
getEntries in class org.eclipse.persistence.internal.jpa.deployment.JarFileArchive


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.