|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.common.TUri
public class TUri
TUri encapsulates a URI.
This is the starting point for the implementation of the rfc2396 (http://www.ietf.org/rfc/rfc2396.txt)
This thing will move on as needed.
Constructor Summary | |
---|---|
TUri(java.lang.String uri)
Create a URI. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Indicates whether some other object is "equal to" this one. |
java.lang.String |
getAsString()
Get the uri as a string. |
java.util.Locale |
getLocale()
Gets the locale. |
java.lang.String |
getScheme()
Get the scheme (protocal) name from this URI. |
java.lang.String |
getUri()
Return the URI as a string. |
int |
hashCode()
Returns a hash code value for the object. |
void |
setLocale(java.util.Locale locale)
Sets the locale. |
java.lang.String |
toString()
Return a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TUri(java.lang.String uri) throws java.net.MalformedURLException
string
- the URI as a string
java.net.MalformedURLException
Method Detail |
---|
public java.lang.String getUri()
public java.lang.String getScheme()
public java.lang.String getAsString()
public void setLocale(java.util.Locale locale)
public java.util.Locale getLocale()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |