Uses of Interface
org.pentaho.di.core.plugins.PluginFolderInterface
-
Packages that use PluginFolderInterface Package Description org.pentaho.di.core.plugins -
-
Uses of PluginFolderInterface in org.pentaho.di.core.plugins
Classes in org.pentaho.di.core.plugins that implement PluginFolderInterface Modifier and Type Class Description class
PluginFolder
A folder to search plugins in.Fields in org.pentaho.di.core.plugins with type parameters of type PluginFolderInterface Modifier and Type Field Description protected List<PluginFolderInterface>
BasePluginType. pluginFolders
Methods in org.pentaho.di.core.plugins that return types with arguments of type PluginFolderInterface Modifier and Type Method Description 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 folderMethods in org.pentaho.di.core.plugins with parameters of type PluginFolderInterface Modifier and Type Method Description org.apache.commons.vfs2.FileObject[]
JarFileCache. getFileObjects(PluginFolderInterface pluginFolderInterface)
Method parameters in org.pentaho.di.core.plugins with type arguments of type PluginFolderInterface Modifier and Type Method Description void
BasePluginType. setPluginFolders(List<PluginFolderInterface> pluginFolders)
-