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