public class EnvironmentPropertySource extends Object implements PropertySource
PropertySource provides all Properties which are set
via export myprop=myval on UNIX Systems orset myprop=myval on Windows| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ORDINAL
default ordinal for
EnvironmentPropertySource |
TAMAYA_ORDINAL| Constructor and Description |
|---|
EnvironmentPropertySource() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key) |
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
boolean |
isScannable() |
public static final int DEFAULT_ORDINAL
EnvironmentPropertySourcepublic int getOrdinal()
getOrdinal in interface PropertySourcepublic String getName()
getName in interface PropertySourcepublic String get(String key)
get in interface PropertySourcepublic Map<String,String> getProperties()
getProperties in interface PropertySourcepublic boolean isScannable()
isScannable in interface PropertySourceCopyright © 2014–2015 Apache Software Foundation. All rights reserved.