public class CURLHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CURL_SCHEME
String denoting CURL sheme.
|
static java.lang.String |
CURL_SCHEME_STRING
Raw String denoting CURL sheme.
|
| Constructor and Description |
|---|
CURLHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URI |
createURI(java.lang.String curl)
URI factory method creating URIs from CURLs represended by
java.lang.String class. |
public static final java.lang.String CURL_SCHEME
public static final java.lang.String CURL_SCHEME_STRING
public static java.net.URI createURI(java.lang.String curl)
throws java.net.URISyntaxException
java.lang.String class.
Given string are also preprocessed in order to satisfy URI standards.curl - curl to be transformed to URI.java.net.URISyntaxException