public interface OverrideableDao<T> extends WriteableDao<T>
Modifier and Type | Method and Description |
---|---|
default T |
getWriteableConfig()
This method returns the mutable configuration object for which any changes made to it will be persisted and
reflected after a call to
WriteableDao.saveConfig() . |
void |
overrideConfig(InputStream config) |
void |
overrideConfig(T config) |
onConfigChanged, saveConfig
getReadOnlyConfig, reload
void overrideConfig(InputStream config)
void overrideConfig(T config)
default T getWriteableConfig()
WriteableDao
WriteableDao.saveConfig()
.getWriteableConfig
in interface WriteableDao<T>
Copyright © 2021. All rights reserved.