public class TargetHostsBuilderHelperCms
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ADD_QUOTE
The Constant ADD_QUOTE.
|
(package private) static org.slf4j.Logger |
logger
The logger.
|
Constructor and Description |
---|
TargetHostsBuilderHelperCms() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.List<java.lang.String> |
getFQDNValueListCMS(org.codehaus.jettison.json.JSONObject jObj,
java.lang.String projectionStr)
20141022.
|
java.util.List<java.lang.String> |
getNodeListCompleteURLForCMS(java.lang.String url,
java.lang.String projectionStr)
TODO : will be removed .
|
(package private) static org.codehaus.jettison.json.JSONObject |
readJsonFromUrlWithCmsHeader(java.lang.String url)
removed header (only used for authorization for PP) 2015.08
|
static org.slf4j.Logger logger
public static final boolean ADD_QUOTE
static java.util.List<java.lang.String> getFQDNValueListCMS(org.codehaus.jettison.json.JSONObject jObj, java.lang.String projectionStr) throws org.codehaus.jettison.json.JSONException
jObj
- the j objprojectionStr
- the projection strorg.codehaus.jettison.json.JSONException
- the JSON exceptionstatic org.codehaus.jettison.json.JSONObject readJsonFromUrlWithCmsHeader(java.lang.String url) throws java.net.MalformedURLException, java.io.IOException, org.codehaus.jettison.json.JSONException
url
- the urljava.net.MalformedURLException
- the malformed url exceptionjava.io.IOException
- Signals that an I/O exception has occurred.org.codehaus.jettison.json.JSONException
- the JSON exceptionpublic java.util.List<java.lang.String> getNodeListCompleteURLForCMS(java.lang.String url, java.lang.String projectionStr)
url
- the urlprojectionStr
- the projection str