public class SimplePropertySource extends Object implements PropertySource
TAMAYA_ORDINAL
Constructor and Description |
---|
SimplePropertySource(String name,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
String |
get(String key) |
int |
getDefaultOrdinal() |
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
boolean |
isScannable() |
String |
toString() |
public int getOrdinal()
getOrdinal
in interface PropertySource
public int getDefaultOrdinal()
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 © 2015 Apache Software Foundation. All rights reserved.