Package | Description |
---|---|
org.hibernate.boot.archive.scan.spi | |
org.hibernate.boot.archive.spi |
Defines the SPI for support of "scanning" of "archives".
|
Modifier and Type | Class and Description |
---|---|
class |
ClassFileArchiveEntryHandler
Defines handling and filtering for class file entries within an archive
|
class |
NonClassFileArchiveEntryHandler
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archive
|
class |
PackageInfoArchiveEntryHandler
Defines handling and filtering for package-info file entries within an archive
|
Modifier and Type | Method and Description |
---|---|
ArchiveEntryHandler |
AbstractScannerImpl.ArchiveContextImpl.obtainArchiveEntryHandler(ArchiveEntry entry) |
Modifier and Type | Method and Description |
---|---|
ArchiveEntryHandler |
ArchiveContext.obtainArchiveEntryHandler(ArchiveEntry entry)
Get the handler for the given entry, which generally is indicated by the entry type (a
.class file, a
mapping file, etc). |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.