ks.client.interfaces
Interface IClientPluginManager


public interface IClientPluginManager

Describes standard constants that ClientPlugInManager must adhere to.


Field Summary
static java.lang.String backupFile
          Name of backup index file, used when manipulating the original index.
static java.lang.String defaultPluginDirectory
          Default value of configuration variable (localPluginDirectory)
static java.lang.String indexFile
          Name of index file within this directory that will contain information about each plugIn, one per line, that is found within the localPlugin directory.
static java.lang.String localPluginDirectory
          Configuration variable.
 

Field Detail

indexFile

public static final java.lang.String indexFile
Name of index file within this directory that will contain information about each plugIn, one per line, that is found within the localPlugin directory. The information within this file must be formatted as follows:

jarname:pluginName:pluginVersion:author:size:date:[optional extra]

Note that [optional extra] refers to additional properties that may be stored within this file.

See Also:
Constant Field Values

backupFile

public static final java.lang.String backupFile
Name of backup index file, used when manipulating the original index.

See Also:
Constant Field Values

localPluginDirectory

public static final java.lang.String localPluginDirectory
Configuration variable.

See Also:
Constant Field Values

defaultPluginDirectory

public static final java.lang.String defaultPluginDirectory
Default value of configuration variable (localPluginDirectory)

See Also:
Constant Field Values