Uses of Interface
org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry

Packages that use ApplicationArchive.Entry
org.cloudfoundry.client.lib.archive   
 

Uses of ApplicationArchive.Entry in org.cloudfoundry.client.lib.archive
 

Classes in org.cloudfoundry.client.lib.archive that implement ApplicationArchive.Entry
 class AbstractApplicationArchiveEntry
          Base implementation of ApplicationArchive.Entry that is reads the input stream to deduce the size and SHA digest.
 

Methods in org.cloudfoundry.client.lib.archive that return types with arguments of type ApplicationArchive.Entry
 Iterable<ApplicationArchive.Entry> ZipApplicationArchive.getEntries()
           
 Iterable<ApplicationArchive.Entry> DirectoryApplicationArchive.getEntries()
           
 Iterable<ApplicationArchive.Entry> ApplicationArchive.getEntries()
          Returns entries that the archive contains.
 



Copyright © 2013. All rights reserved.