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

java.lang.Object
  extended by org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
      extended by org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
          extended by 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

Field Summary
 
Fields inherited from class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
descriptorLocation, rootURL
 
Constructor Summary
EasyBeansDirectoryArchive(File directory, String descriptorLocation)
           
EasyBeansDirectoryArchive(File directory, String descriptorLocation, Logger logger)
           
 
Method Summary
 Iterator<String> getEntries()
           
 
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
 

Constructor Detail

EasyBeansDirectoryArchive

public EasyBeansDirectoryArchive(File directory,
                                 String descriptorLocation)
                          throws MalformedURLException
Throws:
MalformedURLException

EasyBeansDirectoryArchive

public EasyBeansDirectoryArchive(File directory,
                                 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.DirectoryArchive


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