|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.informationsystem.collector.impl.utils.Identifier
public class Identifier
Build instance state identifiers
| Constructor Summary | |
|---|---|
Identifier()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
buildInstanceStateID(EntryParser parser)
Builds an instance state identifier |
static java.lang.String |
buildInstanceStateID(java.lang.String source,
java.lang.String id)
Builds an instance state identifier |
static java.lang.String |
buildProfileID(java.lang.String message)
Builds a profile ID starting from the message (a string serialization of the profile) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Identifier()
| Method Detail |
|---|
public static java.lang.String buildInstanceStateID(EntryParser parser)
parser - the parser of the source entry
public static java.lang.String buildInstanceStateID(java.lang.String source,
java.lang.String id)
source - the URI of the publisherid - the id related to the piece of state to identify
public static java.lang.String buildProfileID(java.lang.String message)
throws java.lang.Exception
message - the message
java.lang.Exception - if the profile is not well-formed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||