Uses of Interface
org.pentaho.di.core.plugins.PluginFolderInterface

Packages that use PluginFolderInterface
org.pentaho.di.core.plugins   
 

Uses of PluginFolderInterface in org.pentaho.di.core.plugins
 

Classes in org.pentaho.di.core.plugins that implement PluginFolderInterface
 class PluginFolder
          A folder to search plugins in.
 

Methods in org.pentaho.di.core.plugins that return types with arguments of type PluginFolderInterface
 List<PluginFolderInterface> BasePluginType.getPluginFolders()
           
 List<PluginFolderInterface> PluginTypeInterface.getPluginFolders()
           
static List<PluginFolderInterface> PluginFolder.populateFolders(String xmlSubfolder)
          Create a list of plugin folders based on the specified xml sub folder
 

Method parameters in org.pentaho.di.core.plugins with type arguments of type PluginFolderInterface
 void BasePluginType.setPluginFolders(List<PluginFolderInterface> pluginFolders)