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".
|
Modifier and Type | Method and Description |
---|---|
void |
JarProtocolArchiveDescriptor.visitArchive(ArchiveContext context) |
void |
JarInputStreamBasedArchiveDescriptor.visitArchive(ArchiveContext context) |
void |
JarFileBasedArchiveDescriptor.visitArchive(ArchiveContext context) |
void |
ExplodedArchiveDescriptor.visitArchive(ArchiveContext context) |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractScannerImpl.ArchiveContextImpl |
Modifier and Type | Method and Description |
---|---|
void |
PackageInfoArchiveEntryHandler.handleEntry(ArchiveEntry entry,
ArchiveContext context) |
void |
NonClassFileArchiveEntryHandler.handleEntry(ArchiveEntry entry,
ArchiveContext context) |
void |
ClassFileArchiveEntryHandler.handleEntry(ArchiveEntry entry,
ArchiveContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveEntryHandler.handleEntry(ArchiveEntry entry,
ArchiveContext context)
Handle the entry
|
void |
ArchiveDescriptor.visitArchive(ArchiveContext archiveContext)
Perform visitation using the given context
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.