org.ow2.easybeans.persistence.eclipselink.deployment
Class EasyBeansDirectoryArchive
java.lang.Object
org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
org.ow2.easybeans.persistence.eclipselink.deployment.EasyBeansDirectoryArchive
- All Implemented Interfaces:
- org.eclipse.persistence.jpa.Archive
public class EasyBeansDirectoryArchive
- extends org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
This class is removing WEB-INF/classes from entries for war file.
- Author:
- Florent Benoit
| Fields inherited from class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase |
descriptorLocation, rootURL |
| Methods inherited from class org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive |
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 |
EasyBeansDirectoryArchive
public EasyBeansDirectoryArchive(File directory,
String descriptorLocation)
throws MalformedURLException
- Throws:
MalformedURLException
EasyBeansDirectoryArchive
public EasyBeansDirectoryArchive(File directory,
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.DirectoryArchive
Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.