Package org.pentaho.di.core.config

Interface Summary
ConfigManager<T> Interface that defines the contract for loading configuration parameters for Kettle.
 

Class Summary
AnnotatedJobConfigManager<T extends JobPluginMeta> Registers classes annotated with @Job as Kettle/PDI jobs, without the need for XML configurations.
AnnotatedStepsConfigManager<T extends StepPluginMeta> Registers classes annotated with @Step as Kettle/PDI steps, without the need for XML configurations.
BasicConfigManager<T> A base class for ConfigManager to derive from.
DatabaseConfigManager<T> A ConfigManager implementation that caters to loading configuration parameters from a database table.
DigesterConfigManager<T> A custom ConfigManager implementation to load configuration parameters from XML files using commons-digester.
KettleConfig The gateway for all configuration operations.
KettleConfig.TempConfig