public class FlattenedDefaultPropertySource extends Object implements org.apache.tamaya.spi.PropertySource
ConfigurationFormat
.Constructor and Description |
---|
FlattenedDefaultPropertySource(ConfigurationData data) |
FlattenedDefaultPropertySource(int defaultOrdinal,
ConfigurationData data) |
Modifier and Type | Method and Description |
---|---|
org.apache.tamaya.spi.PropertyValue |
get(String key) |
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
boolean |
isScannable() |
protected Map<String,String> |
populateData(ConfigurationData data) |
public FlattenedDefaultPropertySource(ConfigurationData data)
public FlattenedDefaultPropertySource(int defaultOrdinal, ConfigurationData data)
protected Map<String,String> populateData(ConfigurationData data)
public String getName()
getName
in interface org.apache.tamaya.spi.PropertySource
public int getOrdinal()
getOrdinal
in interface org.apache.tamaya.spi.PropertySource
public org.apache.tamaya.spi.PropertyValue get(String key)
get
in interface org.apache.tamaya.spi.PropertySource
public Map<String,String> getProperties()
getProperties
in interface org.apache.tamaya.spi.PropertySource
public boolean isScannable()
isScannable
in interface org.apache.tamaya.spi.PropertySource
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.