|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface IPluginMgr.Category
This interface defines possible values for the plugin category.
| 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 |
|---|
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.
static final java.lang.String ADMIN
This constants denotes that the retrieved plugin interface can be used for administration related operations.
static final java.lang.String AUTH
This constants denotes that the retrieved plugin interface can be used for authentication related operations.
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 | ||||||||