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 Type
    Method
    Description
    Load the current settings.
    void
    Persist the supplied settings.
  • Method Details

    • load

      Load the current settings.
      Returns:
      settings instance, never null
    • save

      void save(KeePassRpcSettings settings)
      Persist the supplied settings.
      Parameters:
      settings - settings to persist