Uses of Class
java.util.Properties

Packages that use Properties
java.lang   
java.security   
java.util   
org.apache.felix.dm.impl.metatype   
org.apache.felix.framework.util   
org.apache.felix.ipojo.composite.instance   
org.apache.felix.ipojo.handlers.providedservice   
org.apache.felix.ipojo.handlers.providedservice.strategy   
org.apache.felix.main   
org.apache.felix.scr.impl.metadata   
org.apache.felix.scr.impl.parser   
org.apache.felix.servicebinder   
 

Uses of Properties in java.lang
 

Methods in java.lang that return Properties
static Properties System.getProperties()
           
 

Methods in java.lang with parameters of type Properties
static void System.setProperties(Properties var0)
           
 

Uses of Properties in java.security
 

Subclasses of Properties in java.security
 class Provider
           
 

Uses of Properties in java.util
 

Fields in java.util declared as Properties
protected  Properties Properties.defaults
           
 

Constructors in java.util with parameters of type Properties
Properties(Properties var0)
           
 

Uses of Properties in org.apache.felix.dm.impl.metatype
 

Constructors in org.apache.felix.dm.impl.metatype with parameters of type Properties
Resource(Properties properties)
           
 

Uses of Properties in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util with parameters of type Properties
static String Util.substVars(String val, String currentKey, Map cycleMap, Properties configProps)
           This method performs property variable substitution on the specified value.
 

Uses of Properties in org.apache.felix.ipojo.composite.instance
 

Methods in org.apache.felix.ipojo.composite.instance that return Properties
static Properties InstanceHandler.parseInstance(Element instance)
          Parse an Element to get a dictionary.
 

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

Methods in org.apache.felix.ipojo.handlers.providedservice that return Properties
 Properties ProvidedServiceDescription.getProperties()
          Gets the list of properties.
 

Methods in org.apache.felix.ipojo.handlers.providedservice with parameters of type Properties
abstract  void CreationStrategy.onPublication(InstanceManager instance, String[] interfaces, Properties props)
          Method called when the service is registered.
 

Uses of Properties in org.apache.felix.ipojo.handlers.providedservice.strategy
 

Methods in org.apache.felix.ipojo.handlers.providedservice.strategy with parameters of type Properties
 void ConfigurableCreationStrategy.onPublication(InstanceManager manager, String[] specifications, Properties props)
          Method called when the underlying iPOJO Service factory is published.
 

Uses of Properties in org.apache.felix.main
 

Methods in org.apache.felix.main that return Properties
static Properties Main.loadConfigProperties()
           Loads the configuration properties in the configuration property file associated with the framework installation; these properties are accessible to the framework and to bundles and are intended for configuration purposes.
 

Methods in org.apache.felix.main with parameters of type Properties
static void Main.copySystemProperties(Properties configProps)
           
 

Uses of Properties in org.apache.felix.scr.impl.metadata
 

Methods in org.apache.felix.scr.impl.metadata with parameters of type Properties
 void XmlHandler.startElement(String uri, String localName, Properties attrib)
          Method called when a tag opens
 

Uses of Properties in org.apache.felix.scr.impl.parser
 

Methods in org.apache.felix.scr.impl.parser with parameters of type Properties
 void KXml2SAXHandler.startElement(String uri, String localName, Properties attrib)
          Method called when a tag opens
 

Uses of Properties in org.apache.felix.servicebinder
 

Methods in org.apache.felix.servicebinder that return Properties
 Properties InstanceMetadata.getProperties()
          Returns the property descriptors
 

Methods in org.apache.felix.servicebinder with parameters of type Properties
 void XmlHandler.startElement(String uri, String localName, String qName, Properties attrib)
          Method called when a tag opens
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.