Uses of Interface
org.apache.felix.bundlerepository.Property
-
Packages that use Property Package Description 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 Modifier and Type Method Description Property[]Capability. getProperties()Return the properties of this capabilityPropertyDataModelHelper. readProperty(java.io.Reader reader)PropertyDataModelHelper. readProperty(java.lang.String xml)Methods in org.apache.felix.bundlerepository with parameters of type Property Modifier and Type Method Description java.lang.StringDataModelHelper. writeProperty(Property property)voidDataModelHelper. 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 Modifier and Type Class Description (package private) classFelixPropertyAdapterclassPropertyImplFields in org.apache.felix.bundlerepository.impl with type parameters of type Property Modifier and Type Field Description private java.util.List<Property>CapabilityImpl. m_propListMethods in org.apache.felix.bundlerepository.impl that return Property Modifier and Type Method Description Property[]CapabilityImpl. getProperties()Property[]OSGiCapabilityAdapter. getProperties()PropertyDataModelHelperImpl. readProperty(java.io.Reader reader)PropertyDataModelHelperImpl. readProperty(java.lang.String xml)Methods in org.apache.felix.bundlerepository.impl with parameters of type Property Modifier and Type Method Description voidCapabilityImpl. addProperty(Property prop)private static voidDataModelHelperImpl. toXml(XmlWriter w, Property property)java.lang.StringDataModelHelperImpl. writeProperty(Property property)voidDataModelHelperImpl. writeProperty(Property property, java.io.Writer writer)
-