Uses of Interface
org.pentaho.di.core.config.ConfigManager

Packages that use ConfigManager
org.pentaho.di.core.config   
 

Uses of ConfigManager in org.pentaho.di.core.config
 

Classes in org.pentaho.di.core.config that implement ConfigManager
 class AnnotatedJobConfigManager<T extends JobPluginMeta>
          Registers classes annotated with @Job as Kettle/PDI jobs, without the need for XML configurations.
 class AnnotatedStepsConfigManager<T extends StepPluginMeta>
          Registers classes annotated with @Step as Kettle/PDI steps, without the need for XML configurations.
 class BasicConfigManager<T>
          A base class for ConfigManager to derive from.
 class DatabaseConfigManager<T>
          A ConfigManager implementation that caters to loading configuration parameters from a database table.
 class DigesterConfigManager<T>
          A custom ConfigManager implementation to load configuration parameters from XML files using commons-digester.
 

Methods in org.pentaho.di.core.config that return ConfigManager
 ConfigManager<?> KettleConfig.getManager(String name)
           
 

Methods in org.pentaho.di.core.config that return types with arguments of type ConfigManager
 Collection<ConfigManager<?>> KettleConfig.getManagers()
           
 

Methods in org.pentaho.di.core.config with parameters of type ConfigManager
 void KettleConfig.addConfig(String name, ConfigManager<?> mgr)
          Adds a new manager programatically