| Modifier and Type | Method and Description |
|---|---|
Settings |
build()
Creates a
Settings from the builder |
Settings.SettingsBuilder |
put(String key,
Object value)
Adds a new element in the builder
|
Settings.SettingsBuilder |
putAll(Map<String,Object> settings)
Adds all elements in the builder
|
Settings.SettingsBuilder put(String key, Object value)
key - the key to the settingsvalue - the value from the respective settingsNullPointerException - when either key or value are nullSettings.SettingsBuilder putAll(Map<String,Object> settings)
settings - the map with all elementsNullPointerException - when either the settings or the key or the value are nullCopyright © 2017–2019 Eclipse Foundation. All rights reserved.