public interface ConfigItemMapEntry extends ConfigItemCollection<ConfigBlock>
See 3.10.5 config:config-item-map-entry
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ConfigBlock block)
Add a block to this entry.
|
boolean |
add(String name,
String type,
String value)
Add an ConfigItem to this entry.
|
ConfigBlock |
put(ConfigBlock block)
Put a block in this entry.
|
isEmpty, iterator, sizegetNameappendXMLContentboolean add(ConfigBlock block)
block - the block to add to this entry. May throwUnsupportedOperationException - if the entry is a singletonConfigBlock put(ConfigBlock block)
block - the block to add to this entry. May throwUnsupportedOperationException - if the entry is a singleton or a listboolean add(String name, String type, String value)
add(new ConfigItem(name, type, value)).name - the name of the itemtype - the type of the itemvalue - the value of the itemUnsupportedOperationException - if the entry is a singletonCopyright © 2016–2021. All rights reserved.