Package | Description |
---|---|
org.thales.punch.libraries.utils.api | |
org.thales.punch.settings.api |
Copyright © 2016-2021 Thales Services Numériques
Licensed under the Thales Inner Source Software License:
Version 1.2, InnerOpen - Distribution Controlled
You may not use this file except in compliance with the License.
|
org.thales.punch.settings.impl |
Modifier and Type | Method and Description |
---|---|
static org.apache.http.HttpHost[] |
UtilHttp.getHttpHosts(ISettingsList settingsList)
Takes as arguments a list of ISettingsMap where each of them contains two fields:
|
Modifier and Type | Method and Description |
---|---|
ISettingsList |
SettingsListBuilder.build()
Build and get your
ISettingsList . |
ISettingsList |
ISettingsMap.getAsRequiredSettingsList(String key) |
ISettingsList |
ISettingsList.getAsSettingsList(int index)
Return the ith element of a list, expecting it to be a
ISettingsList . |
ISettingsList |
ISettingsMap.getAsSettingsList(String key) |
ISettingsList |
ISettingsMap.getAsSettingsList(String key,
ISettingsList defaultValue) |
ISettingsList |
ISettingsMap.getAsSettingsListOrEmpty(String key)
Get a settings list or an empty one if nonefound.
|
Modifier and Type | Method and Description |
---|---|
ISettingsList |
ISettingsMap.getAsSettingsList(String key,
ISettingsList defaultValue) |
Modifier and Type | Class and Description |
---|---|
class |
JsonSettingsListImpl |
class |
NamedSettingsListImpl |
class |
SettingsListImpl
Our implementation of
ISettingsList . |
Modifier and Type | Method and Description |
---|---|
ISettingsList |
SettingsMapImpl.getAsRequiredSettingsList(String key) |
ISettingsList |
SettingsListImpl.getAsSettingsList(int index) |
ISettingsList |
SettingsMapImpl.getAsSettingsList(String key) |
ISettingsList |
SettingsMapImpl.getAsSettingsList(String key,
ISettingsList defaultValue) |
ISettingsList |
SettingsMapImpl.getAsSettingsListOrEmpty(String key) |
static ISettingsList |
JsonSettingsListImpl.getJsonSettingsList(String content)
Return a ready to use SettingsList from a String.
|
protected ISettingsList |
SettingsListImpl.newSettingsListChild(List<Object> list,
String name)
Returns a new instance of appropriate Settings list implementation for this settings tree
Initialized with same content as a provided list containing
The returned object has not been added to the THIS settings map
|
protected ISettingsList |
NamedSettingsMapImpl.newSettingsListChild(List<Object> list,
String name) |
protected ISettingsList |
SettingsMapImpl.newSettingsListChild(List<Object> list,
String name)
Returns a new instance of appropriate Settings list implementation for this settings tree
Initialized with same content as a provided list containing
The returned object has not been added to the THIS settings map
|
protected ISettingsList |
SettingsListImpl.newSettingsListChild(String name)
Returns a new instance of appropriate Settings list implementation for this settings tree
The returned object has not been added to the THIS settings map
|
Modifier and Type | Method and Description |
---|---|
ISettingsList |
SettingsMapImpl.getAsSettingsList(String key,
ISettingsList defaultValue) |
Copyright © 2014–2023. All rights reserved.