|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionProperty | |
---|---|
org.robokind.api.common.services |
Uses of VersionProperty in org.robokind.api.common.services |
---|
Methods in org.robokind.api.common.services that return VersionProperty | |
---|---|
VersionProperty |
ServiceConfigurationLoader.getConfigurationFormat()
Specifies the Service Configuration Format version which can be loaded. |
VersionProperty |
ServiceFactory.getServiceVersion()
Returns the VersionProperty of the Service this connects to. |
VersionProperty |
EmptyFactory.getServiceVersion()
|
Methods in org.robokind.api.common.services with parameters of type VersionProperty | ||
---|---|---|
static
|
ServiceConnectionDirectory.buildService(org.osgi.framework.BundleContext context,
VersionProperty serviceVersion,
VersionProperty configFormat,
Param param,
Class<Param> paramClass,
Class<ServiceClass> serviceClass)
Locates the appropriate ServiceConfigurationLoader and ServiceFactory matching the given versions, and able to create Service instance of the ServiceClass using the given param. |
|
static
|
ServiceConnectionDirectory.buildServiceContext(org.osgi.framework.BundleContext context,
VersionProperty serviceVersion,
VersionProperty configFormat,
Class<ServiceClass> serviceClass,
Class<Param> paramClass)
Locates an appropriate ServiceConfigurationLoader and ServiceFactory matching the given versions, and able to create Service instance of the ServiceClass using a parameter of the given Param Class. |
|
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. |
|
static
|
ServiceConnectionDirectory.getServiceFactories(org.osgi.framework.BundleContext context,
VersionProperty serviceVersion,
Class<ServiceClass> serviceClass)
Retrieves all ServiceFactories with the given ServiceClass and Service Version. |
Constructors in org.robokind.api.common.services with parameters of type VersionProperty | |
---|---|
EmptyFactory(Class<T> clazz,
VersionProperty serviceVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |