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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getHost()Deprecated.getIDN()Deprecated.getPath()Deprecated.intgetPort()Deprecated.getQuery()Deprecated.Deprecated.Deprecated.Deprecated.inthashCode()Deprecated.booleanDeprecated.booleanisOpaque()Deprecated.booleanDeprecated.booleanDeprecated.Deprecated.static IRIDeprecated.static StringnormalizeString(String iri) Deprecated.static voidpreinit()Deprecated.relativize(IRI iri) Deprecated.static IRIrelativize(IRI b, IRI c) Deprecated.Deprecated.Deprecated.static IRIDeprecated.static IRIDeprecated.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
-