public interface ITargetHostsBuilder
| Modifier and Type | Method and Description |
|---|---|
List<String> |
setTargetHostsFromCmsQueryUrl(String cmsQueryUrl)
Sets the target hosts from cms query url.
|
List<String> |
setTargetHostsFromCmsQueryUrl(String cmsQueryUrl,
String projection)
Sets the target hosts from cms query url.
|
List<String> |
setTargetHostsFromCmsQueryUrl(String cmsQueryUrl,
String projection,
String token)
Sets the target hosts from cms query url with projection and authorization token.
|
List<String> |
setTargetHostsFromJsonPath(String jsonPath,
String sourcePath,
HostsSourceType sourceType)
Sets the target hosts from json path.
|
List<String> |
setTargetHostsFromLineByLineText(String sourcePath,
HostsSourceType sourceType)
Sets the target hosts from line by line text.
|
List<String> |
setTargetHostsFromList(List<String> targetHosts)
Sets the target hosts from list.
|
List<String> |
setTargetHostsFromString(String targetHostsStr)
Sets the target hosts from string.
|
List<String> setTargetHostsFromList(List<String> targetHosts)
targetHosts - the target hostsList<String> setTargetHostsFromString(String targetHostsStr)
targetHostsStr - the target hosts strList<String> setTargetHostsFromJsonPath(String jsonPath, String sourcePath, HostsSourceType sourceType) throws TargetHostsLoadException
jsonPath - the json pathsourcePath - the source pathsourceType - the source typeTargetHostsLoadException - the target hosts load exceptionList<String> setTargetHostsFromLineByLineText(String sourcePath, HostsSourceType sourceType) throws TargetHostsLoadException
sourcePath - the source pathsourceType - the source typeTargetHostsLoadException - the target hosts load exceptionList<String> setTargetHostsFromCmsQueryUrl(String cmsQueryUrl) throws TargetHostsLoadException
cmsQueryUrl - the cms query urlTargetHostsLoadException - the target hosts load exceptionList<String> setTargetHostsFromCmsQueryUrl(String cmsQueryUrl, String projection) throws TargetHostsLoadException
cmsQueryUrl - the cms query urlprojection - the projectionTargetHostsLoadException - the target hosts load exceptionList<String> setTargetHostsFromCmsQueryUrl(String cmsQueryUrl, String projection, String token) throws TargetHostsLoadException
cmsQueryUrl - the cms query urlprojection - the projectiontoken - the cms authorization tokenTargetHostsLoadException - the target hosts load exceptionCopyright © 2015–2017 eBay. All rights reserved.