public interface Configuration
QuizzesBuilder in order to get the object of this type.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(java.lang.String key)
Get a configuration value.
|
void |
set(java.lang.String key,
java.lang.String value)
Set a configuration value.
|
java.lang.String get(java.lang.String key)
key - The configuration key. See ConfigurationKeys for the
names of all available configuration keys.void set(java.lang.String key,
java.lang.String value)
key - The configuration key. See ConfigurationKeys for the
names of all available configuration keys.value - The configuration value.Copyright © 2021 Maths for More S.L. All Rights Reserved.