public class SystemPropertySource extends Object implements PropertySource
PropertySource manages the system properties.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ORDINAL
default ordinal for
SystemPropertySource |
TAMAYA_ORDINAL| Constructor and Description |
|---|
SystemPropertySource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getDefaultOrdinal, isScannablepublic static final int DEFAULT_ORDINAL
SystemPropertySourcepublic int getOrdinal()
getOrdinal in interface PropertySourcepublic String getName()
getName in interface PropertySourcepublic Map<String,String> getProperties()
getProperties in interface PropertySourceCopyright © 2014–2015 Apache Software Foundation. All rights reserved.