Uses of Interface
org.apache.felix.bundlerepository.Property

Packages that use Property
org.apache.felix.bundlerepository   
org.apache.felix.bundlerepository.impl   
 

Uses of Property in org.apache.felix.bundlerepository
 

Methods in org.apache.felix.bundlerepository that return Property
 Property[] Capability.getProperties()
          Return the properties of this capability
 Property DataModelHelper.readProperty(java.io.Reader reader)
           
 Property DataModelHelper.readProperty(java.lang.String xml)
           
 

Methods in org.apache.felix.bundlerepository with parameters of type Property
 java.lang.String DataModelHelper.writeProperty(Property property)
           
 void DataModelHelper.writeProperty(Property property, java.io.Writer writer)
           
 

Uses of Property in org.apache.felix.bundlerepository.impl
 

Classes in org.apache.felix.bundlerepository.impl that implement Property
 class PropertyImpl
           
 

Methods in org.apache.felix.bundlerepository.impl that return Property
 Property[] CapabilityImpl.getProperties()
           
 Property DataModelHelperImpl.readProperty(java.io.Reader reader)
           
 Property DataModelHelperImpl.readProperty(java.lang.String xml)
           
 

Methods in org.apache.felix.bundlerepository.impl with parameters of type Property
 void CapabilityImpl.addProperty(Property prop)
           
 java.lang.String DataModelHelperImpl.writeProperty(Property property)
           
 void DataModelHelperImpl.writeProperty(Property property, java.io.Writer writer)
           
 



Copyright © 2011. All Rights Reserved.