Uses of Class
nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract

Packages that use ConfigurationProviderAbstract
nl.knowledgeplaza.util.configuration   
 

Uses of ConfigurationProviderAbstract in nl.knowledgeplaza.util.configuration
 

Subclasses of ConfigurationProviderAbstract in nl.knowledgeplaza.util.configuration
 class ConfigurationProviderMainArgs
          Read configuration data from the system properties (this includes -D...)
 class ConfigurationProviderPropertyFile
          Read configuration data from a property file.
 class ConfigurationProviderSystemProperties
          Read configuration data from the system properties (this includes -D...)
 class ConfigurationProviderXmlFile
          Read configuration data from an XML file
 

Methods in nl.knowledgeplaza.util.configuration that return types with arguments of type ConfigurationProviderAbstract
static List<ConfigurationProviderAbstract> ConfigurationProviderXmlFile.findProviders(Configuration configuration)
           
static List<ConfigurationProviderAbstract> ConfigurationProviderSystemProperties.findProviders(Configuration configuration)
           
static List<ConfigurationProviderAbstract> ConfigurationProviderPropertyFile.findProviders(Configuration configuration)
           
 List<ConfigurationProviderAbstract> Configuration.getConfigurationProviders()
          the ConfigurationProviders
 

Methods in nl.knowledgeplaza.util.configuration with parameters of type ConfigurationProviderAbstract
 void Configuration.addConfigurationProvider(ConfigurationProviderAbstract configurationProvider)
           
 void Configuration.removeConfigurationProvider(ConfigurationProviderAbstract configurationProvider)
           
 



Copyright © 2012 KnowledgePlaza. All Rights Reserved.