public class SynchronizedRobotFactory extends Object implements ServiceFactory<Robot,SynchronizedRobotConfig>
| Constructor and Description |
|---|
SynchronizedRobotFactory() |
| Modifier and Type | Method and Description |
|---|---|
Robot |
build(SynchronizedRobotConfig config) |
Class<SynchronizedRobotConfig> |
getConfigurationClass() |
Class<Robot> |
getServiceClass() |
VersionProperty |
getServiceVersion() |
public VersionProperty getServiceVersion()
getServiceVersion in interface ServiceFactory<Robot,SynchronizedRobotConfig>public Robot build(SynchronizedRobotConfig config)
build in interface ServiceFactory<Robot,SynchronizedRobotConfig>public Class<Robot> getServiceClass()
getServiceClass in interface ServiceFactory<Robot,SynchronizedRobotConfig>public Class<SynchronizedRobotConfig> getConfigurationClass()
getConfigurationClass in interface ServiceFactory<Robot,SynchronizedRobotConfig>Copyright © 2011-2014. All Rights Reserved.