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
,
getBaseURI
public abstract java.lang.String getBaseURI()
getAbsoluteURI
,
getRelativeURI
public abstract java.io.Reader getReader() throws java.io.IOException
java.io.IOException
public abstract java.lang.String getRelativeURI()
getAbsoluteURI
,
getBaseURI
public java.lang.String toString()
toString
in class java.lang.Object