|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines possible values for the types of plugin
interface retrieval. Note that this interface is different from the
IPluginManager.Category interface. Where as the
IPluginManager.Category interface represents the category of
the specified plugin, this interface represents the functionality of the
retrieved plugin interface.
| Field Summary | |
static java.lang.String |
ADMIN
This constants denotes that the retrieved plugin interface can be used for administration related operations. |
static java.lang.String |
AUTH
This constants denotes that the retrieved plugin interface can be used for authentication related operations. |
static java.lang.String |
DESKTOP
This constant denotes that the retrieved plugin interface will operate on an InfoObject. |
static java.lang.String |
DEST
This constants denotes that the retrieved plugin interface can be used for destination related operations. |
| Field Detail |
public static final java.lang.String DESKTOP
This constant denotes that the retrieved plugin interface will operate on an InfoObject. In relation to an admin, authentication, and destination category plugin, this constant indicates that the retrieved plugin interface can be used to configure the specified plugin.
public static final java.lang.String ADMIN
This constants denotes that the retrieved plugin interface can be used for administration related operations.
public static final java.lang.String AUTH
This constants denotes that the retrieved plugin interface can be used for authentication related operations.
public static final java.lang.String DEST
This constants denotes that the retrieved plugin interface can be used for destination related operations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||