Uses of Class
org.webharvest.exception.PluginException
-
Packages that use PluginException Package Description org.webharvest.definition org.webharvest.utils -
-
Uses of PluginException in org.webharvest.definition
Methods in org.webharvest.definition that throw PluginException Modifier and Type Method Description static Processor
PluginFactory. createPlugin(Class<? extends Processor> pluginClass, IElementDef elementDef)
Creates a new plugin instance with proper dependency injection.void
ConfigurableResolver. registerPlugin(String className, String uri)
Deprecated.void
DefaultPluginRegistrationStrategy. registerPlugin(Class<? extends WebHarvestPlugin> plugin, ConfigurableResolver resolver)
void
DefinitionResolver. registerPlugin(String className, String uri)
Deprecated.void
ElementInfoPluginRegistrationStrategy. registerPlugin(Class<? extends WebHarvestPlugin> plugin, ConfigurableResolver resolver)
void
PluginRegistrationStrategy. registerPlugin(Class<? extends WebHarvestPlugin> plugin, ConfigurableResolver resolver)
Registers a plugin in the resolver using the specified strategy. -
Uses of PluginException in org.webharvest.utils
Methods in org.webharvest.utils that throw PluginException Modifier and Type Method Description static Class<?>
ClassLoaderUtil. getPluginClass(String fullClassName)
-