Uses of Interface
org.extex.framework.configuration.ConfigurationLoader

Packages that use ConfigurationLoader
org.extex.framework.configuration This package contains some classes and interfaces for dealing with configuration of components. 
org.extex.framework.configuration.impl This package contains implementations for a configuration. 
 

Uses of ConfigurationLoader in org.extex.framework.configuration
 

Methods in org.extex.framework.configuration with parameters of type ConfigurationLoader
 void Configuration.setConfigurationLoader(ConfigurationLoader loader)
          Sets a loader for new external sources.
 

Uses of ConfigurationLoader in org.extex.framework.configuration.impl
 

Methods in org.extex.framework.configuration.impl with parameters of type ConfigurationLoader
 void TexConfiguration.setConfigurationLoader(ConfigurationLoader loader)
          Sets a loader for new external sources.
 void XmlConfiguration.setConfigurationLoader(ConfigurationLoader loader)
          Sets a loader for new external sources.
 void MultiConfiguration.setConfigurationLoader(ConfigurationLoader loader)
          Sets a loader for new external sources.