public interface PropertyStore extends PropertySource
Modifier and Type | Method and Description |
---|---|
default void |
copyVariables(java.lang.String[] names,
VariableSource source) |
void |
putProperty(java.lang.String key,
java.lang.String value) |
findProperty, findProperty, hasProperty
void putProperty(java.lang.String key, java.lang.String value)
default void copyVariables(java.lang.String[] names, VariableSource source)