org.pentaho.platform.plugin.action.kettle
Class PlatformConfigManager<T extends PluginLocation>

java.lang.Object
  extended by 
      extended by 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

Method Summary
 Collection<T> load()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public Collection<T> load()