Remote Systems
v6.4.1

com.ibm.etools.systems.core.clientserver
Interface IClientServerConstants

All Known Implementing Classes:
UniversalFileSystemFilter, UniversalFileSystemMiner

public interface IClientServerConstants

Constants used by the Client and Server


Field Summary
static String Copyright
           
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 MSG_PREFIX
           
static String PLUGIN_ID
           
static String PREFIX
           
static String RESID_PREFIX
           
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

PLUGIN_ID

public static final String PLUGIN_ID
See Also:
Constant Field Values

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

RESID_PREFIX

public static final String RESID_PREFIX
See Also:
Constant Field Values

MSG_PREFIX

public static final String MSG_PREFIX
See Also:
Constant Field Values

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

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.