public class CloudResources extends Object
CloudResource
s.Modifier and Type | Class and Description |
---|---|
static class |
CloudResources.Deserializer
Internal JSON Deserializer.
|
static class |
CloudResources.Serializer
Internal JSON Serializer.
|
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
List<CloudResource> |
asList()
Returns the list of
CloudResource s. |
Set<String> |
getFilenames()
Returns a set of all resource
filenames . |
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 archiveIOException
public Set<String> getFilenames()
filenames
.public List<CloudResource> asList()
CloudResource
s.Copyright © 2014. All rights reserved.