| Package | Description |
|---|---|
| org.apache.tamaya.spi |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueBuilder |
PropertyValueBuilder.addMetaEntries(Map<String,String> metaEntries)
Adds the context data given.
|
PropertyValueBuilder |
PropertyValueBuilder.addMetaEntry(String key,
Object value)
Add an additional context data information.
|
static PropertyValueBuilder |
PropertyValue.builder(String key,
String source)
Creates a new builder instance.
|
static PropertyValueBuilder |
PropertyValue.builder(String key,
String value,
String source)
Creates a new builder instance.
|
PropertyValueBuilder |
PropertyValueBuilder.mapKey(String key)
Changes the entry's key, mapping also corresponding context entries.
|
PropertyValueBuilder |
PropertyValueBuilder.removeMetaEntry(String key)
Removes a meta entry.
|
PropertyValueBuilder |
PropertyValueBuilder.setKey(String key)
Sets a new key.
|
PropertyValueBuilder |
PropertyValueBuilder.setMetaEntries(Map<String,String> metaEntries)
Replaces/sets the context data.
|
PropertyValueBuilder |
PropertyValueBuilder.setSource(String source)
Sets a new source.
|
PropertyValueBuilder |
PropertyValueBuilder.setValue(String value)
Sets a new value.
|
PropertyValueBuilder |
PropertyValue.toBuilder()
Creates a new builder instance based on this item.
|
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.