Package org.apache.abdera.i18n.iri
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.boolean
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getHost()
Deprecated.getIDN()
Deprecated.getPath()
Deprecated.int
getPort()
Deprecated.getQuery()
Deprecated.Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.boolean
isOpaque()
Deprecated.boolean
Deprecated.boolean
Deprecated.Deprecated.static IRI
Deprecated.static String
normalizeString
(String iri) Deprecated.static void
preinit()
Deprecated.relativize
(IRI iri) Deprecated.static IRI
relativize
(IRI b, IRI c) Deprecated.Deprecated.Deprecated.static IRI
Deprecated.static IRI
Deprecated.Deprecated.Deprecated.toString()
Deprecated.toURI()
Deprecated.toURL()
Deprecated.Deprecated.Returns a new IRI with a trailing slash appended to the path, if necessary
-
Constructor Details
-
Method Details
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
getAuthority
Deprecated. -
getFragment
Deprecated. -
getHost
Deprecated. -
getIDN
Deprecated. -
getASCIIHost
Deprecated. -
getPath
Deprecated. -
getPort
public int getPort()Deprecated. -
getQuery
Deprecated. -
getScheme
Deprecated. -
getSchemeSpecificPart
Deprecated. -
getUserInfo
Deprecated. -
getASCIIAuthority
Deprecated. -
getASCIIFragment
Deprecated. -
getASCIIPath
Deprecated. -
getASCIIQuery
Deprecated. -
getASCIIUserInfo
Deprecated. -
getASCIISchemeSpecificPart
Deprecated. -
clone
Deprecated. -
isAbsolute
public boolean isAbsolute()Deprecated. -
isOpaque
public boolean isOpaque()Deprecated. -
relativize
Deprecated. -
relativize
Deprecated. -
isPathAbsolute
public boolean isPathAbsolute()Deprecated. -
isSameDocumentReference
public boolean isSameDocumentReference()Deprecated. -
resolve
Deprecated.- Throws:
IOException
-
resolve
Deprecated. -
normalize
Deprecated. -
normalizeString
Deprecated. -
normalize
Deprecated. -
resolve
Deprecated. -
resolve
Deprecated. -
toString
Deprecated. -
toASCIIString
Deprecated. -
toBIDIString
Deprecated. -
toURI
Deprecated.- Throws:
URISyntaxException
-
toURL
Deprecated. -
preinit
public static void preinit()Deprecated. -
trailingSlash
Deprecated.Returns a new IRI with a trailing slash appended to the path, if necessary
-