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
AnArchiveDescriptor
for exploded (directory) archives.
-
-
Constructor Summary
Constructors Constructor Description ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
Constructs an ExplodedArchiveDescriptor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visitArchive(ArchiveContext context)
Perform visitation using the given context-
Methods inherited from class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
buildByteBasedInputStreamAccess, extractName, extractRelativeName, getArchiveDescriptorFactory, getArchiveUrl, getEntryBasePrefix, normalizePathName
-
-
-
-
Constructor Detail
-
ExplodedArchiveDescriptor
public ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix)
Constructs an ExplodedArchiveDescriptor- Parameters:
archiveDescriptorFactory
- The factory creating thisarchiveUrl
- The directory URLentryBasePrefix
- the base (within the url) that described the prefix for entries within the archive
-
-
Method Detail
-
visitArchive
public void visitArchive(ArchiveContext context)
Description copied from interface:ArchiveDescriptor
Perform visitation using the given context- Parameters:
context
- The visitation context
-
-