|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceConfigurationLoader | |
---|---|
org.robokind.api.common.services |
Uses of ServiceConfigurationLoader in org.robokind.api.common.services |
---|
Methods in org.robokind.api.common.services that return ServiceConfigurationLoader | |
---|---|
ServiceConfigurationLoader<ServiceConfig,Param> |
ServiceContext.getServiceConfigurationLoader()
Returns the ServiceConfigurationLoader for this ServiceContext. |
Methods in org.robokind.api.common.services that return types with arguments of type ServiceConfigurationLoader | ||
---|---|---|
static
|
ServiceConnectionDirectory.getConfigLoaders(org.osgi.framework.BundleContext context,
VersionProperty configFormat,
Class<ServiceConfig> configClass,
Class<Param> paramClass)
Retrieves all ServiceConfigurationLoaders with the given Param Class, ServiceConfig Class, and Configuration Format Version. |
Methods in org.robokind.api.common.services with parameters of type ServiceConfigurationLoader | |
---|---|
void |
ServiceContext.setServiceConfigurationLoader(ServiceConfigurationLoader<ServiceConfig,Param> loader)
Sets the ServiceConfigurationLoader for this ServiceContext. |
Constructors in org.robokind.api.common.services with parameters of type ServiceConfigurationLoader | |
---|---|
ServiceContext(ServiceConfigurationLoader<ServiceConfig,Param> loader,
ServiceFactory<ServiceClass,ServiceConfig> connector)
Creates a new ServiceContext from the given ServiceConfigurationLoader and ServiceFactory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |