public class TestingSink extends Object implements ConfigSink
| Modifier and Type | Field and Description |
|---|---|
static Object |
USE_DEFAULT |
| Constructor and Description |
|---|
TestingSink() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(Iterator<ValueCommand> it) |
void |
clear(String key) |
void |
forceDefault(String key) |
Object |
get(String key,
boolean isSensitive) |
void |
set(String key,
boolean isSensitive,
boolean value) |
void |
set(String key,
boolean isSensitive,
double value) |
void |
set(String key,
boolean isSensitive,
Duration value) |
void |
set(String key,
boolean isSensitive,
Instant value) |
void |
set(String key,
boolean isSensitive,
long value) |
void |
set(String key,
boolean isSensitive,
String value) |
public static final Object USE_DEFAULT
public void addAll(Iterator<ValueCommand> it)
public void set(String key, boolean isSensitive, boolean value)
set in interface ConfigSinkpublic void set(String key, boolean isSensitive, Duration value)
set in interface ConfigSinkpublic void set(String key, boolean isSensitive, double value)
set in interface ConfigSinkpublic void set(String key, boolean isSensitive, Instant value)
set in interface ConfigSinkpublic void set(String key, boolean isSensitive, long value)
set in interface ConfigSinkpublic void set(String key, boolean isSensitive, String value)
set in interface ConfigSinkpublic void forceDefault(String key)
forceDefault in interface ConfigSinkpublic void clear(String key)
clear in interface ConfigSinkCopyright © 2018. All rights reserved.