|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Define the interface between the Server and the Plugin Manager.
Note: Your class that implements this interface must have a constructor with no parameters.
Field Summary | |
static java.lang.String |
activeDirectory
Constant that refers to Configuration variable for location of active Directory. |
static java.lang.String |
defaultActiveDirectory
Constants that refers to default location of Active Directory. |
static java.lang.String |
defaultInactiveDirectory
Constants that refers to default location of inactive Directory. |
static java.lang.String |
downloadPluginResponse
downloadplugin response (since v1.7.3). |
static java.lang.String |
inactiveDirectory
Constant that refers to Configuration variable for location of inactive Directory. |
static java.lang.String |
installResponse
install response (since v1.7.3). |
static java.lang.String |
listActiveResponse
refreshactivelist response (since v1.7.3). |
static java.lang.String |
listInactiveResponse
refreshinactivelist response (since v1.7.3). |
static java.lang.String |
propertiesResponse
properties response (since v1.7.3). |
static java.lang.String |
removeResponse
remove response (since v1.7.3). |
Method Summary | |
java.lang.String |
getKey(java.lang.String dir,
java.lang.String fileName)
Return the certificate key calculated for the given Plugin. |
void |
sendActiveTypes(java.lang.String who)
Send to the given user the set of active Plugin Types. |
Methods inherited from interface ks.server.interfaces.IProcessCommand |
process |
Methods inherited from interface ks.server.interfaces.IPluginStatistics |
updateStats |
Field Detail |
public static final java.lang.String inactiveDirectory
public static final java.lang.String defaultInactiveDirectory
public static final java.lang.String activeDirectory
public static final java.lang.String defaultActiveDirectory
public static final java.lang.String listActiveResponse
public static final java.lang.String listInactiveResponse
public static final java.lang.String downloadPluginResponse
public static final java.lang.String propertiesResponse
public static final java.lang.String installResponse
public static final java.lang.String removeResponse
Method Detail |
public void sendActiveTypes(java.lang.String who)
who
- public java.lang.String getKey(java.lang.String dir, java.lang.String fileName)
dir
- Directory where Jar file exists.fileName
- Filename of Plugin within that directory.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |