public interface PluginRegistry
| Modifier and Type | Method and Description |
|---|---|
PluginRegistry |
createChild(ClassLoader childClassPath) |
Class<? extends Plugin> |
getTypeForId(String pluginId) |
<T extends Plugin> |
loadPlugin(Class<T> pluginClass) |
<T extends Plugin> T loadPlugin(Class<T> pluginClass) throws PluginInstantiationException
PluginInstantiationExceptionClass<? extends Plugin> getTypeForId(String pluginId) throws UnknownPluginException, PluginInstantiationException
PluginRegistry createChild(ClassLoader childClassPath)
Copyright © 2013. All rights reserved