
Static Public Member Functions | |
| static URI | createURI (String curl) throws URISyntaxException |
Static Public Attributes | |
| static final String | CURL_SCHEME = "curl" |
| static final String | CURL_SCHEME_STRING = CURL_SCHEME+"://" |
Static Private Attributes | |
| static final String | emptyString = "" |
| static final String | slashString = "/" |
CURL helper class providing various utilities.
| static URI com::cosylab::acs::maci::manager::CURLHelper::createURI | ( | String | curl | ) | throws URISyntaxException [inline, static] |
URI factory method creating URIs from CURLs represended by java.lang.String class. Given string are also preprocessed in order to satisfy URI standards.
| curl | curl to be transformed to URI. |
References CURL_SCHEME, CURL_SCHEME_STRING, emptyString, and slashString.
final String com::cosylab::acs::maci::manager::CURLHelper::CURL_SCHEME = "curl" [static] |
String denoting CURL sheme.
Referenced by createURI().
final String com::cosylab::acs::maci::manager::CURLHelper::CURL_SCHEME_STRING = CURL_SCHEME+"://" [static] |
Raw String denoting CURL sheme.
Referenced by createURI().
final String com::cosylab::acs::maci::manager::CURLHelper::emptyString = "" [static, private] |
Empty string.
Referenced by createURI().
final String com::cosylab::acs::maci::manager::CURLHelper::slashString = "/" [static, private] |
String with slash.
Referenced by createURI().
1.6.2