| Interface | Description |
|---|---|
| ApplicationArchive |
Interface that represents an application archive (for example a WAR file) that can be uploaded to Cloud Foundry.
|
| ApplicationArchive.Entry |
A single entry contained within an
ApplicationArchive. |
| Class | Description |
|---|---|
| AbstractApplicationArchiveEntry |
Base implementation of
ApplicationArchive.Entry that is reads the input stream to deduce the size and SHA
digest. |
| DirectoryApplicationArchive |
Implementation of
ApplicationArchive backed by a ZipFile. |
| ZipApplicationArchive |
Implementation of
ApplicationArchive backed by a ZipFile. |
Copyright © 2015. All rights reserved.