org.mechio.impl.motion.sync
Class SynchronizedRobotConfigWriter

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

public class SynchronizedRobotConfigWriter
extends java.lang.Object
implements org.jflux.api.common.rk.services.ConfigurationWriter<SynchronizedRobotConfig,java.io.File>

Author:
Matthew Stevenson

Constructor Summary
SynchronizedRobotConfigWriter()
           
 
Method Summary
 java.lang.Class<SynchronizedRobotConfig> getConfigurationClass()
           
 org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
           
 java.lang.Class<java.io.File> getParameterClass()
           
 boolean writeConfiguration(SynchronizedRobotConfig config, java.io.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.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
Specified by:
getConfigurationFormat in interface org.jflux.api.common.rk.services.ConfigurationWriter<SynchronizedRobotConfig,java.io.File>

writeConfiguration

public boolean writeConfiguration(SynchronizedRobotConfig config,
                                  java.io.File param)
                           throws java.lang.Exception
Specified by:
writeConfiguration in interface org.jflux.api.common.rk.services.ConfigurationWriter<SynchronizedRobotConfig,java.io.File>
Throws:
java.lang.Exception

getConfigurationClass

public java.lang.Class<SynchronizedRobotConfig> getConfigurationClass()
Specified by:
getConfigurationClass in interface org.jflux.api.common.rk.services.ConfigurationWriter<SynchronizedRobotConfig,java.io.File>

getParameterClass

public java.lang.Class<java.io.File> getParameterClass()
Specified by:
getParameterClass in interface org.jflux.api.common.rk.services.ConfigurationWriter<SynchronizedRobotConfig,java.io.File>


Copyright © 2011-2014. All Rights Reserved.