Package org.hibernate.boot.archive.internal
The internals of archive scanning support.
-
Class Summary Class Description ArchiveHelper Helper for dealing with archivesByteArrayInputStreamAccess An InputStreamAccess implementation based on a byte arrayExplodedArchiveDescriptor AnArchiveDescriptor
for exploded (directory) archives.FileInputStreamAccess An InputStreamAccess implementation based on a File referenceJarFileBasedArchiveDescriptor AnArchiveDescriptor
implementation leveraging theJarFile
API for processing.JarInputStreamBasedArchiveDescriptor AnArchiveDescriptor
that works on archives accessible through aJarInputStream
.JarProtocolArchiveDescriptor An ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).StandardArchiveDescriptorFactory Standard implementation of ArchiveDescriptorFactoryUrlInputStreamAccess