public abstract class URILocation extends Object
Constructor and Description |
---|
URILocation() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getAbsoluteURI()
Returns the absolute URI for this URILocation
|
abstract String |
getBaseURI()
Returns the base location of this URILocation.
|
abstract Reader |
getReader()
Returns a Reader for the resource represented
by this URILocation.
|
abstract String |
getRelativeURI()
Returns the relative URI for this URILocation
|
String |
toString()
Returns the String representation of
this URILocation.
|
public abstract String getAbsoluteURI()
getRelativeURI()
,
getBaseURI()
public abstract String getBaseURI()
getAbsoluteURI()
,
getRelativeURI()
public abstract Reader getReader() throws IOException
IOException
public abstract String getRelativeURI()
getAbsoluteURI()
,
getBaseURI()
Copyright © 2014. All rights reserved.