|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.deployment.deploy.shared.Util
public class Util
Utility logic.
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static String |
getURIName(URI uri)
Returns the name portion of the specified URI. |
static URI |
resolve(URI baseUri,
String uriString)
Constructs a new URI by parsing the given string and then resolving it against the base URI. |
static URI |
toURI(URL url)
Returns URI for the specified URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static String getURIName(URI uri)
uri - the URI from which to extract the name
public static URI toURI(URL url)
throws URISyntaxException
url - the URL to convert to URI
URISyntaxException
public static URI resolve(URI baseUri,
String uriString)
baseUri - the base URI to resolve againsturiString - the String to construct URI and resolve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||