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 |
get(String key) |
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
boolean |
isScannable() |
public static final int DEFAULT_ORDINAL
SystemPropertySource
public int getOrdinal()
getOrdinal
in interface PropertySource
public String getName()
getName
in interface PropertySource
public String get(String key)
get
in interface PropertySource
public Map<String,String> getProperties()
getProperties
in interface PropertySource
public boolean isScannable()
isScannable
in interface PropertySource
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.