Uses of Class
org.java.plugin.util.ExtendedProperties

Packages that use ExtendedProperties
org.java.plugin This package contains framework runtime API. 
org.java.plugin.extension   
org.java.plugin.registry This package contains framework registry API. 
org.java.plugin.registry.xml This package contains XML syntax manifest files based framework registry API implementation. 
org.java.plugin.standard This package contains standard implementation of main framework runtime API. 
org.java.plugin.util This package contains miscellaneous utility classes. 
 

Uses of ExtendedProperties in org.java.plugin
 

Methods in org.java.plugin with parameters of type ExtendedProperties
abstract  void ObjectFactory.configure(ExtendedProperties config)
          Configures this factory instance.
 void PathResolver.configure(ExtendedProperties config)
          Configures this resolver instance.
static ObjectFactory ObjectFactory.newInstance(ExtendedProperties config)
          Creates and configures new instance of object factory.
 

Uses of ExtendedProperties in org.java.plugin.extension
 

Methods in org.java.plugin.extension with parameters of type ExtendedProperties
 void GuicyLifecycleHandler.configure(ExtendedProperties config)
           
 

Uses of ExtendedProperties in org.java.plugin.registry
 

Methods in org.java.plugin.registry with parameters of type ExtendedProperties
 void PluginRegistry.configure(ExtendedProperties config)
          Configures this registry instance.
 

Uses of ExtendedProperties in org.java.plugin.registry.xml
 

Methods in org.java.plugin.registry.xml with parameters of type ExtendedProperties
 void PluginRegistryImpl.configure(ExtendedProperties config)
           
 

Uses of ExtendedProperties in org.java.plugin.standard
 

Fields in org.java.plugin.standard declared as ExtendedProperties
protected  ExtendedProperties StandardObjectFactory.config
           
 

Methods in org.java.plugin.standard with parameters of type ExtendedProperties
 void StandardObjectFactory.configure(ExtendedProperties configuration)
           
 void StandardPluginLifecycleHandler.configure(ExtendedProperties config)
           
 void StandardPathResolver.configure(ExtendedProperties config)
          No configuration parameters expected in this implementation.
 void ShadingPathResolver.configure(ExtendedProperties config)
           
abstract  void PluginLifecycleHandler.configure(ExtendedProperties config)
          Configures this handler instance.
 

Uses of ExtendedProperties in org.java.plugin.util
 

Methods in org.java.plugin.util that return ExtendedProperties
 ExtendedProperties ExtendedProperties.getSubset(java.lang.String prefix)
           
 ExtendedProperties ExtendedProperties.getSubset(java.lang.String prefix, java.lang.String newPrefix)
           
 



Copyright © 2010. All Rights Reserved.