org.robokind.impl.motion.sync
Class SynchronizedRobotConfigWriter

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

public class SynchronizedRobotConfigWriter
extends Object
implements ConfigurationWriter<SynchronizedRobotConfig,File>

Author:
Matthew Stevenson

Constructor Summary
SynchronizedRobotConfigWriter()
           
 
Method Summary
 Class<SynchronizedRobotConfig> getConfigurationClass()
           
 VersionProperty getConfigurationFormat()
           
 Class<File> getParameterClass()
           
 boolean writeConfiguration(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 VersionProperty getConfigurationFormat()
Specified by:
getConfigurationFormat in interface ConfigurationWriter<SynchronizedRobotConfig,File>

writeConfiguration

public boolean writeConfiguration(SynchronizedRobotConfig config,
                                  File param)
                           throws Exception
Specified by:
writeConfiguration in interface ConfigurationWriter<SynchronizedRobotConfig,File>
Throws:
Exception

getConfigurationClass

public Class<SynchronizedRobotConfig> getConfigurationClass()
Specified by:
getConfigurationClass in interface ConfigurationWriter<SynchronizedRobotConfig,File>

getParameterClass

public Class<File> getParameterClass()
Specified by:
getParameterClass in interface ConfigurationWriter<SynchronizedRobotConfig,File>


Copyright © 2011-2013. All Rights Reserved.