org.robokind.impl.motion.sync
Class SynchronizedRobotConfigWriter
java.lang.Object
org.robokind.impl.motion.sync.SynchronizedRobotConfigWriter
- All Implemented Interfaces:
- ConfigurationWriter<SynchronizedRobotConfig,File>
public class SynchronizedRobotConfigWriter
- extends Object
- implements ConfigurationWriter<SynchronizedRobotConfig,File>
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronizedRobotConfigWriter
public SynchronizedRobotConfigWriter()
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.