Module net.automatalib.common.util
Class AbstractClassPathFileSource
java.lang.Object
net.automatalib.common.util.setting.AbstractClassPathFileSource
- All Implemented Interfaces:
SettingsSource
- Direct Known Subclasses:
AutomataLibPropertiesSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloadSettings(Properties properties) Load the parsed settings into the given property object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.automatalib.common.util.setting.SettingsSource
getPriority
-
Constructor Details
-
AbstractClassPathFileSource
-
-
Method Details
-
loadSettings
Description copied from interface:SettingsSourceLoad the parsed settings into the given property object.- Specified by:
loadSettingsin interfaceSettingsSource- Parameters:
properties- the object to write the settings to
-