edu.harvard.mgh.purcell.gCLINE.data
Interface KeyWords

All Known Implementing Classes:
FileInfo, OperationInfo, Record, TestFrame.myProject

public interface KeyWords

This class holds the key words used.

Author:
Kathe Todd-Brown

Field Summary
static java.lang.String BROWSE_KEY
           
static java.lang.String CLINE_KEY
          key word for the command line attributes
static java.lang.String COMMAND_KEY
          command key
static java.lang.String COMMAND_PREFIX_KEY
          PLINK prefix key
static java.lang.String FILE_KEY
          key word for the file node types
static java.lang.String FOLDER_KEY
          key word for the global file notations
static java.lang.String GLOBAL_CONFIG
           
static java.lang.String HOME_KEY
          project file key
static java.lang.String HOST_KEY
          A string that states the remote host key.
static java.lang.String INFILE_KEY
          key word for the input files group
static java.lang.String LOCAL_DIR
          Holds the location of the users current directory.
static java.lang.String LOCAL_FOLDER_KEY
          local project file
static java.lang.String LOCK_FILE
          file that holds the project lock
static java.lang.String META_FILE
          String that identifies the file extention for
static java.lang.String NAME_KEY
          key word for the name attributes
static java.lang.String OP_KEY
          key word for the operations nodes
static java.lang.String OUTFILE_KEY
          key word for the output file group
static java.lang.String P1_KEY
          key for the project that was opened latest
static java.lang.String P2_KEY
          key for the second project
static java.lang.String P3_KEY
          key for the third project
static java.lang.String P4_KEY
          key for the forth project
static java.lang.String PORT_KEY
          A string that states the remote port key.
static java.lang.String REMOTE_CONFIG_FILE
          file that holds the remote configuration
static java.lang.String REMOTE_FOLDER_KEY
          the remote project folder name
static java.lang.String REMOTE_GLOBAL_CONFIG
           
static java.lang.String TIMESTAMP_KEY
           
static java.lang.String UPDATE_INTERVAL_KEY
          update interval key
static java.lang.String USER_EDITOR_KEY
          user editor key
static java.lang.String USER_KEY
          A string that states the remote user key.
static java.lang.String VS_KEY
          version key
 

Field Detail

LOCAL_DIR

static final java.lang.String LOCAL_DIR
Holds the location of the users current directory. We will uses this to store the global variables.


REMOTE_GLOBAL_CONFIG

static final java.lang.String REMOTE_GLOBAL_CONFIG
See Also:
Constant Field Values

GLOBAL_CONFIG

static final java.lang.String GLOBAL_CONFIG

HOST_KEY

static final java.lang.String HOST_KEY
A string that states the remote host key.

See Also:
Constant Field Values

PORT_KEY

static final java.lang.String PORT_KEY
A string that states the remote port key.

See Also:
Constant Field Values

USER_KEY

static final java.lang.String USER_KEY
A string that states the remote user key.

See Also:
Constant Field Values

REMOTE_FOLDER_KEY

static final java.lang.String REMOTE_FOLDER_KEY
the remote project folder name

See Also:
Constant Field Values

OP_KEY

static final java.lang.String OP_KEY
key word for the operations nodes

See Also:
Constant Field Values

NAME_KEY

static final java.lang.String NAME_KEY
key word for the name attributes

See Also:
Constant Field Values

CLINE_KEY

static final java.lang.String CLINE_KEY
key word for the command line attributes

See Also:
Constant Field Values

TIMESTAMP_KEY

static final java.lang.String TIMESTAMP_KEY
See Also:
Constant Field Values

INFILE_KEY

static final java.lang.String INFILE_KEY
key word for the input files group

See Also:
Constant Field Values

OUTFILE_KEY

static final java.lang.String OUTFILE_KEY
key word for the output file group

See Also:
Constant Field Values

FILE_KEY

static final java.lang.String FILE_KEY
key word for the file node types

See Also:
Constant Field Values

FOLDER_KEY

static final java.lang.String FOLDER_KEY
key word for the global file notations

See Also:
Constant Field Values

USER_EDITOR_KEY

static final java.lang.String USER_EDITOR_KEY
user editor key

See Also:
Constant Field Values

UPDATE_INTERVAL_KEY

static final java.lang.String UPDATE_INTERVAL_KEY
update interval key

See Also:
Constant Field Values

BROWSE_KEY

static final java.lang.String BROWSE_KEY
See Also:
Constant Field Values

LOCAL_FOLDER_KEY

static final java.lang.String LOCAL_FOLDER_KEY
local project file

See Also:
Constant Field Values

COMMAND_KEY

static final java.lang.String COMMAND_KEY
command key

See Also:
Constant Field Values

COMMAND_PREFIX_KEY

static final java.lang.String COMMAND_PREFIX_KEY
PLINK prefix key

See Also:
Constant Field Values

VS_KEY

static final java.lang.String VS_KEY
version key

See Also:
Constant Field Values

HOME_KEY

static final java.lang.String HOME_KEY
project file key

See Also:
Constant Field Values

P1_KEY

static final java.lang.String P1_KEY
key for the project that was opened latest

See Also:
Constant Field Values

P2_KEY

static final java.lang.String P2_KEY
key for the second project

See Also:
Constant Field Values

P3_KEY

static final java.lang.String P3_KEY
key for the third project

See Also:
Constant Field Values

P4_KEY

static final java.lang.String P4_KEY
key for the forth project

See Also:
Constant Field Values

META_FILE

static final java.lang.String META_FILE
String that identifies the file extention for

See Also:
Constant Field Values

LOCK_FILE

static final java.lang.String LOCK_FILE
file that holds the project lock

See Also:
Constant Field Values

REMOTE_CONFIG_FILE

static final java.lang.String REMOTE_CONFIG_FILE
file that holds the remote configuration

See Also:
Constant Field Values