EnvironmentPropertySource
, PropertiesPropertySource
, PropertyFilePropertySource
, SystemPropertiesPropertySource
public interface PropertySource
Modifier and Type | Interface | Description |
---|---|---|
static class |
PropertySource.Comparator |
Comparator for ordering PropertySource instances by priority.
|
static class |
PropertySource.Util |
Utility methods useful for PropertySource implementations.
|
Modifier and Type | Method | Description |
---|---|---|
void |
forEach(BiConsumer<String,String> action) |
Iterates over all properties and performs an action for each key/value pair.
|
CharSequence |
getNormalForm(Iterable<? extends CharSequence> tokens) |
Converts a list of property name tokens into a normal form.
|
int |
getPriority() |
Returns the order in which this PropertySource has priority.
|
int getPriority()
void forEach(BiConsumer<String,String> action)
action
- action to perform on each key/value pairCharSequence getNormalForm(Iterable<? extends CharSequence> tokens)
tokens
- list of property name tokensCopyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.