Package org.cloudfoundry.client.lib.archive

Interface Summary
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 Summary
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 © 2013. All rights reserved.