org.robokind.impl.motion.jointgroup
Class RobotJointGroupXMLStreamLoader

java.lang.Object
  extended by org.robokind.impl.motion.jointgroup.RobotJointGroupXMLStreamLoader
All Implemented Interfaces:
org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.jointgroup.RobotJointGroupConfig,InputStream>

public class RobotJointGroupXMLStreamLoader
extends Object
implements org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.jointgroup.RobotJointGroupConfig,InputStream>

Author:
Matthew Stevenson

Constructor Summary
RobotJointGroupXMLStreamLoader()
           
 
Method Summary
 Class<org.robokind.api.motion.jointgroup.RobotJointGroupConfig> getConfigurationClass()
           
 org.robokind.api.common.config.VersionProperty getConfigurationFormat()
           
 Class<InputStream> getParameterClass()
           
 org.robokind.api.motion.jointgroup.RobotJointGroupConfig loadConfiguration(InputStream param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotJointGroupXMLStreamLoader

public RobotJointGroupXMLStreamLoader()
Method Detail

getConfigurationFormat

public org.robokind.api.common.config.VersionProperty getConfigurationFormat()
Specified by:
getConfigurationFormat in interface org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.jointgroup.RobotJointGroupConfig,InputStream>

loadConfiguration

public org.robokind.api.motion.jointgroup.RobotJointGroupConfig loadConfiguration(InputStream param)
                                                                           throws org.apache.commons.configuration.ConfigurationException
Specified by:
loadConfiguration in interface org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.jointgroup.RobotJointGroupConfig,InputStream>
Throws:
org.apache.commons.configuration.ConfigurationException

getConfigurationClass

public Class<org.robokind.api.motion.jointgroup.RobotJointGroupConfig> getConfigurationClass()
Specified by:
getConfigurationClass in interface org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.jointgroup.RobotJointGroupConfig,InputStream>

getParameterClass

public Class<InputStream> getParameterClass()
Specified by:
getParameterClass in interface org.robokind.api.common.services.ConfigurationLoader<org.robokind.api.motion.jointgroup.RobotJointGroupConfig,InputStream>


Copyright © 2011-2013. All Rights Reserved.