Package org.pentaho.di.core.plugins
Interface ClassLoadingPluginInterface
- 
- All Known Implementing Classes:
 SupplementalPlugin
public interface ClassLoadingPluginInterfacePlugins implementing this type will be asked to load classes instead of having it handled by the PluginRegistry. User: nbaker Date: 12/12/10 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoadergetClassLoader()<T> TloadClass(Class<T> pluginClass) 
 - 
 
- 
- 
Method Detail
- 
loadClass
<T> T loadClass(Class<T> pluginClass)
 
- 
getClassLoader
ClassLoader getClassLoader()
 
 - 
 
 -