Package | Description |
---|---|
org.apache.felix.ipojo.api |
Modifier and Type | Method and Description |
---|---|
Dependency |
Dependency.setAggregate(boolean agg)
Sets the dependency cardinality.
|
Dependency |
Dependency.setBindingPolicy(int policy)
Sets the dependency binding policy.
|
Dependency |
Dependency.setBindMethod(java.lang.String bind)
Sets the dependency bind method.
|
Dependency |
Dependency.setComparator(java.lang.String cmp)
Sets the dependency comparator.
|
Dependency |
Dependency.setConstructorParameter(int index)
Sets the constructor parameter index of the dependency.
|
Dependency |
Dependency.setDefaultImplementation(java.lang.String di)
Sets the dependency default-implementation.
|
Dependency |
Dependency.setField(java.lang.String field)
Sets the field attached to the dependency.
|
Dependency |
Dependency.setFilter(java.lang.String filter)
Sets the dependency filter.
|
Dependency |
Dependency.setFrom(java.lang.String from)
Sets the dependency 'from' attribute.
|
Dependency |
Dependency.setId(java.lang.String id)
Sets the dependency id.
|
Dependency |
Dependency.setModifiedMethod(java.lang.String modified)
Sets the dependency modified method.
|
Dependency |
Dependency.setNullable(boolean nullable)
Sets if the dependency supports nullable objects.
|
Dependency |
Dependency.setOptional(boolean opt)
Sets the dependency optionality.
|
Dependency |
Dependency.setProxy(boolean proxy)
Sets if the dependency injects proxies.
|
Dependency |
Dependency.setSpecification(java.lang.String spec)
Sets the required service specification.
|
Dependency |
Dependency.setUnbindMethod(java.lang.String unbind)
Sets the dependency unbind method.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveComponentType |
PrimitiveComponentType.addDependency(Dependency dep)
Adds a service dependency.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.