|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.trees.uri.TreeUriBean
public class TreeUriBean
Models the information in a tree URI.
| Constructor Summary | |
|---|---|
TreeUriBean(URI uri)
|
|
| Method Summary | |
|---|---|
String |
nodeId()
Returns the identifier of the node. |
List<String> |
nodeIDs()
Returns the identifiers of the nodes. |
String |
scope()
Returns the scope of the URL. |
String |
sourceId()
Returns the source identifier. |
String |
toString()
|
String |
treeId()
Returns the tree identifier. |
URI |
url()
Returns the underlying URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TreeUriBean(URI uri)
throws IllegalArgumentException
IllegalArgumentException| Method Detail |
|---|
public String sourceId()
public String treeId()
public String nodeId()
public List<String> nodeIDs()
public URI url()
public String toString()
toString in class Objectpublic String scope()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||