org.robokind.impl.motion.sync
Class SynchronizedRobotConfigWriter

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

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

Author:
Matthew Stevenson

Constructor Summary
SynchronizedRobotConfigWriter()
           
 
Method Summary
 Class<org.robokind.api.motion.sync.SynchronizedRobotConfig> getConfigurationClass()
           
 org.robokind.api.common.config.VersionProperty getConfigurationFormat()
           
 Class<File> getParameterClass()
           
 boolean writeConfiguration(org.robokind.api.motion.sync.SynchronizedRobotConfig config, File param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizedRobotConfigWriter

public SynchronizedRobotConfigWriter()
Method Detail

getConfigurationFormat

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

writeConfiguration

public boolean writeConfiguration(org.robokind.api.motion.sync.SynchronizedRobotConfig config,
                                  File param)
                           throws Exception
Specified by:
writeConfiguration in interface org.robokind.api.common.services.ConfigurationWriter<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.ConfigurationWriter<org.robokind.api.motion.sync.SynchronizedRobotConfig,File>

getParameterClass

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


Copyright © 2011-2013. All Rights Reserved.