Package | Description |
---|---|
org.hibernate.jpa.boot.archive.internal |
The internals of archive scanning support
|
org.hibernate.jpa.boot.archive.spi |
Defines the SPI for support of "scanning" of "archives".
|
org.hibernate.jpa.boot.scan.spi | |
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(URL url) |
ArchiveDescriptor |
StandardArchiveDescriptorFactory.buildArchiveDescriptor(URL url,
String entry) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArchiveDescriptor
Base support for ArchiveDescriptor implementors.
|
Modifier and Type | Method and Description |
---|---|
ArchiveDescriptor |
ArchiveDescriptorFactory.buildArchiveDescriptor(URL url)
Build a descriptor of the archive indicated by the given url
|
ArchiveDescriptor |
ArchiveDescriptorFactory.buildArchiveDescriptor(URL url,
String path)
Build a descriptor of the archive indicated by the path relative to the given url
|
Modifier and Type | Field and Description |
---|---|
ArchiveDescriptor |
AbstractScannerImpl.ArchiveDescriptorInfo.archiveDescriptor |
Constructor and Description |
---|
AbstractScannerImpl.ArchiveDescriptorInfo(ArchiveDescriptor archiveDescriptor,
boolean isRoot,
ScanOptions scanOptions) |
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(URL url) |
ArchiveDescriptor |
OsgiArchiveDescriptorFactory.buildArchiveDescriptor(URL url,
String entry) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.