Uses of Class
org.apache.felix.ipojo.util.Property

Packages that use Property
org.apache.felix.ipojo.handlers.configuration   
org.apache.felix.ipojo.handlers.providedservice   
 

Uses of Property in org.apache.felix.ipojo.handlers.configuration
 

Methods in org.apache.felix.ipojo.handlers.configuration with parameters of type Property
protected  void ConfigurationHandler.addProperty(Property prop)
          Add the given property metadata to the property metadata list.
 

Uses of Property in org.apache.felix.ipojo.handlers.providedservice
 

Methods in org.apache.felix.ipojo.handlers.providedservice that return Property
 Property[] ProvidedService.getProperties()
          Get the list of properties attached to the service registration.
 

Methods in org.apache.felix.ipojo.handlers.providedservice with parameters of type Property
protected  void ProvidedService.setProperties(Property[] props)
          Add properties to the provided service.