org.robokind.impl.motion.sync
Class SynchronizedRobotConfigLoader

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

public class SynchronizedRobotConfigLoader
extends Object
implements org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.sync.SynchronizedRobotConfig,File>

Author:
Matthew Stevenson

Field Summary
static org.robokind.api.common.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 Summary
SynchronizedRobotConfigLoader()
           
 
Method Summary
 Class<org.robokind.api.motion.sync.SynchronizedRobotConfig> getConfigurationClass()
           
 org.robokind.api.common.config.VersionProperty getConfigurationFormat()
           
 Class<File> getParameterClass()
           
 org.robokind.api.motion.sync.SynchronizedRobotConfig loadConfiguration(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 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.robokind.api.common.config.VersionProperty VERSION
Config format type VersionProperty.

Constructor Detail

SynchronizedRobotConfigLoader

public SynchronizedRobotConfigLoader()
Method Detail

getConfigurationFormat

public org.robokind.api.common.config.VersionProperty getConfigurationFormat()
Specified by:
getConfigurationFormat in interface org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.sync.SynchronizedRobotConfig,File>

loadConfiguration

public org.robokind.api.motion.sync.SynchronizedRobotConfig loadConfiguration(File param)
                                                                       throws Exception
Specified by:
loadConfiguration in interface org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.sync.SynchronizedRobotConfig,File>
Throws:
Exception

getConfigurationClass

public Class<org.robokind.api.motion.sync.SynchronizedRobotConfig> getConfigurationClass()
Specified by:
getConfigurationClass in interface org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.sync.SynchronizedRobotConfig,File>

getParameterClass

public Class<File> getParameterClass()
Specified by:
getParameterClass in interface org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.sync.SynchronizedRobotConfig,File>


Copyright © 2011-2013. All Rights Reserved.