public abstract class ConfigInterfaceTest
extends java.lang.Object
| Constructor and Description |
|---|
ConfigInterfaceTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.netflix.archaius.api.Config |
getInstance(java.util.Map<java.lang.String,java.lang.String> properties) |
void |
getValue() |
void |
getValueWithDefault() |
protected abstract com.netflix.archaius.api.Config getInstance(java.util.Map<java.lang.String,java.lang.String> properties)
public final void getValue()
throws java.lang.Exception
java.lang.Exceptionpublic final void getValueWithDefault()
throws java.lang.Exception
java.lang.Exception