|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.solrcas.UriUtils
public class UriUtils
Static methods supporting proper handling of URIs
| Constructor Summary | |
|---|---|
UriUtils()
|
|
| Method Summary | |
|---|---|
static URI |
create(String s)
Create a URI from a String, with proper quoting. |
static URI |
quote(String s)
Create a URI from a string, with proper quoting. |
static URI |
quote(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 URI quote(String s)
throws URISyntaxException
s -
URISyntaxException
public static URI quote(URL u)
throws URISyntaxException
u -
URISyntaxExceptionpublic static URI create(String s)
u -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||