public class PluginLoader extends LoaderBase
LoaderBase.GroovyAndJavaReflectionAdapteractionRegistry, factoryRegistry, listenerRegistry, readyApiToolbarComponentRegistry| Constructor and Description |
|---|
PluginLoader(com.eviware.soapui.support.factory.SoapUIFactoryRegistry factoryRegistry,
com.eviware.soapui.support.action.SoapUIActionRegistry actionRegistry,
com.eviware.soapui.support.listener.ListenerRegistry listenerRegistry,
com.smartbear.ready.ui.toolbar.ReadyApiToolbarComponentRegistry toolbarComponentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
loadAutoFactories(org.reflections.Reflections jarFileScanner,
Collection<com.eviware.soapui.plugins.SoapUIFactory> factories,
String packageFilter) |
Class<?> |
loadClass(String name,
String partOfPluginName)
Deprecated.
|
configureAction, createAction, createActionGroup, createAutoFactory, createFactory, createObject, findAutoFactoryObjects, loadActionGroups, loadActions, loadActions, loadFactories, loadFactories, loadListeners, loadListeners, loadToolbarComponentGroups, registerActions, registerFactories, registerListeners, unregisterActions, unregisterFactories, unregisterListenerspublic PluginLoader(com.eviware.soapui.support.factory.SoapUIFactoryRegistry factoryRegistry,
com.eviware.soapui.support.action.SoapUIActionRegistry actionRegistry,
com.eviware.soapui.support.listener.ListenerRegistry listenerRegistry,
com.smartbear.ready.ui.toolbar.ReadyApiToolbarComponentRegistry toolbarComponentRegistry)
@Deprecated public Class<?> loadClass(String name, String partOfPluginName) throws ClassNotFoundException
ClassNotFoundExceptionprotected void loadAutoFactories(org.reflections.Reflections jarFileScanner,
Collection<com.eviware.soapui.plugins.SoapUIFactory> factories,
String packageFilter)
loadAutoFactories in class LoaderBaseCopyright © 2019. All rights reserved.