|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.util.UriUtils
public class UriUtils
Static methods supporting proper handling of URIs
Constructor Summary | |
---|---|
UriUtils()
|
Method Summary | |
---|---|
static java.net.URI |
create(java.lang.String s)
Create a URI from a String, with proper quoting. |
static java.net.URI |
quote(java.lang.String s)
Create a URI from a string, with proper quoting. |
static java.net.URI |
quote(java.net.URL u)
Create a URI from a URL, with proper quoting. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UriUtils()
Method Detail |
---|
public static java.net.URI quote(java.lang.String s) throws java.net.URISyntaxException
s
-
java.net.URISyntaxException
public static java.net.URI quote(java.net.URL u) throws java.net.URISyntaxException
u
-
java.net.URISyntaxException
public static java.net.URI create(java.lang.String s)
s
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |