| 接口 | 说明 |
|---|---|
| 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
|
| JarFileEntryUrlAdjuster |
Optional contract for ArchiveDescriptorFactory implementations to implement
to be able to adjust
<jar-file/> URL's defined in persistence.xml
files. |
| 类 | 说明 |
|---|---|
| AbstractArchiveDescriptor |
Base support for ArchiveDescriptor implementors.
|
| ArchiveHelper |
Helper for dealing with archives
|
| ExplodedArchiveDescriptor |
Descriptor for exploded (directory) archives
|
| FileUtils | |
| JarFileBasedArchiveDescriptor |
An ArchiveDescriptor implementation leveraging the
JarFile API for processing. |
| JarInputStreamBasedArchiveDescriptor |
An ArchiveDescriptor implementation that works on archives accessible through a
JarInputStream. |
| JarProtocolArchiveDescriptor |
An ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).
|
| PackageInfoArchiveEntryHandler |
Defines handling and filtering for package-info file entries within an archive
|
| StandardArchiveDescriptorFactory |
Standard implementation of ArchiveDescriptorFactory
|
| ZipUtils |
| 异常错误 | 说明 |
|---|---|
| ArchiveException |
Indicates a problem accessing or visiting the archive
|
Copyright © 2020. All rights reserved.