Class AbstractSystemPropertiesSource

java.lang.Object
net.automatalib.common.util.setting.AbstractSystemPropertiesSource
All Implemented Interfaces:
SettingsSource
Direct Known Subclasses:
AutomataLibSystemPropertiesSource

public abstract class AbstractSystemPropertiesSource extends Object implements SettingsSource
  • Constructor Details

    • AbstractSystemPropertiesSource

      public AbstractSystemPropertiesSource()
  • Method Details

    • loadSettings

      public void loadSettings(Properties props)
      Description copied from interface: SettingsSource
      Load the parsed settings into the given property object.
      Specified by:
      loadSettings in interface SettingsSource
      Parameters:
      props - the object to write the settings to
    • getPriority

      public int getPriority()
      Description copied from interface: SettingsSource
      Returns the priority of this source. This is used to decide which source wins, if multiple sources write the same properties.
      Specified by:
      getPriority in interface SettingsSource
      Returns:
      the priority