Class ExplodedArchiveDescriptor

java.lang.Object
org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
org.hibernate.boot.archive.internal.ExplodedArchiveDescriptor
All Implemented Interfaces:
ArchiveDescriptor

public class ExplodedArchiveDescriptor extends AbstractArchiveDescriptor
An ArchiveDescriptor for exploded (directory) archives.
  • Constructor Details

    • ExplodedArchiveDescriptor

      public ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
      Constructs an ExplodedArchiveDescriptor
      Parameters:
      archiveDescriptorFactory - The factory creating this
      archiveUrl - The directory URL
      entryBasePrefix - the base (within the url) that described the prefix for entries within the archive
  • Method Details

    • visitArchive

      public void visitArchive(ArchiveContext context)
      Description copied from interface: ArchiveDescriptor
      Perform visitation using the given context
      Parameters:
      context - The visitation context