Class DBSettingsStore

java.lang.Object
generalDatabase.DBSettingsStore

public class DBSettingsStore extends Object
Load all of the settings from a database and store in a single class.

Each database will possibly hold lots of different settings, the only way of grouping them together is by time.

Settings are stored in a somewhat dubious way in that any part of Pamguard, be it a PamControlledUnit or not can store settings, so some of the settings read back are associated with modules, others are not.

The actual list of modules is an ArrayList with unitNType and unitName set to PamController and Pam Controller respectively.

Author:
Doug
See Also:
  • Constructor Details

    • DBSettingsStore

      public DBSettingsStore()
  • Method Details