public class SystemPropertiesPropertySource extends java.lang.Object implements PropertySource
PropertiesPropertySource.PropertySource.Comparator, PropertySource.Util| Modifier and Type | Field and Description |
|---|---|
private static int |
DEFAULT_PRIORITY |
private static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
SystemPropertiesPropertySource() |
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(BiConsumer<java.lang.String,java.lang.String> action)
Iterates over all properties and performs an action for each key/value pair.
|
java.lang.CharSequence |
getNormalForm(java.lang.Iterable<? extends java.lang.CharSequence> tokens)
Converts a list of property name tokens into a normal form.
|
int |
getPriority()
Returns the order in which this PropertySource has priority.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsProperty, getPropertyprivate static final int DEFAULT_PRIORITY
private static final java.lang.String PREFIX
public int getPriority()
PropertySourcegetPriority in interface PropertySourcepublic void forEach(BiConsumer<java.lang.String,java.lang.String> action)
PropertySourceforEach in interface PropertySourceaction - action to perform on each key/value pairpublic java.lang.CharSequence getNormalForm(java.lang.Iterable<? extends java.lang.CharSequence> tokens)
PropertySourcegetNormalForm in interface PropertySourcetokens - list of property name tokens