public interface Configuration extends Map<String,Object>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Configuration.ChangeListener |
static class |
Configuration.PidMode |
| Modifier and Type | Method and Description |
|---|---|
void |
fillExpandedProperties(String prefix,
Map<? super String,Object> properties) |
void |
fillProperties(String prefix,
Map<? super String,Object> properties) |
String |
getAlternateConfigurationIdentifier() |
Boolean |
getBooleanProperty(String key) |
Configuration.ChangeListener |
getChangeListener() |
String |
getConfigurationIdentifier() |
QName |
getConfigurationName() |
String |
getExpandedProperty(String key) |
Integer |
getIntegerProperty(String key) |
Long |
getLongProperty(String key) |
Configuration.PidMode |
getPidModeProperty(String key) |
String |
getProperty(String key) |
void |
refreshStaticConfiguration() |
void |
setChangeListener(Configuration.ChangeListener changeListener) |
void |
updateDynamicConfiguration(Dictionary<?,?> updateDict,
boolean replaceCurrent) |
void |
updateDynamicConfiguration(Map<?,?> updateMap,
boolean replaceCurrent) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesConfiguration.PidMode getPidModeProperty(String key)
void fillExpandedProperties(String prefix, Map<? super String,Object> properties)
void updateDynamicConfiguration(Map<?,?> updateMap, boolean replaceCurrent)
void updateDynamicConfiguration(Dictionary<?,?> updateDict, boolean replaceCurrent)
void refreshStaticConfiguration()
QName getConfigurationName()
String getConfigurationIdentifier()
String getAlternateConfigurationIdentifier()
Configuration.ChangeListener getChangeListener()
void setChangeListener(Configuration.ChangeListener changeListener)
Copyright © 2011–2021 Talend Inc.. All rights reserved.