Module net.automatalib.common.util
Class AbstractSystemPropertiesSource
java.lang.Object
net.automatalib.common.util.setting.AbstractSystemPropertiesSource
- All Implemented Interfaces:
SettingsSource
- Direct Known Subclasses:
AutomataLibSystemPropertiesSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the priority of this source.voidloadSettings(Properties props) Load the parsed settings into the given property object.
-
Constructor Details
-
AbstractSystemPropertiesSource
public AbstractSystemPropertiesSource()
-
-
Method Details
-
loadSettings
Description copied from interface:SettingsSourceLoad the parsed settings into the given property object.- Specified by:
loadSettingsin interfaceSettingsSource- Parameters:
props- the object to write the settings to
-
getPriority
public int getPriority()Description copied from interface:SettingsSourceReturns the priority of this source. This is used to decide which source wins, if multiple sources write the same properties.- Specified by:
getPriorityin interfaceSettingsSource- Returns:
- the priority
-