org.mechio.impl.motion.sync
Class SynchronizedRobotConfigLoader

java.lang.Object
  extended by org.mechio.impl.motion.sync.SynchronizedRobotConfigLoader
All Implemented Interfaces:
org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,java.io.File>

public class SynchronizedRobotConfigLoader
extends java.lang.Object
implements org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,java.io.File>

Author:
Matthew Stevenson

Field Summary
static org.jflux.api.common.rk.config.VersionProperty VERSION
          Config format type VersionProperty.
static java.lang.String VERSION_NAME
          Config format version name.
static java.lang.String VERSION_NUMBER
          Config format type version number.
 
Constructor Summary
SynchronizedRobotConfigLoader()
           
 
Method Summary
 java.lang.Class<SynchronizedRobotConfig> getConfigurationClass()
           
 org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
           
 java.lang.Class<java.io.File> getParameterClass()
           
 SynchronizedRobotConfig loadConfiguration(java.io.File param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_NAME

public static final java.lang.String VERSION_NAME
Config format version name.

See Also:
Constant Field Values

VERSION_NUMBER

public static final java.lang.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.

Constructor Detail

SynchronizedRobotConfigLoader

public SynchronizedRobotConfigLoader()
Method Detail

getConfigurationFormat

public org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
Specified by:
getConfigurationFormat in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,java.io.File>

loadConfiguration

public SynchronizedRobotConfig loadConfiguration(java.io.File param)
                                          throws java.lang.Exception
Specified by:
loadConfiguration in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,java.io.File>
Throws:
java.lang.Exception

getConfigurationClass

public java.lang.Class<SynchronizedRobotConfig> getConfigurationClass()
Specified by:
getConfigurationClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,java.io.File>

getParameterClass

public java.lang.Class<java.io.File> getParameterClass()
Specified by:
getParameterClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<SynchronizedRobotConfig,java.io.File>


Copyright © 2011-2014. All Rights Reserved.