|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.iai.ilcd.model.common.GlobalRefUriAnalyzer
public class GlobalRefUriAnalyzer
Analyzer for the extraction of UUID and version from data set URIs
Field Summary | |
---|---|
Uuid |
uuid
Detected UUID, null means invalid URI |
DataSetVersion |
version
Detected version (may be null even for valid URIs) |
Constructor Summary | |
---|---|
GlobalRefUriAnalyzer(java.lang.String refUri)
Analyzer for data set URIs. |
Method Summary | |
---|---|
DataSetVersion |
getDataSetVersion()
Get the detected data set version |
Uuid |
getUuid()
Get the detected UUID |
java.lang.String |
getUuidAsString()
Get the detected UUID as string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Uuid uuid
null
means invalid URI
public final DataSetVersion version
Constructor Detail |
---|
public GlobalRefUriAnalyzer(java.lang.String refUri)
refUri
- the URI to analyze.Method Detail |
---|
public Uuid getUuid()
public java.lang.String getUuidAsString()
public DataSetVersion getDataSetVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |