org.robokind.impl.motion.config
Class RobotConfigXMLFileLoader
java.lang.Object
org.robokind.impl.motion.config.RobotConfigXMLFileLoader
- All Implemented Interfaces:
- ConfigurationLoader<ServoRobotConfig,File>
public class RobotConfigXMLFileLoader
- extends Object
- implements ConfigurationLoader<ServoRobotConfig,File>
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RobotConfigXMLFileLoader
public RobotConfigXMLFileLoader(org.osgi.framework.BundleContext context)
getConfigurationFormat
public VersionProperty getConfigurationFormat()
- Specified by:
getConfigurationFormat in interface ConfigurationLoader<ServoRobotConfig,File>
loadConfiguration
public ServoRobotConfig loadConfiguration(File param)
throws org.apache.commons.configuration.ConfigurationException
- Specified by:
loadConfiguration in interface ConfigurationLoader<ServoRobotConfig,File>
- Throws:
org.apache.commons.configuration.ConfigurationException
getConfigurationClass
public Class<ServoRobotConfig> getConfigurationClass()
- Specified by:
getConfigurationClass in interface ConfigurationLoader<ServoRobotConfig,File>
getParameterClass
public Class<File> getParameterClass()
- Specified by:
getParameterClass in interface ConfigurationLoader<ServoRobotConfig,File>
Copyright © 2011-2012. All Rights Reserved.