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...) This uses the Properties class to allow filtering and encryption.
 class ConfigurationProviderPropertyFile
          Read configuration data from a property file.
 class ConfigurationProviderSystemProperties
          Read configuration data from the system properties (this includes -D...) This uses the Properties class to allow filtering and encryption.
 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 © 2011 KnowledgePlaza. All Rights Reserved.