|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationArchive
Interface that represents an application archive (for example a WAR file) that can be uploaded to Cloud Foundry.
Archives consist of a filename
and one or more entries
.
Nested Class Summary | |
---|---|
static interface |
ApplicationArchive.Entry
A single entry contained within an ApplicationArchive . |
Method Summary | |
---|---|
Iterable<ApplicationArchive.Entry> |
getEntries()
Returns entries that the archive contains. |
String |
getFilename()
Returns the filename of the archive (excluding any path). |
Method Detail |
---|
String getFilename()
Iterable<ApplicationArchive.Entry> getEntries()
entries
that the archive contains.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |