java.lang.Object
org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
Direct Known Subclasses:
DirectoryArchive, DirectoryInsideJarURLArchive, JarFileArchive, JarInputStreamURLArchive, URLArchive

public abstract class ArchiveBase extends Object
Abstract base class of all Archives. Holds the base URL and the location of the persistence descriptor
  • Field Details

    • rootURL

      protected URL rootURL
    • descriptorLocation

      protected String descriptorLocation
  • Constructor Details

    • ArchiveBase

      public ArchiveBase()
      Default Constructor. If you use this constructor, this class will assume you set the rootURL and descriptorLocation prior to using it
    • ArchiveBase

      public ArchiveBase(URL rootUrl, String descriptorLocation)
  • Method Details