Class IRI

java.lang.Object
org.apache.abdera.i18n.iri.IRI
All Implemented Interfaces:
Serializable, Cloneable

@Deprecated(since="2021-07-29") public final class IRI extends Object implements Serializable, Cloneable
Deprecated.
See Also:
  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • getAuthority

      public String getAuthority()
      Deprecated.
    • getFragment

      public String getFragment()
      Deprecated.
    • getHost

      public String getHost()
      Deprecated.
    • getIDN

      public IDNA getIDN()
      Deprecated.
    • getASCIIHost

      public String getASCIIHost()
      Deprecated.
    • getPath

      public String getPath()
      Deprecated.
    • getPort

      public int getPort()
      Deprecated.
    • getQuery

      public String getQuery()
      Deprecated.
    • getScheme

      public String getScheme()
      Deprecated.
    • getSchemeSpecificPart

      public String getSchemeSpecificPart()
      Deprecated.
    • getUserInfo

      public String getUserInfo()
      Deprecated.
    • getASCIIAuthority

      public String getASCIIAuthority()
      Deprecated.
    • getASCIIFragment

      public String getASCIIFragment()
      Deprecated.
    • getASCIIPath

      public String getASCIIPath()
      Deprecated.
    • getASCIIQuery

      public String getASCIIQuery()
      Deprecated.
    • getASCIIUserInfo

      public String getASCIIUserInfo()
      Deprecated.
    • getASCIISchemeSpecificPart

      public String getASCIISchemeSpecificPart()
      Deprecated.
    • clone

      public Object clone()
      Deprecated.
    • isAbsolute

      public boolean isAbsolute()
      Deprecated.
    • isOpaque

      public boolean isOpaque()
      Deprecated.
    • relativize

      public static IRI relativize(IRI b, IRI c)
      Deprecated.
    • relativize

      public IRI relativize(IRI iri)
      Deprecated.
    • isPathAbsolute

      public boolean isPathAbsolute()
      Deprecated.
    • isSameDocumentReference

      public boolean isSameDocumentReference()
      Deprecated.
    • resolve

      public static IRI resolve(IRI b, String c) throws IOException
      Deprecated.
      Throws:
      IOException
    • resolve

      public static IRI resolve(IRI b, IRI c)
      Deprecated.
    • normalize

      public IRI normalize()
      Deprecated.
    • normalizeString

      public static String normalizeString(String iri)
      Deprecated.
    • normalize

      public static IRI normalize(IRI iri)
      Deprecated.
    • resolve

      public IRI resolve(IRI iri)
      Deprecated.
    • resolve

      public IRI resolve(String iri)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toASCIIString

      public String toASCIIString()
      Deprecated.
    • toBIDIString

      public String toBIDIString()
      Deprecated.
    • toURI

      public URI toURI() throws URISyntaxException
      Deprecated.
      Throws:
      URISyntaxException
    • toURL

      Deprecated.
      Throws:
      MalformedURLException
      URISyntaxException
    • preinit

      public static void preinit()
      Deprecated.
    • trailingSlash

      public IRI trailingSlash()
      Deprecated.
      Returns a new IRI with a trailing slash appended to the path, if necessary