org.mechio.impl.motion.sync
Class SynchronizedRobotConfigLoader
java.lang.Object
org.mechio.impl.motion.sync.SynchronizedRobotConfigLoader
- All Implemented Interfaces:
- org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>
public class SynchronizedRobotConfigLoader
- extends Object
- implements org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>
- Author:
- Matthew Stevenson
|
Field Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION_NAME
public static final String VERSION_NAME
- Config format version name.
- See Also:
- Constant Field Values
VERSION_NUMBER
public static final String VERSION_NUMBER
- Config format type version number.
- See Also:
- Constant Field Values
VERSION
public static final org.jflux.api.common.rk.config.VersionProperty VERSION
- Config format type VersionProperty.
SynchronizedRobotConfigLoader
public SynchronizedRobotConfigLoader()
getConfigurationFormat
public org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
- Specified by:
getConfigurationFormat in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>
loadConfiguration
public SynchronizedRobotConfig loadConfiguration(File param)
throws Exception
- Specified by:
loadConfiguration in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>
- Throws:
Exception
getConfigurationClass
public Class<SynchronizedRobotConfig> getConfigurationClass()
- Specified by:
getConfigurationClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>
getParameterClass
public Class<File> getParameterClass()
- Specified by:
getParameterClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,File>
Copyright © 2011-2015. All Rights Reserved.