|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.getPluginSequence(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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||