public class SimplePropertySource extends Object implements org.apache.tamaya.spi.PropertySource
| Constructor and Description |
|---|
SimplePropertySource(String name,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tamaya.spi.PropertyValue |
get(String key) |
int |
getDefaultOrdinal() |
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
boolean |
isScannable() |
String |
toString() |
public int getOrdinal()
getOrdinal in interface org.apache.tamaya.spi.PropertySourcepublic int getDefaultOrdinal()
public String getName()
getName in interface org.apache.tamaya.spi.PropertySourcepublic org.apache.tamaya.spi.PropertyValue get(String key)
get in interface org.apache.tamaya.spi.PropertySourcepublic Map<String,String> getProperties()
getProperties in interface org.apache.tamaya.spi.PropertySourcepublic boolean isScannable()
isScannable in interface org.apache.tamaya.spi.PropertySourceCopyright © 2015–2016 Apache Software Foundation. All rights reserved.