ArchiveContext |
Describes the context for visiting the entries within an archive
|
ArchiveDescriptor |
Models a logical archive, which might be
a jar file
a zip file
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.
|