Class URISupport.CompositeData

  • Enclosing class:
    URISupport

    public static class URISupport.CompositeData
    extends java.lang.Object
    A composite URI can be split into one or more CompositeData object which each represent the individual URIs that comprise the composite one.
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URI[] getComponents()  
      java.lang.String getFragment()  
      java.lang.String getHost()  
      java.util.Map<java.lang.String,​java.lang.String> getParameters()  
      java.lang.String getPath()  
      java.lang.String getScheme()  
      java.net.URI toURI()  
      • Methods inherited from class java.lang.Object

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

      • CompositeData

        public CompositeData()
    • Method Detail

      • getComponents

        public java.net.URI[] getComponents()
      • getFragment

        public java.lang.String getFragment()
      • getParameters

        public java.util.Map<java.lang.String,​java.lang.String> getParameters()
      • getScheme

        public java.lang.String getScheme()
      • getPath

        public java.lang.String getPath()
      • getHost

        public java.lang.String getHost()
      • toURI

        public java.net.URI toURI()
                           throws java.net.URISyntaxException
        Throws:
        java.net.URISyntaxException