org.exolab.castor.net
public abstract class URILocation extends Object
Version: $Revision: 5951 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
Method Summary | |
---|---|
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.
|
Returns: the absolute URI for this URILocation
See Also: URILocation URILocation
Returns: the base location of this URILocation
See Also: URILocation URILocation
Returns: a Reader for the resource represented by this URILocation
Throws: java.io.IOException
Returns: the relative URI for this URILocation
See Also: URILocation URILocation
Returns: the String representation of this URILocation