| Package | Description |
|---|---|
| org.dspace.core |
Provides some basic functionality required throughout the DSpace system.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
LegacyPluginServiceImpl.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.
|
Object |
LegacyPluginServiceImpl.getSinglePlugin(Class interfaceClass)
Returns an instance of the singleton (single) plugin implementing
the given interface.
|
boolean |
LegacyPluginServiceImpl.hasNamedPlugin(Class interfaceClass,
String name)
Returns whether a plugin exists which implements the specified interface
and has a specified name.
|
Copyright © 2016 DuraSpace. All rights reserved.