Class ExplodedArchiveDescriptor
java.lang.Object
org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
org.hibernate.boot.archive.internal.ExplodedArchiveDescriptor
- All Implemented Interfaces:
ArchiveDescriptor
An
ArchiveDescriptor
for exploded (directory) archives.-
Constructor Summary
ConstructorsConstructorDescriptionExplodedArchiveDescriptor
(ArchiveDescriptorFactory archiveDescriptorFactory, URL archiveUrl, String entryBasePrefix) Constructs an ExplodedArchiveDescriptor -
Method Summary
Modifier and TypeMethodDescriptionvoid
visitArchive
(ArchiveContext context) Perform visitation using the given contextMethods inherited from class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
buildByteBasedInputStreamAccess, extractName, extractRelativeName, getArchiveDescriptorFactory, getArchiveUrl, getEntryBasePrefix, normalizePathName
-
Constructor Details
-
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 Details
-
visitArchive
Description copied from interface:ArchiveDescriptor
Perform visitation using the given context- Parameters:
context
- The visitation context
-