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

Method Summary
 Config createConfig(Service service)
           
 Class<Config> getConfigurationClass()
           
 VersionProperty getConfigurationFormat()
           
 Class<Service> getSerivceClass()
           
 VersionProperty getServiceVersion()
           
 

Method Detail

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.