public class RobotConfigXMLFileLoader extends Object implements ConfigurationLoader<ServoRobotConfig,File>
| Constructor and Description |
|---|
RobotConfigXMLFileLoader(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
Class<ServoRobotConfig> |
getConfigurationClass() |
VersionProperty |
getConfigurationFormat() |
Class<File> |
getParameterClass() |
ServoRobotConfig |
loadConfiguration(File param) |
public RobotConfigXMLFileLoader(org.osgi.framework.BundleContext context)
public VersionProperty getConfigurationFormat()
getConfigurationFormat in interface ConfigurationLoader<ServoRobotConfig,File>public ServoRobotConfig loadConfiguration(File param) throws org.apache.commons.configuration.ConfigurationException
loadConfiguration in interface ConfigurationLoader<ServoRobotConfig,File>org.apache.commons.configuration.ConfigurationExceptionpublic Class<ServoRobotConfig> getConfigurationClass()
getConfigurationClass in interface ConfigurationLoader<ServoRobotConfig,File>public Class<File> getParameterClass()
getParameterClass in interface ConfigurationLoader<ServoRobotConfig,File>Copyright © 2011-2014. All Rights Reserved.