- All Superinterfaces:
Config,MutableConfig,WatchableConfig
- All Known Implementing Classes:
PreferencesMutableConfigImpl
Mutable configuration properties provider based on Java Preferences.
- Since:
- 1.0
- Version:
- 1.0, 2025-11
- Author:
- (w) Iker Hernaez
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.orne.config.WatchableConfig
WatchableConfig.Listener -
Method Summary
Methods inherited from interface dev.orne.config.Config
as, contains, get, get, get, getBoolean, getBoolean, getBoolean, getInteger, getInteger, getInteger, getKeys, getKeys, getKeys, getLong, getLong, getLong, getParent, getUndecored, isEmptyMethods inherited from interface dev.orne.config.WatchableConfig
addListener, removeListener, subset
-
Method Details
-
sync
Synchronizes the configuration properties from the source preferences node.- Throws:
BackingStoreException- If an error occurs synchronizing the configuration properties.- See Also:
-
flush
Saves the current configuration properties to the source preferences node.- Throws:
BackingStoreException- If an error occurs writing the configuration properties.- See Also:
-