Uses of Interface
org.apache.avalon.framework.configuration.Configuration

Packages that use Configuration
org.apache.avalon.excalibur.component   
org.apache.avalon.excalibur.datasource   
org.apache.avalon.framework.configuration   
org.apache.avalon.framework.parameters   
 

Uses of Configuration in org.apache.avalon.excalibur.component
 

Methods in org.apache.avalon.excalibur.component with parameters of type Configuration
 void ExcaliburComponentSelector.configure(Configuration configuration)
          Default Configuration handler for ComponentSelector.
 void ExcaliburComponentSelector.addComponent(java.lang.Object hint, java.lang.Class component, Configuration configuration)
          Add a new component to the manager.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
           
 void ExcaliburComponentManager.configure(Configuration configuration)
          Configure the ComponentManager.
 void ExcaliburComponentManager.addComponent(java.lang.String role, java.lang.Class component, Configuration configuration)
          Add a new component to the manager.
 void DefaultRoleManager.configure(Configuration configuration)
          Reads a configuration object and creates the role, shorthand, and class name mapping.
 

Constructors in org.apache.avalon.excalibur.component with parameters of type Configuration
ThreadSafeComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
          Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
PoolableComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
          Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
DefaultComponentFactory(java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roles)
          Construct a new component factory for the specified component.
 

Uses of Configuration in org.apache.avalon.excalibur.datasource
 

Methods in org.apache.avalon.excalibur.datasource with parameters of type Configuration
 void JdbcDataSource.configure(Configuration configuration)
          Configure and set up DB connection.
 void J2eeDataSource.configure(Configuration configuration)
          Configure and set up DB connection.
 

Uses of Configuration in org.apache.avalon.framework.configuration
 

Classes in org.apache.avalon.framework.configuration that implement Configuration
 class AbstractConfiguration
          This is an abstract Configuration implementation that deals with methods that can be abstracted away from underlying implementations.
 class DefaultConfiguration
          This is the default Configuration implementation.
 

Fields in org.apache.avalon.framework.configuration declared as Configuration
protected static Configuration[] DefaultConfiguration.EMPTY_ARRAY
           
 

Methods in org.apache.avalon.framework.configuration that return Configuration
 Configuration SAXConfigurationHandler.getConfiguration()
           
 Configuration DefaultConfigurationBuilder.buildFromFile(java.lang.String filename)
           
 Configuration DefaultConfigurationBuilder.buildFromFile(java.io.File file)
           
 Configuration DefaultConfigurationBuilder.build(java.io.InputStream inputStream)
           
 Configuration DefaultConfigurationBuilder.build(org.xml.sax.InputSource input)
           
 Configuration AbstractConfiguration.getChild(java.lang.String name)
          Return the first Configuration object child of this associated with the given name.
 Configuration AbstractConfiguration.getChild(java.lang.String name, boolean createNew)
          Return the first Configuration object child of this associated with the given name.
 Configuration[] DefaultConfiguration.getChildren()
          Return an Iterator of Configuration elements containing all node children.
 Configuration DefaultConfiguration.getChild(java.lang.String name, boolean createNew)
          Return the first Configuration object child of this associated with the given name.
 Configuration[] DefaultConfiguration.getChildren(java.lang.String name)
          Return an Enumeration of Configuration objects children of this associated with the given name.
 Configuration Configuration.getChild(java.lang.String child)
          Return a new Configuration instance encapsulating the specified child node.
 Configuration Configuration.getChild(java.lang.String child, boolean createNew)
          Return a new Configuration instance encapsulating the specified child node.
 Configuration[] Configuration.getChildren()
          Return an Iterator of Configuration elements containing all node children.
 Configuration[] Configuration.getChildren(java.lang.String name)
          Return an Iterator of Configuration elements containing all node children with the specified name.
 

Methods in org.apache.avalon.framework.configuration with parameters of type Configuration
 void Configurable.configure(Configuration configuration)
          Pass the Configuration to the Configurable class.
 void Reconfigurable.reconfigure(Configuration configuration)
           
 void DefaultConfiguration.addChild(Configuration configuration)
          Add a child Configuration to this configuration element.
 void DefaultConfiguration.removeChild(Configuration configuration)
          Remove a child Configuration to this configuration element.
 

Uses of Configuration in org.apache.avalon.framework.parameters
 

Methods in org.apache.avalon.framework.parameters with parameters of type Configuration
static Parameters Parameters.fromConfiguration(Configuration configuration)
          Create a Parameters object from a Configuration object.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.