Uses of Interface
org.robokind.api.common.services.ConfigurationWriter

Packages that use ConfigurationWriter
org.robokind.api.common.services   
 

Uses of ConfigurationWriter in org.robokind.api.common.services
 

Methods in org.robokind.api.common.services that return types with arguments of type ConfigurationWriter
static
<Conf,Param>
SingleServiceListener<ConfigurationWriter<Conf,Param>>
ServiceUtils.createWriterServiceListener(org.osgi.framework.BundleContext context, Class<Conf> configClass, Class<Param> paramClass, VersionProperty configFormat, String serviceFilter)
           
static
<ServiceConfig,Param>
List<ConfigurationWriter<ServiceConfig,Param>>
ServiceConnectionDirectory.getConfigWriters(org.osgi.framework.BundleContext context, VersionProperty configFormat, Class<ServiceConfig> configClass, Class<Param> paramClass)
          Finds ServiceConfigurationWriters matching the given criteria.
 

Methods in org.robokind.api.common.services with parameters of type ConfigurationWriter
static ManagedService ServiceUtils.registerConfigWriter(org.osgi.framework.BundleContext context, ConfigurationWriter writer)
           
static ManagedService ServiceUtils.registerConfigWriter(org.osgi.framework.BundleContext context, ConfigurationWriter writer, Properties props)
           
 



Copyright © 2011-2013. All Rights Reserved.