|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openxri.Parsable
org.openxri.RelativeXRI
public class RelativeXRI
This class provides a strong typing for a Relative XRI. Any object of this class that appears outside of the package is a valid Relative XRI.
Constructor Summary | |
---|---|
RelativeXRI(java.lang.String sXRI)
Constructs XRI from String |
|
RelativeXRI(XRIPath oPath)
Constructs an XRI from the provided RelativePath |
Method Summary | |
---|---|
AuthorityPath |
getAuthorityPath()
Returns the AuthorityPath component of this XRI Reference |
XRIPath |
getXRIPath()
Returns the XRI Path component of this XRI Reference |
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 RelativeXRI(java.lang.String sXRI)
public RelativeXRI(XRIPath oPath)
Method Detail |
---|
public AuthorityPath getAuthorityPath()
XRIReference
getAuthorityPath
in interface XRIReference
public XRIPath getXRIPath()
XRIReference
getXRIPath
in interface XRIReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |