Uses of Class
org.pentaho.platform.api.engine.IPlatformPlugin.ClassLoaderType

Packages that use IPlatformPlugin.ClassLoaderType
org.pentaho.platform.api.engine   
org.pentaho.platform.plugin.services.pluginmgr   
 

Uses of IPlatformPlugin.ClassLoaderType in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IPlatformPlugin.ClassLoaderType
 IPlatformPlugin.ClassLoaderType IPlatformPlugin.getLoaderType()
          Indicates what kind of classloader should be used to load classes and resources from this plugin.
static IPlatformPlugin.ClassLoaderType IPlatformPlugin.ClassLoaderType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IPlatformPlugin.ClassLoaderType[] IPlatformPlugin.ClassLoaderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IPlatformPlugin.ClassLoaderType in org.pentaho.platform.plugin.services.pluginmgr
 

Methods in org.pentaho.platform.plugin.services.pluginmgr that return IPlatformPlugin.ClassLoaderType
 IPlatformPlugin.ClassLoaderType PlatformPlugin.getLoaderType()
           
 

Methods in org.pentaho.platform.plugin.services.pluginmgr with parameters of type IPlatformPlugin.ClassLoaderType
 void PlatformPlugin.setLoadertype(IPlatformPlugin.ClassLoaderType loaderType)