org.robokind.impl.motion.sync
Class SynchronizedRobotConfigWriter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronizedRobotConfigWriter
public SynchronizedRobotConfigWriter()
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.