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
Modifier and TypeMethodDescription<T> T
-
Method Details
-
loadClass
-
getClassLoader
ClassLoader getClassLoader()
-