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