Uses of Class
org.dspace.core.PluginInstantiationException
-
Packages that use PluginInstantiationException Package Description org.dspace.core Provides some basic functionality required throughout the DSpace system. -
-
Uses of PluginInstantiationException in org.dspace.core
Methods in org.dspace.core that throw PluginInstantiationException Modifier and Type Method Description ObjectLegacyPluginServiceImpl. 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.ObjectLegacyPluginServiceImpl. 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.
-