Celtix User APIs

Uses of Interface
org.objectweb.celtix.configuration.Configuration

Packages that use Configuration
org.objectweb.celtix   
org.objectweb.celtix.application   
org.objectweb.celtix.bus.configuration   
org.objectweb.celtix.configuration   
org.objectweb.celtix.plugins   
 

Uses of Configuration in org.objectweb.celtix
 

Methods in org.objectweb.celtix that return Configuration
abstract  Configuration Bus.getConfiguration()
          Returns the Configuration of this Bus.
 

Uses of Configuration in org.objectweb.celtix.application
 

Classes in org.objectweb.celtix.application that implement Configuration
 class ApplicationConfiguration
           
 

Methods in org.objectweb.celtix.application that return Configuration
 Configuration ApplicationPluginManager.getConfiguration()
           
 Configuration Application.getConfiguration()
          Returns the Configuration of the Application.
 

Uses of Configuration in org.objectweb.celtix.bus.configuration
 

Classes in org.objectweb.celtix.bus.configuration that implement Configuration
 class org.objectweb.celtix.bus.configuration.AbstractConfigurationImpl
           
 

Uses of Configuration in org.objectweb.celtix.configuration
 

Methods in org.objectweb.celtix.configuration that return Configuration
 Configuration Configuration.getChild(String namespaceURI, Object id)
          Returns the child configuration of the type specified in the namespaceURI and with the specified identifier if there is one, otherwise null.
 Configuration Configurator.getConfiguration()
           
 Configuration Configuration.getParent()
          Returns the parent configuration of this configuration, or null if there is no parent.
 

Methods in org.objectweb.celtix.configuration with parameters of type Configuration
 void ConfigurationProvider.init(Configuration configuration)
           
 

Uses of Configuration in org.objectweb.celtix.plugins
 

Methods in org.objectweb.celtix.plugins that return Configuration
 Configuration PluginManager.getConfiguration()
          Returns the Configuration.
 


Celtix User APIs