com::cosylab::acs::maci::manager::CURLHelper Class Reference

Collaboration diagram for com::cosylab::acs::maci::manager::CURLHelper:
Collaboration graph
[legend]

List of all members.

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 = "/"

Detailed Description

CURL helper class providing various utilities.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@

Member Function Documentation

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.

Parameters:
curl curl to be transformed to URI.
Returns:
URI URI representation of an CURL.

References CURL_SCHEME, CURL_SCHEME_STRING, emptyString, and slashString.


Member Data Documentation

String denoting CURL sheme.

Referenced by createURI().

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().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2