org.eclipse.smila.search.plugin
Class PluginFactory
java.lang.Object
org.eclipse.smila.search.plugin.PluginFactory
public class PluginFactory
- extends java.lang.Object
- Author:
- GSchmidt
To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTENSION_POINT_NAME_PLUGIN
public static final java.lang.String EXTENSION_POINT_NAME_PLUGIN
- Extension point name for Plugin Access.
- See Also:
- Constant Field Values
initialize
public static void initialize()
throws PluginException
- Throws:
PluginException - -
getPlugin
public static Plugin getPlugin()
getInstance
public static Plugin getInstance()
getTypes
public static Plugin[] getTypes()
throws PluginException
- Get all available IRM types.
- Returns:
- IRM types.
- Throws:
PluginException - -
parseType
public static java.lang.String parseType(IConfigurationElement configurationElement,
int ordinal)
- Parse configuration and return according IRMType.
- Parameters:
configurationElement - Configuration element.ordinal - Ordinal.
- Returns:
- Type name.