org.robokind.api.common.services
Interface ConfigurationAdapter<Service,Config>
public interface ConfigurationAdapter<Service,Config>
Creates a Config object from a Service.
Used with a ServiceConfigurationWriter for saving a Service's configuration.
- Author:
- Matthew Stevenson
createConfig
Config createConfig(Service service)
getServiceVersion
VersionProperty getServiceVersion()
getConfigurationFormat
VersionProperty getConfigurationFormat()
getSerivceClass
Class<Service> getSerivceClass()
getConfigurationClass
Class<Config> getConfigurationClass()
Copyright © 2011-2013. All Rights Reserved.