Uses of Class
org.pentaho.di.core.config.BasicConfigManager

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

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

Subclasses of BasicConfigManager in org.pentaho.di.core.config
 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 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.