Uses of Class
org.dspace.core.PluginInstantiationException

Packages that use PluginInstantiationException
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
static Object PluginManager.getNamedPlugin(Class intfc, String name)
          Returns an instance of a plugin that implements the interface intface and is bound to a name matching name.
static Object PluginManager.getNamedPlugin(String module, Class intfc, String name)
          Returns an instance of a plugin that implements the interface intface and is bound to a name matching name.
static Object[] PluginManager.getPluginSequence(Class intfc)
          Returns instances of all plugins that implement the interface intface, in an Array.
static Object[] PluginManager.getPluginSequence(String module, Class intfc)
          Returns instances of all plugins that implement the interface intface, in an Array.
static Object PluginManager.getSinglePlugin(Class interfaceClass)
          Returns an instance of the singleton (single) plugin implementing the given interface.
static Object PluginManager.getSinglePlugin(String module, Class interfaceClass)
          Returns an instance of the singleton (single) plugin implementing the given interface.
static boolean PluginManager.hasNamedPlugin(Class intfc, String name)
          Returns whether a plugin exists which implements the specified interface and has a specified name.
static boolean PluginManager.hasNamedPlugin(String module, Class intfc, String name)
          Returns whether a plugin exists which implements the specified interface and has a specified name.
 



Copyright © 2011 DuraSpace. All Rights Reserved.