org.ow2.easybeans.persistence.eclipselink.deployment
Class EasyBeansJarFileArchive
java.lang.Object
org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
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
| Fields inherited from class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase |
descriptorLocation, rootURL |
| 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 |
EasyBeansJarFileArchive
public EasyBeansJarFileArchive(JarFile jarFile,
String descriptorLocation)
throws MalformedURLException
- Throws:
MalformedURLException
EasyBeansJarFileArchive
public EasyBeansJarFileArchive(JarFile jarFile,
String descriptorLocation,
Logger logger)
throws MalformedURLException
- Throws:
MalformedURLException
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.