|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cloudfoundry.client.lib.domain.CloudResources
public class CloudResources
JSON Object that contains details of a list of CloudResource
s.
Nested Class Summary | |
---|---|
static class |
CloudResources.Deserializer
Internal JSON Deserializer. |
static class |
CloudResources.Serializer
Internal JSON Serializer. |
Constructor Summary | |
---|---|
CloudResources(ApplicationArchive archive)
Create a new CloudResources instance for the specified ApplicationArchive . |
|
CloudResources(Collection<? extends CloudResource> resources)
Create a new CloudResources instance for the specified resources. |
|
CloudResources(Iterator<? extends CloudResource> resources)
Create a new CloudResources instance for the specified resources. |
Method Summary | |
---|---|
List<CloudResource> |
asList()
Returns the list of CloudResource s. |
Set<String> |
getFilenames()
Returns a set of all resource filenames . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloudResources(Collection<? extends CloudResource> resources)
CloudResources
instance for the specified resources.
resources
- the resourcespublic CloudResources(Iterator<? extends CloudResource> resources)
CloudResources
instance for the specified resources.
resources
- the resourcespublic CloudResources(ApplicationArchive archive) throws IOException
CloudResources
instance for the specified ApplicationArchive
.
archive
- the application archive
IOException
Method Detail |
---|
public Set<String> getFilenames()
filenames
.
public List<CloudResource> asList()
CloudResource
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |