public abstract class URILocation
extends java.lang.Object
| Constructor and Description |
|---|
URILocation() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getAbsoluteURI()
Returns the absolute URI for this URILocation
|
abstract java.lang.String |
getBaseURI()
Returns the base location of this URILocation.
|
abstract java.io.Reader |
getReader()
Returns a Reader for the resource represented
by this URILocation.
|
abstract java.lang.String |
getRelativeURI()
Returns the relative URI for this URILocation
|
java.lang.String |
toString()
Returns the String representation of
this URILocation.
|
public abstract java.lang.String getAbsoluteURI()
getRelativeURI,
getBaseURIpublic abstract java.lang.String getBaseURI()
getAbsoluteURI,
getRelativeURIpublic abstract java.io.Reader getReader()
throws java.io.IOException
java.io.IOExceptionpublic abstract java.lang.String getRelativeURI()
getAbsoluteURI,
getBaseURIpublic java.lang.String toString()
toString in class java.lang.Object