|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.uri.ScopedURIBean
public class ScopedURIBean
Models the information in scoped URIs.
ScopedMint| Constructor Summary | |
|---|---|
ScopedURIBean(URI uri)
Creates an instance for a given URI. |
|
| Method Summary | |
|---|---|
List<String> |
elements()
Returns the path elements of the URI. |
String |
scope()
Returns the scope of the URI. |
String |
toString()
|
URI |
uri()
Returns the URI as a URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScopedURIBean(URI uri)
throws IllegalArgumentException
uri - the URI
IllegalArgumentException| Method Detail |
|---|
public List<String> elements()
public String scope()
public URI uri()
URI.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||