Cosm
Class CosmFactory
java.lang.Object
Cosm.CosmFactory
public class CosmFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CosmFactory
public CosmFactory()
toDatastream
public static Datastream toDatastream(java.lang.String s)
throws CosmException
- Throws:
CosmException
toFeed
public static Feed toFeed(java.lang.String s)
throws CosmException
- Throws:
CosmException
toFeeds
public static Feed[] toFeeds(java.lang.String s)
throws CosmException
- Throws:
CosmException
toGroup
public static Group toGroup(java.lang.String s)
throws CosmException
- Throws:
CosmException
toGroups
public static Group[] toGroups(java.lang.String s)
throws CosmException
- Throws:
CosmException
toTrigger
public static Trigger toTrigger(java.lang.String s)
throws CosmException
- Throws:
CosmException
toTriggers
public static Trigger[] toTriggers(java.lang.String s)
throws CosmException
- Throws:
CosmException
toDatapoint
public static Datapoint toDatapoint(java.lang.String s)
throws CosmException
- Throws:
CosmException
toDatapoints
public static Datapoint[] toDatapoints(java.lang.String s)
throws CosmException
- Throws:
CosmException
toApikey
public static Apikey toApikey(java.lang.String s)
throws CosmException
- Throws:
CosmException
toApikeys
public static Apikey[] toApikeys(java.lang.String s)
throws CosmException
- Throws:
CosmException
toUser
public static User toUser(java.lang.String s)
throws CosmException
- Throws:
CosmException
toUsers
public static User[] toUsers(java.lang.String s)
throws CosmException
- Throws:
CosmException