|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionProperty | |
---|---|
org.robokind.api.common.osgi.lifecycle | |
org.robokind.api.common.services | |
org.robokind.api.common.services.addon |
Uses of VersionProperty in org.robokind.api.common.osgi.lifecycle |
---|
Methods in org.robokind.api.common.osgi.lifecycle that return VersionProperty | |
---|---|
VersionProperty |
ConfiguredServiceParams.getConfigFormat()
|
VersionProperty |
ConfiguredServiceParams.getServiceVersion()
|
Constructors in org.robokind.api.common.osgi.lifecycle with parameters of type VersionProperty | |
---|---|
ConfiguredServiceParams(Class<T> serviceClass,
Class<C> configClass,
Class<P> paramClass,
C config,
P param,
String paramId,
VersionProperty serviceVersion,
VersionProperty configFormat)
|
Uses of VersionProperty in org.robokind.api.common.services |
---|
Methods in org.robokind.api.common.services that return VersionProperty | |
---|---|
VersionProperty |
ServiceContext.getConfigFormat()
|
VersionProperty |
ConfigurationLoader.getConfigurationFormat()
Specifies the Service Configuration Format version which can be loaded. |
VersionProperty |
ConfigurationWriter.getConfigurationFormat()
Specifies the Service Configuration Format version to write. |
VersionProperty |
ConfigurationAdapter.getConfigurationFormat()
|
VersionProperty |
EmptyFactory.getServiceVersion()
|
VersionProperty |
ServiceContext.getServiceVersion()
|
VersionProperty |
ServiceFactory.getServiceVersion()
Returns the VersionProperty of the Service this connects to. |
VersionProperty |
ConfigurationAdapter.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 ConfigurationLoader 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 ConfigurationLoader and ServiceFactory matching the given versions, and able to create Service instance of the ServiceClass using a parameter of the given Param Class. |
|
static
|
ServiceUtils.createWriterServiceListener(org.osgi.framework.BundleContext context,
Class<Conf> configClass,
Class<Param> paramClass,
VersionProperty configFormat,
String serviceFilter)
|
|
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.getConfigWriters(org.osgi.framework.BundleContext context,
VersionProperty configFormat,
Class<ServiceConfig> configClass,
Class<Param> paramClass)
Finds ServiceConfigurationWriters matching the given criteria. |
|
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)
|
Uses of VersionProperty in org.robokind.api.common.services.addon |
---|
Methods in org.robokind.api.common.services.addon that return VersionProperty | |
---|---|
VersionProperty |
ServiceAddOnDriver.getConfigurationFormat()
|
VersionProperty |
DefaultAddOnDriver.getConfigurationFormat()
|
VersionProperty |
ServiceAddOnDriver.getServiceVersion()
|
VersionProperty |
DefaultAddOnDriver.getServiceVersion()
|
Methods in org.robokind.api.common.services.addon with parameters of type VersionProperty | |
---|---|
static org.osgi.framework.ServiceReference[] |
AddOnUtils.getAddOnDriverReferences(org.osgi.framework.BundleContext context,
VersionProperty serviceVersion,
VersionProperty configFormat)
|
Constructors in org.robokind.api.common.services.addon with parameters of type VersionProperty | |
---|---|
DefaultAddOnDriver(org.osgi.framework.BundleContext context,
VersionProperty serviceVersion,
VersionProperty configFormat,
ConfigurationAdapter<AddOn,Config> configAdapter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |