public class SynchronizedRobotConfigLoader extends Object implements org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>
| Modifier and Type | Field and Description |
|---|---|
static org.jflux.api.common.rk.config.VersionProperty |
VERSION
Config format type VersionProperty.
|
static String |
VERSION_NAME
Config format version name.
|
static String |
VERSION_NUMBER
Config format type version number.
|
| Constructor and Description |
|---|
SynchronizedRobotConfigLoader() |
| Modifier and Type | Method and Description |
|---|---|
Class<SynchronizedRobotConfig> |
getConfigurationClass() |
org.jflux.api.common.rk.config.VersionProperty |
getConfigurationFormat() |
Class<File> |
getParameterClass() |
SynchronizedRobotConfig |
loadConfiguration(File param) |
public static final String VERSION_NAME
public static final String VERSION_NUMBER
public static final org.jflux.api.common.rk.config.VersionProperty VERSION
public org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
getConfigurationFormat in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>public SynchronizedRobotConfig loadConfiguration(File param) throws Exception
loadConfiguration in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>Exceptionpublic Class<SynchronizedRobotConfig> getConfigurationClass()
getConfigurationClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>public Class<File> getParameterClass()
getParameterClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>Copyright © 2011-2014. All Rights Reserved.