com.karmasphere.share.util
Class SimpleUrl
java.lang.Object
com.karmasphere.share.util.SimpleUrl
public class SimpleUrl
- extends Object
SimpleUrl
public SimpleUrl(String scheme,
String host,
String path)
SimpleUrl
public SimpleUrl(String data)
throws IdentityFormatException
- Returns a canonical URL for the given data.
- Throws:
IdentityFormatException
getScheme
public String getScheme()
getHost
public String getHost()
getPath
public String getPath()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2005 Karamsphere. All Rights Reserved.