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 WindowsModifier 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 |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, getDefaultOrdinal, isScannable
public static final int DEFAULT_ORDINAL
EnvironmentPropertySource
public int getOrdinal()
getOrdinal
in interface PropertySource
public String getName()
getName
in interface PropertySource
public Map<String,String> getProperties()
getProperties
in interface PropertySource
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.