Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

List of all members.

Static Public Member Functions

URI createURI (String curl) throws URISyntaxException

Static Public Attributes

final String CURL_SCHEME = "curl"
final String CURL_SCHEME_STRING = CURL_SCHEME+"://"

Static Private Attributes

final String emptyString = ""
final String slashString = "/"

Detailed Description

CURL helper class providing various utilities.

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


Member Function Documentation

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.


Member Data Documentation

final String com::cosylab::acs::maci::manager::CURLHelper::CURL_SCHEME = "curl" [static]
 

String denoting CURL sheme.

final String com::cosylab::acs::maci::manager::CURLHelper::CURL_SCHEME_STRING = CURL_SCHEME+"://" [static]
 

Raw String denoting CURL sheme.

final String com::cosylab::acs::maci::manager::CURLHelper::emptyString = "" [static, private]
 

Empty string.

final String com::cosylab::acs::maci::manager::CURLHelper::slashString = "/" [static, private]
 

String with slash.


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:11:20 2009 for ACS Java API by doxygen 1.3.8