Modifier and Type | Method and Description |
---|---|
static PropertySourceBuilder |
PropertySourceBuilder.from(String name)
Gets a new instance of a builder.
|
static PropertySourceBuilder |
PropertySourceBuilder.of(String name)
Gets a new instance of a builder.
|
PropertySourceBuilder |
PropertySourceBuilder.put(String key,
String value)
Sets a new property key/value.
|
PropertySourceBuilder |
PropertySourceBuilder.putAll(Map<String,String> values)
Put all the given key, values.
|
PropertySourceBuilder |
PropertySourceBuilder.putAll(org.apache.tamaya.spi.PropertySource propertySource)
Puts all values from the given property source.
|
PropertySourceBuilder |
PropertySourceBuilder.withOrdinal(int ordinal)
Sets the ordinal to be used explicitly (instead evaluating it using
tamaya.ordinal . |
Copyright © 2015–2016 Apache Software Foundation. All rights reserved.