|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instance | |
---|---|
org.apache.felix.ipojo.api.composite |
Uses of Instance in org.apache.felix.ipojo.api.composite |
---|
Methods in org.apache.felix.ipojo.api.composite that return Instance | |
---|---|
Instance |
Instance.addProperty(java.lang.String name,
java.util.Dictionary values)
Adds a dictionary property. |
Instance |
Instance.addProperty(java.lang.String name,
java.util.List values)
Adds a list property. |
Instance |
Instance.addProperty(java.lang.String name,
java.util.Map values)
Adds a map property. |
Instance |
Instance.addProperty(java.lang.String name,
java.lang.String value)
Adds the string property. |
Instance |
Instance.addProperty(java.lang.String name,
java.lang.String[] values)
Adds an array property. |
Instance |
Instance.addProperty(java.lang.String name,
java.util.Vector values)
Adds a vector property. |
Methods in org.apache.felix.ipojo.api.composite with parameters of type Instance | |
---|---|
CompositeComponentType |
CompositeComponentType.addInstance(Instance inst)
Adds a contained instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |