Module net.automatalib.common.util
Class AbstractClassPathFileSource
- java.lang.Object
-
- net.automatalib.common.util.setting.AbstractClassPathFileSource
-
- All Implemented Interfaces:
SettingsSource
- Direct Known Subclasses:
AutomataLibPropertiesSource
public abstract class AbstractClassPathFileSource extends Object implements SettingsSource
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractClassPathFileSource(String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadSettings(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, wait
-
Methods inherited from interface net.automatalib.common.util.setting.SettingsSource
getPriority
-
-
-
-
Constructor Detail
-
AbstractClassPathFileSource
protected AbstractClassPathFileSource(String fileName)
-
-
Method Detail
-
loadSettings
public void loadSettings(Properties properties)
Description copied from interface:SettingsSource
Load the parsed settings into the given property object.- Specified by:
loadSettings
in interfaceSettingsSource
- Parameters:
properties
- the object to write the settings to
-
-