Package | Description |
---|---|
cz.cesnet.cloud.occi | |
cz.cesnet.cloud.occi.parser |
Modifier and Type | Method and Description |
---|---|
CollectionType |
Model.findKindType(Kind kind)
Determines CollectionType for given kind (for parsing purposes).
|
CollectionType |
Model.findKindType(String location)
Determines CollectionType for kind with given location (for parsing
purposes).
|
Modifier and Type | Method and Description |
---|---|
static CollectionType |
CollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionType[] |
CollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection |
JSONParser.parseCollection(String mediaType,
String body,
com.sun.net.httpserver.Headers headers,
CollectionType collectionType) |
Collection |
Parser.parseCollection(String mediaType,
String body,
com.sun.net.httpserver.Headers headers,
CollectionType collectionType)
Parses an OCCI entity either from body or headers depending on mediaType
and collectionType.
|
Collection |
TextParser.parseCollection(String mediaType,
String body,
com.sun.net.httpserver.Headers headers,
CollectionType collectionType) |
Copyright © 2016. All Rights Reserved.