Uses of Class
org.apache.felix.ipojo.api.composite.Instance

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.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.