See: Description
| Interface | Description |
|---|---|
| ArchiveContext |
Describes the context for visiting the entries within an archive
|
| ArchiveDescriptor |
Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.
|
| ArchiveDescriptorFactory |
Contract for building ArchiveDescriptor instances.
|
| ArchiveEntry |
Represent an entry in the archive.
|
| ArchiveEntryHandler |
Handler for archive entries, based on the classified type of the entry
|
| InputStreamAccess |
Contract for building InputStreams, especially in on-demand situations
|
| JarFileEntryUrlAdjuster |
Optional contract for ArchiveDescriptorFactory implementations to implement
to be able to adjust
<jar-file/> URL’s defined in persistence.xml
files. |
| Class | Description |
|---|---|
| AbstractArchiveDescriptor |
Base support for ArchiveDescriptor implementors.
|
| AbstractArchiveDescriptorFactory |
| Exception | Description |
|---|---|
| ArchiveException |
Indicates a problem accessing or visiting the archive
|
Defines the SPI for support of "scanning" of "archives".
<p/>
Scanning might mean:<ul>
<li>searching for classes/packages that define certain interfaces</li>
<li>locating named resources</li>
</ul>
And "archive" might mean:<ul>
<li>a .jar file</li>
<li>an exploded directory</li>
<li>an OSGi bundle</li>
<li>etc</li>
</ul>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.