Package com.aresstack.keepassrpc.config
Interface KeePassRpcSettingsRepository
- All Known Implementing Classes:
InMemoryKeePassRpcSettingsRepository
public interface KeePassRpcSettingsRepository
Loads and saves KeePassRPC settings outside the optional Swing component.
Applications should provide their own implementation for files, databases, encrypted preference stores, or test fixtures.
-
Method Summary
Modifier and TypeMethodDescriptionload()Load the current settings.voidsave(KeePassRpcSettings settings) Persist the supplied settings.
-
Method Details
-
load
KeePassRpcSettings load()Load the current settings.- Returns:
- settings instance, never
null
-
save
Persist the supplied settings.- Parameters:
settings- settings to persist
-