Uses of Class
org.dspace.core.PluginInstantiationException
Packages that use PluginInstantiationException
Package
Description
Provides some basic functionality required throughout the DSpace system.
-
Uses of PluginInstantiationException in org.dspace.core
Methods in org.dspace.core that throw PluginInstantiationExceptionModifier and TypeMethodDescriptionLegacyPluginServiceImpl.getNamedPlugin(Class interfaceClass, String name) Returns an instance of a plugin that implements the interface and is bound to a name matching name.Object[]LegacyPluginServiceImpl.getPluginSequence(Class interfaceClass) Returns instances of all plugins that implement the interface, in an Array.LegacyPluginServiceImpl.getSinglePlugin(Class interfaceClass) Returns an instance of the singleton (single) plugin implementing the given interface.booleanLegacyPluginServiceImpl.hasNamedPlugin(Class interfaceClass, String name) Returns whether a plugin exists which implements the specified interface and has a specified name.