public final class FrozenPropertySource extends Object implements PropertySource, Serializable
TAMAYA_ORDINAL
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
get(String key) |
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
int |
hashCode() |
boolean |
isScannable() |
static FrozenPropertySource |
of(PropertySource propertySource)
Creates a new FrozenPropertySource instance based on a PropertySource given.
|
String |
toString() |
public static FrozenPropertySource of(PropertySource propertySource)
propertySource
- the property source to be frozen, not null.public String getName()
getName
in interface PropertySource
public int getOrdinal()
getOrdinal
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.