public abstract class Plugin
extends java.lang.Object
CreatorSilent,
DataHandler,
Deletor,
Move,
PropertyBookPage,
RegistryHandler,
Rename| Constructor and Description |
|---|
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(PluginContext context,
org.jdom.Document doc)
Deprecated.
as of 2.6 use init(TaskContext, Document)
|
void |
init(TaskContext context,
org.jdom.Document doc)
Initialize the plug-in to be ready for work.
|
static void |
isPluginAvailable(PluginContext context,
org.jdom.Document doc)
Deprecated.
as of 2.6 Use isPluginAvailable(TaskContext, Document)
|
static void |
isPluginAvailable(TaskContext context,
org.jdom.Document doc)
Checks to see if the plug-in is available to do work.
|
public void init(PluginContext context, org.jdom.Document doc)
context - TaskContext provides access to framework and session data (ex. locale)doc - XML Document used to register the task with iManagerinit(TaskContext, Document)public void init(TaskContext context, org.jdom.Document doc)
context - TaskContext provides access to framework and session data (ex. locale)doc - XML Document used to register the task with iManagerpublic static void isPluginAvailable(PluginContext context, org.jdom.Document doc) throws PluginException
context - TaskContext provides access to framework and session data (ex. locale)doc - XML Document used to register the task with iManagerPluginException - if the plugin is not available for workisPluginAvailable(TaskContext, Document)public static void isPluginAvailable(TaskContext context, org.jdom.Document doc) throws PluginException
context - TaskContext provides access to framework and session data (ex. locale)doc - XML Document used to register the task with iManagerPluginException - if the plugin is not available for work
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.