com.ibm.etools.systems.core.clientserver
Interface IClientServerConstants
- All Known Implementing Classes:
- UniversalFileSystemFilter, UniversalFileSystemMiner
- public interface IClientServerConstants
Constants used by the Client and Server
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
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.