|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openxri.Parsable
org.openxri.AuthorityPath
org.openxri.XRIAuthority
org.openxri.GCSAuthority
public class GCSAuthority
This class provides a strong typing for a GCS Authority. Any object of this class that appears outside of the package is a valid GCS Authority.
Constructor Summary | |
---|---|
GCSAuthority(java.lang.String sPath)
Constructs GCSAuthority from a String |
Method Summary | |
---|---|
java.lang.String |
getGCSRoot()
Returns the GCS root |
char |
getGCSRootAsChar()
Returns the GCS root |
XRIAuthority |
getParent()
Returns the parent XRIAuthority for this object. |
java.lang.String |
getRootAuthority()
Returns the root XRI Authority as a String |
java.lang.String |
toIRINormalForm()
Serialzes the XRIAuthority into IRI-normal from |
java.lang.String |
toURINormalForm()
Serialzes the XRIAuthority into URI normal from |
Methods inherited from class org.openxri.XRIAuthority |
---|
getLastSubSegment, getNumSubSegments, getParentAsXRI, getSubSegmentAt, getXRISegment |
Methods inherited from class org.openxri.AuthorityPath |
---|
buildAuthorityPath |
Methods inherited from class org.openxri.Parsable |
---|
compareTo, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GCSAuthority(java.lang.String sPath)
Method Detail |
---|
public char getGCSRootAsChar()
public java.lang.String getGCSRoot()
public java.lang.String toIRINormalForm()
toIRINormalForm
in class AuthorityPath
public java.lang.String toURINormalForm()
toURINormalForm
in class AuthorityPath
public java.lang.String getRootAuthority()
getRootAuthority
in class XRIAuthority
public XRIAuthority getParent()
getParent
in class XRIAuthority
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |