|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DependencyDescriptor | |
|---|---|
| org.robokind.api.common.osgi.lifecycle | |
| Uses of DependencyDescriptor in org.robokind.api.common.osgi.lifecycle |
|---|
| Methods in org.robokind.api.common.osgi.lifecycle that return DependencyDescriptor | |
|---|---|
static DependencyDescriptor |
DependencyDescriptor.buildForServiceId(String localId,
Class clazz,
String idPropertyName,
String serviceId,
String filter)
Builds a descriptor for a service with a given id. |
| Methods in org.robokind.api.common.osgi.lifecycle that return types with arguments of type DependencyDescriptor | |
|---|---|
List<DependencyDescriptor> |
ServiceLifecycleProvider.getDependencyDescriptors()
Returns a list describing the service dependencies required by this lifecycle provider. |
List<DependencyDescriptor> |
AbstractLifecycleProvider.getDependencyDescriptors()
|
List<DependencyDescriptor> |
DescriptorListBuilder.getDescriptors()
Returns the list of DependencyDescriptors added to this list builder. |
| Methods in org.robokind.api.common.osgi.lifecycle with parameters of type DependencyDescriptor | |
|---|---|
void |
ServiceDependencyTracker.addDependencyDescription(DependencyDescriptor descriptor)
Adds the description to the list of dependency to listen for. |
| Method parameters in org.robokind.api.common.osgi.lifecycle with type arguments of type DependencyDescriptor | |
|---|---|
static boolean |
ServiceLifecycleProvider.Validator.validateService(List<DependencyDescriptor> descriptors,
String dependencyId,
Object dependency)
Validates an id and dependency against a list of DependencyDescriptors. |
static boolean |
ServiceLifecycleProvider.Validator.validateServiceId(List<DependencyDescriptor> descriptors,
String dependencyId)
Returns true if there is a DependencyDescriptor with the given dependency id. |
static boolean |
ServiceLifecycleProvider.Validator.validateServices(List<DependencyDescriptor> descriptors,
Map<String,Object> depdendencies)
Validates a map of dependency ids and services to validate against a list of DependencyDescriptors. |
| Constructor parameters in org.robokind.api.common.osgi.lifecycle with type arguments of type DependencyDescriptor | |
|---|---|
AbstractLifecycleProvider(List<DependencyDescriptor> deps)
Creates a new AbstractLifecycleProvider with the given DependencyDescriptors. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||