public class ResolvedValue extends Object implements net.stickycode.configuration.ResolvedConfiguration
| Constructor and Description |
|---|
ResolvedValue(net.stickycode.configuration.ConfigurationKey key,
net.stickycode.configuration.ResolvedConfiguration seed) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(net.stickycode.configuration.ConfigurationValue value) |
String |
getValue() |
boolean |
hasValue() |
boolean |
isResolved() |
String |
toString() |
ResolvedValue |
withValue(String value) |
public ResolvedValue(net.stickycode.configuration.ConfigurationKey key,
net.stickycode.configuration.ResolvedConfiguration seed)
public boolean isResolved()
public String getValue()
getValue in interface net.stickycode.configuration.ResolvedConfigurationpublic ResolvedValue withValue(String value)
public void add(net.stickycode.configuration.ConfigurationValue value)
add in interface net.stickycode.configuration.ResolvedConfigurationpublic boolean hasValue()
hasValue in interface net.stickycode.configuration.ResolvedConfigurationCopyright © 2008–2016 RedEngine Ltd. All rights reserved.