org.pentaho.platform.plugin.action.kettle
Class PlatformConfigManager<T extends PluginLocation>
java.lang.Object
org.pentaho.platform.plugin.action.kettle.PlatformConfigManager<T>
- Type Parameters:
T
-
public class PlatformConfigManager<T extends PluginLocation>
- extends
This configuration manager can be used to load kettle plugins located at ${PENTAHO_SOLUTIONS}/system/kettle/plugins
Do not create separate folders for steps and jobs in the plugins directory. Simply place jar files or folders containing the
relevant plugin files, including plugin.xml.
- Author:
- Alex Silva
- See Also:
PluginLocation
load
public Collection<T> load()