| Interface | Description |
|---|---|
| Archive |
This interface is an abstraction for accessing a module archive.
|
| ArchiveDetector |
ArchiveHandlers are considered part of container implementation, hence are
not available until the corresponding container is setup. |
| ArchiveHandler |
ArchiveHandlers are handling certain archive type.
|
| CompositeHandler |
Composite handlers are just like any other ArchiveHandler except they
get a chance at looking at the archive before the archive handlers do
The main reason for this tag interface is that some archive handlers might
be tricked into thinking a composite archive is theirs when in fact they only
own a part of it.
|
| ReadableArchive |
Interface for implementing read access to an underlying archive on a unspecified medium
|
| ReadableArchiveFactory | |
| WritableArchive |
Interface for implementing write access to an underlying archive on a unspecified medium
|
| Class | Description |
|---|---|
| ArchiveType |
ArchiveType is an extension over ModuleType defined in jsr88 API.
|
| ReadableArchiveAdapter |
A lot of methods need to be written in order to implement
ReadableArchive.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.