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 capabilityProperty
DataModelHelper. readProperty(java.io.Reader reader)
Property
DataModelHelper. readProperty(java.lang.String xml)
Methods in org.apache.felix.bundlerepository with parameters of type Property Modifier and Type Method Description 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 Modifier and Type Class Description (package private) class
FelixPropertyAdapter
class
PropertyImpl
Fields in org.apache.felix.bundlerepository.impl with type parameters of type Property Modifier and Type Field Description private java.util.List<Property>
CapabilityImpl. m_propList
Methods in org.apache.felix.bundlerepository.impl that return Property Modifier and Type Method Description Property[]
CapabilityImpl. getProperties()
Property[]
OSGiCapabilityAdapter. 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 Modifier and Type Method Description void
CapabilityImpl. addProperty(Property prop)
private static void
DataModelHelperImpl. toXml(XmlWriter w, Property property)
java.lang.String
DataModelHelperImpl. writeProperty(Property property)
void
DataModelHelperImpl. writeProperty(Property property, java.io.Writer writer)
-