|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependencyDescriptor.DependencyType | |
---|---|
org.robokind.api.common.lifecycle | |
org.robokind.api.common.lifecycle.utils | |
org.robokind.api.common.osgi.lifecycle |
Uses of DependencyDescriptor.DependencyType in org.robokind.api.common.lifecycle |
---|
Methods in org.robokind.api.common.lifecycle that return DependencyDescriptor.DependencyType | |
---|---|
DependencyDescriptor.DependencyType |
DependencyDescriptor.getDependencyType()
Returns the dependency type, Required or Optional |
static DependencyDescriptor.DependencyType |
DependencyDescriptor.DependencyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DependencyDescriptor.DependencyType[] |
DependencyDescriptor.DependencyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.robokind.api.common.lifecycle with parameters of type DependencyDescriptor.DependencyType | |
---|---|
DependencyDescriptor(String dependencyName,
Class clazz,
String filter,
DependencyDescriptor.DependencyType type)
Create a new DependencyDescriptor with the given values. |
Uses of DependencyDescriptor.DependencyType in org.robokind.api.common.lifecycle.utils |
---|
Constructors in org.robokind.api.common.lifecycle.utils with parameters of type DependencyDescriptor.DependencyType | |
---|---|
DescriptorBuilder(DescriptorListBuilder listBuilder,
String name,
Class clazz,
DependencyDescriptor.DependencyType type)
|
Uses of DependencyDescriptor.DependencyType in org.robokind.api.common.osgi.lifecycle |
---|
Methods in org.robokind.api.common.osgi.lifecycle with parameters of type DependencyDescriptor.DependencyType | |
---|---|
boolean |
ServiceDependenciesTracker.addDependencyDescription(Class clazz,
String dependencyName,
String filterString,
DependencyDescriptor.DependencyType type)
Adds the description to the list of dependency to listen for. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |