Uses of Interface
net.automatalib.common.util.setting.SettingsSource
-
Packages that use SettingsSource Package Description net.automatalib.common.util.setting -
-
Uses of SettingsSource in net.automatalib.common.util.setting
Classes in net.automatalib.common.util.setting that implement SettingsSource Modifier and Type Class Description classAbstractClassPathFileSourceclassAbstractSystemPropertiesSourceclassLocalFileSourceMethods in net.automatalib.common.util.setting with type parameters of type SettingsSource Modifier and Type Method Description static <S extends SettingsSource>
PropertiesSettingsSource. readSettings(Class<S> clazz)static <S extends SettingsSource>
voidSettingsSource. readSettings(Class<S> clazz, Properties p)
-