RSE
Release 3.4

org.eclipse.rse.services.clientserver
Interface IClientServerConstants


public interface IClientServerConstants

Constants used by the Client and Server


Field Summary
static String FILEMSG_ARCHIVE_CORRUPTED
           
static String FILEMSG_COPY_FILE_FAILED
           
static String FILEMSG_CREATE_FILE_FAILED
           
static String FILEMSG_CREATE_FILE_FAILED_EXIST
           
static String FILEMSG_CREATE_FOLDER_FAILED
           
static String FILEMSG_CREATE_FOLDER_FAILED_EXIST
           
static String FILEMSG_CREATE_RESOURCE_NOTVISIBLE
           
static String FILEMSG_DELETE_FILE_FAILED
           
static String FILEMSG_ERROR_NOFILETYPES
           
static String FILEMSG_MOVE_FILE_FAILED
           
static String FILEMSG_MOVE_TARGET_EQUALS_SOURCE
           
static String FILEMSG_NO_PERMISSION
           
static String FILEMSG_REMOTE_SAVE_FAILED
           
static String FILEMSG_RENAME_FILE_FAILED
           
static String FILEMSG_RENAME_RESOURCE_NOTVISIBLE
           
static int INCLUDE_ALL
          Flag to indicate "include files only, not folders"
static int INCLUDE_FILES_ONLY
          Flag to indicate "include files only, not folders"
static int INCLUDE_FOLDERS_ONLY
          Flag to indicate "include files only, not folders"
static String MSG_EXCEPTION_DELETING
           
static String MSG_EXCEPTION_MOVING
           
static String MSG_EXCEPTION_OCCURRED
           
static String MSG_EXCEPTION_RENAMING
           
static String PLUGIN_ID
          PLUGIN_ID to use in SimpleSystemMessage for clientserver.
 

Field Detail

PLUGIN_ID

static final String PLUGIN_ID
PLUGIN_ID to use in SimpleSystemMessage for clientserver.

Since:
3.0
See Also:
Constant Field Values

MSG_EXCEPTION_OCCURRED

static final String MSG_EXCEPTION_OCCURRED
See Also:
Constant Field Values

MSG_EXCEPTION_DELETING

static final String MSG_EXCEPTION_DELETING
See Also:
Constant Field Values

MSG_EXCEPTION_RENAMING

static final String MSG_EXCEPTION_RENAMING
See Also:
Constant Field Values

MSG_EXCEPTION_MOVING

static final String MSG_EXCEPTION_MOVING
See Also:
Constant Field Values

FILEMSG_DELETE_FILE_FAILED

static final String FILEMSG_DELETE_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_RENAME_FILE_FAILED

static final String FILEMSG_RENAME_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_CREATE_FILE_FAILED

static final String FILEMSG_CREATE_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_CREATE_FILE_FAILED_EXIST

static final String FILEMSG_CREATE_FILE_FAILED_EXIST
See Also:
Constant Field Values

FILEMSG_CREATE_FOLDER_FAILED

static final String FILEMSG_CREATE_FOLDER_FAILED
See Also:
Constant Field Values

FILEMSG_CREATE_FOLDER_FAILED_EXIST

static final String FILEMSG_CREATE_FOLDER_FAILED_EXIST
See Also:
Constant Field Values

FILEMSG_CREATE_RESOURCE_NOTVISIBLE

static final String FILEMSG_CREATE_RESOURCE_NOTVISIBLE
See Also:
Constant Field Values

FILEMSG_RENAME_RESOURCE_NOTVISIBLE

static final String FILEMSG_RENAME_RESOURCE_NOTVISIBLE
See Also:
Constant Field Values

FILEMSG_ERROR_NOFILETYPES

static final String FILEMSG_ERROR_NOFILETYPES
See Also:
Constant Field Values

FILEMSG_COPY_FILE_FAILED

static final String FILEMSG_COPY_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_MOVE_FILE_FAILED

static final String FILEMSG_MOVE_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_MOVE_TARGET_EQUALS_SOURCE

static final String FILEMSG_MOVE_TARGET_EQUALS_SOURCE
See Also:
Constant Field Values

FILEMSG_ARCHIVE_CORRUPTED

static final String FILEMSG_ARCHIVE_CORRUPTED
See Also:
Constant Field Values

FILEMSG_NO_PERMISSION

static final String FILEMSG_NO_PERMISSION
See Also:
Constant Field Values

FILEMSG_REMOTE_SAVE_FAILED

static final String FILEMSG_REMOTE_SAVE_FAILED
See Also:
Constant Field Values

INCLUDE_FILES_ONLY

static final int INCLUDE_FILES_ONLY
Flag to indicate "include files only, not folders"

See Also:
Constant Field Values

INCLUDE_FOLDERS_ONLY

static final int INCLUDE_FOLDERS_ONLY
Flag to indicate "include files only, not folders"

See Also:
Constant Field Values

INCLUDE_ALL

static final int INCLUDE_ALL
Flag to indicate "include files only, not folders"

See Also:
Constant Field Values

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.