ParsedIRI
instead@Deprecated public class ParsedURI extends Object implements Cloneable
Note: this implementation is not guaranteed to handle ipv6 addresses correctly (yet).
Constructor and Description |
---|
ParsedURI(String uriSpec)
Deprecated.
|
ParsedURI(String scheme,
String schemeSpecificPart,
String fragment)
Deprecated.
|
ParsedURI(String scheme,
String authority,
String path,
String query,
String fragment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deprecated.
|
String |
getAuthority()
Deprecated.
|
String |
getFragment()
Deprecated.
|
String |
getPath()
Deprecated.
|
String |
getQuery()
Deprecated.
|
String |
getScheme()
Deprecated.
|
String |
getSchemeSpecificPart()
Deprecated.
|
boolean |
isAbsolute()
Deprecated.
|
boolean |
isHierarchical()
Deprecated.
|
boolean |
isOpaque()
Deprecated.
|
boolean |
isRelative()
Deprecated.
|
boolean |
isSelfReference()
Deprecated.
Checks whether this URI is a relative URI that references itself (i.e.
|
void |
normalize()
Deprecated.
Normalizes the path of this URI if it has one.
|
ParsedURI |
resolve(ParsedURI relURI)
Deprecated.
Resolves a relative URI using this URI as the base URI.
|
ParsedURI |
resolve(String relURISpec)
Deprecated.
Resolves a relative URI using this URI as the base URI.
|
String |
toString()
Deprecated.
|
public ParsedURI(String uriSpec)
public boolean isHierarchical()
public boolean isOpaque()
public boolean isAbsolute()
public boolean isRelative()
public boolean isSelfReference()
public String getScheme()
public String getSchemeSpecificPart()
public String getAuthority()
public String getPath()
public String getQuery()
public String getFragment()
public void normalize()
public ParsedURI resolve(String relURISpec)
public ParsedURI resolve(ParsedURI relURI)
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.