RSE
Release 1.0

org.eclipse.rse.services.clientserver
Interface IClientServerConstants

All Known Implementing Classes:
UniversalFileSystemFilter, UniversalFileSystemMiner

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
           
 

Field Detail

MSG_EXCEPTION_OCCURRED

public static final String MSG_EXCEPTION_OCCURRED
See Also:
Constant Field Values

MSG_EXCEPTION_DELETING

public static final String MSG_EXCEPTION_DELETING
See Also:
Constant Field Values

MSG_EXCEPTION_RENAMING

public static final String MSG_EXCEPTION_RENAMING
See Also:
Constant Field Values

MSG_EXCEPTION_MOVING

public static final String MSG_EXCEPTION_MOVING
See Also:
Constant Field Values

FILEMSG_DELETE_FILE_FAILED

public static final String FILEMSG_DELETE_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_RENAME_FILE_FAILED

public static final String FILEMSG_RENAME_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_CREATE_FILE_FAILED

public static final String FILEMSG_CREATE_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_CREATE_FILE_FAILED_EXIST

public static final String FILEMSG_CREATE_FILE_FAILED_EXIST
See Also:
Constant Field Values

FILEMSG_CREATE_FOLDER_FAILED

public static final String FILEMSG_CREATE_FOLDER_FAILED
See Also:
Constant Field Values

FILEMSG_CREATE_FOLDER_FAILED_EXIST

public static final String FILEMSG_CREATE_FOLDER_FAILED_EXIST
See Also:
Constant Field Values

FILEMSG_CREATE_RESOURCE_NOTVISIBLE

public static final String FILEMSG_CREATE_RESOURCE_NOTVISIBLE
See Also:
Constant Field Values

FILEMSG_RENAME_RESOURCE_NOTVISIBLE

public static final String FILEMSG_RENAME_RESOURCE_NOTVISIBLE
See Also:
Constant Field Values

FILEMSG_ERROR_NOFILETYPES

public static final String FILEMSG_ERROR_NOFILETYPES
See Also:
Constant Field Values

FILEMSG_COPY_FILE_FAILED

public static final String FILEMSG_COPY_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_MOVE_FILE_FAILED

public static final String FILEMSG_MOVE_FILE_FAILED
See Also:
Constant Field Values

FILEMSG_MOVE_TARGET_EQUALS_SOURCE

public static final String FILEMSG_MOVE_TARGET_EQUALS_SOURCE
See Also:
Constant Field Values

FILEMSG_ARCHIVE_CORRUPTED

public static final String FILEMSG_ARCHIVE_CORRUPTED
See Also:
Constant Field Values

FILEMSG_NO_PERMISSION

public static final String FILEMSG_NO_PERMISSION
See Also:
Constant Field Values

FILEMSG_REMOTE_SAVE_FAILED

public static final String FILEMSG_REMOTE_SAVE_FAILED
See Also:
Constant Field Values

INCLUDE_FILES_ONLY

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

See Also:
Constant Field Values

INCLUDE_FOLDERS_ONLY

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

See Also:
Constant Field Values

INCLUDE_ALL

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

See Also:
Constant Field Values

RSE
Release 1.0

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