Package org.flasby.login2.settings
Interface PersistentSettings
- All Known Implementing Classes:
FileSettings
,SimpleSettingsImpl
provides persistent settings for any application. The settings can be edited manually.
- Author:
- Steve Flasby
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flasby.login2.settings.Settings
Settings.ApplyWithExistingValue, Settings.ApplyWithMissingKey
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.flasby.login2.settings.Settings
doIfExists, doIfExists
Methods inherited from interface org.flasby.login2.settings.SimpleSettings
add, get, isEmpty, remove
-
Method Details
-
save
saves this Settings instance.- Throws:
IOException
-