Package org.pentaho.di.core.plugins
Interface ClassLoadingPluginInterface
-
- All Known Implementing Classes:
SupplementalPlugin
public interface ClassLoadingPluginInterface
Plugins 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 ClassLoader
getClassLoader()
<T> T
loadClass(Class<T> pluginClass)
-
-
-
Method Detail
-
loadClass
<T> T loadClass(Class<T> pluginClass)
-
getClassLoader
ClassLoader getClassLoader()
-
-