| Package | Description |
|---|---|
| org.hibernate.boot.archive.internal |
The internals of archive scanning support
|
| org.hibernate.boot.archive.scan.spi | |
| org.hibernate.boot.archive.spi |
Defines the SPI for support of "scanning" of "archives".
|
| org.hibernate.osgi |
Main OSGi support classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExplodedArchiveDescriptor
Descriptor for exploded (directory) archives
|
class |
JarFileBasedArchiveDescriptor
An ArchiveDescriptor implementation leveraging the
JarFile API for processing. |
class |
JarInputStreamBasedArchiveDescriptor
An ArchiveDescriptor implementation that works on archives accessible through a
JarInputStream. |
class |
JarProtocolArchiveDescriptor
An ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveDescriptor |
StandardArchiveDescriptorFactory.buildArchiveDescriptor(java.net.URL url) |
ArchiveDescriptor |
StandardArchiveDescriptorFactory.buildArchiveDescriptor(java.net.URL url,
java.lang.String entry) |
| Modifier and Type | Field and Description |
|---|---|
ArchiveDescriptor |
AbstractScannerImpl.ArchiveDescriptorInfo.archiveDescriptor |
| Constructor and Description |
|---|
ArchiveDescriptorInfo(ArchiveDescriptor archiveDescriptor,
boolean isRoot) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArchiveDescriptor
Base support for ArchiveDescriptor implementors.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveDescriptor |
AbstractArchiveDescriptorFactory.buildArchiveDescriptor(java.net.URL url) |
ArchiveDescriptor |
ArchiveDescriptorFactory.buildArchiveDescriptor(java.net.URL url)
Build a descriptor of the archive indicated by the given url
|
ArchiveDescriptor |
ArchiveDescriptorFactory.buildArchiveDescriptor(java.net.URL url,
java.lang.String path)
Build a descriptor of the archive indicated by the path relative to the given url
|
| Modifier and Type | Class and Description |
|---|---|
class |
OsgiArchiveDescriptor
ArchiveDescriptor implementation for describing archives in the OSGi sense
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveDescriptor |
OsgiArchiveDescriptorFactory.buildArchiveDescriptor(java.net.URL url) |
ArchiveDescriptor |
OsgiArchiveDescriptorFactory.buildArchiveDescriptor(java.net.URL url,
java.lang.String entry) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.