Class Identifier

    • Constructor Summary

      Constructors 
      Constructor Description
      Identifier​(java.lang.String href)  
      Identifier​(java.lang.String href, java.lang.String base)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBase()  
      java.lang.String getMediaType()
      Return a canonical media type for what's expected.
      java.lang.String getUriReference()
      Must return non-null
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Identifier

        public Identifier​(java.lang.String href,
                          java.lang.String base)
      • Identifier

        public Identifier​(java.lang.String href)
    • Method Detail

      • getUriReference

        public java.lang.String getUriReference()
        Must return non-null
        Returns:
      • getBase

        public java.lang.String getBase()
        Returns:
        maybe null
      • getMediaType

        public java.lang.String getMediaType()
        Return a canonical media type for what's expected. Never null.