Package | Description |
---|---|
org.apache.felix.ipojo.api.composite |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CompositeComponentType |
CompositeComponentType.addInstance(Instance inst)
Adds a contained instance.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.