Celtix User APIs

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

Packages that use ConfigurationProvider
org.objectweb.celtix.configuration   
 

Uses of ConfigurationProvider in org.objectweb.celtix.configuration
 

Methods in org.objectweb.celtix.configuration that return types with arguments of type ConfigurationProvider
 List<ConfigurationProvider> Configuration.getProviders()
          Returns the list of configuration providers for this configuration.
 

Method parameters in org.objectweb.celtix.configuration with type arguments of type ConfigurationProvider
 void Configuration.setProviders(List<ConfigurationProvider> providers)
          Sets the list of configuration providers for this configuration - these will be consulted in orde when looking up the value for a particular configuration item.
 


Celtix User APIs