Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

org.eclipse.rse.dstore.universal.miners
Interface IUniversalDataStoreConstants


public interface IUniversalDataStoreConstants


Field Summary
static int BINARY_MODE
           
static int BUFFER_SIZE
           
static  String C_CANCEL
           
static  String C_COPY
           
static  String C_COPY_BATCH
           
static  String C_CREATE_FILE
           
static  String C_CREATE_FOLDER
           
static  String C_CREATE_TEMP
           
static  String C_DELETE
           
static  String C_DELETE_BATCH
           
static  String C_DOWNLOAD_FILE
           
static  String C_GET_OSTYPE
           
static  String C_QUERY_ADVANCE_PROPERTY
           
static  String C_QUERY_BASIC_PROPERTY
           
static  String C_QUERY_CAN_WRITE_PROPERTY
           
static  String C_QUERY_CLASSNAME
           
static  String C_QUERY_EXISTS
           
static  String C_QUERY_FILE_PERMISSIONS
           
static  String C_QUERY_GET_REMOTE_OBJECT
           
static  String C_QUERY_QUALIFIED_CLASSNAME
           
static  String C_QUERY_ROOTS
           
static  String C_QUERY_UNUSED_PORT
           
static  String C_QUERY_VIEW_ALL
           
static  String C_QUERY_VIEW_FILES
           
static  String C_QUERY_VIEW_FOLDERS
           
static  String C_RENAME
           
static  String C_SEARCH
           
static  String C_SET_FILE_PERMISSIONS
           
static  String C_SET_LASTMODIFIED
           
static  String C_SET_READONLY
           
static  String C_SYSTEM_ENCODING
           
static  String DOWNLOAD_RESULT_EXCEPTION
           
static  String DOWNLOAD_RESULT_FILE_NOT_FOUND_EXCEPTION
           
static  String DOWNLOAD_RESULT_IO_EXCEPTION
           
static  String DOWNLOAD_RESULT_SUCCESS_MESSAGE
           
static  String DOWNLOAD_RESULT_SUCCESS_TYPE
           
static  String DOWNLOAD_RESULT_UNEXPECTED_ERROR
           
static  String DOWNLOAD_RESULT_UNSUPPORTED_ENCODING_EXCEPTION
           
static int KB_IN_BYTES
           
static  String MESSAGE_DESCRIPTOR
           
static int NUM_OF_KB
           
static int TEXT_MODE
           
static  String TYPE_QUALIFIED_CLASSNAME
           
static  String UNIVERSAL_ARCHIVE_FILE_DESCRIPTOR
           
static  String UNIVERSAL_COMMAND_MINER_ID
          Universal Command miner ID.
static  String UNIVERSAL_ENVIRONMENT_MINER_ID
          Universal Environment miner ID.
static  String UNIVERSAL_FILE_DESCRIPTOR
           
static  String UNIVERSAL_FILESYSTEM_MINER
           
static  String UNIVERSAL_FILESYSTEM_MINER_ID
          Universal Filesystem miner ID.
static  String UNIVERSAL_FILTER_DESCRIPTOR
           
static  String UNIVERSAL_FOLDER_DESCRIPTOR
           
static  String UNIVERSAL_NODE_DESCRIPTOR
           
static  String UNIVERSAL_PROCESS_MINER_ID
          Universal Process miner ID.
static  String UNIVERSAL_TEMP_DESCRIPTOR
           
static  String UNIVERSAL_VIRTUAL_FILE_DESCRIPTOR
           
static  String UNIVERSAL_VIRTUAL_FOLDER_DESCRIPTOR
           
 

Field Detail

UNIVERSAL_FILESYSTEM_MINER

static final 
String UNIVERSAL_FILESYSTEM_MINER
See Also:
Constant Field Values

UNIVERSAL_FILESYSTEM_MINER_ID

static final 
String UNIVERSAL_FILESYSTEM_MINER_ID
Universal Filesystem miner ID. Value = "org.eclipse.rse.dstore.universal.miners.UniversalFileSystemMiner".

Since:
org.eclipse.rse.services.dstore 3.0
See Also:
Constant Field Values

UNIVERSAL_COMMAND_MINER_ID

static final 
String UNIVERSAL_COMMAND_MINER_ID
Universal Command miner ID. Value = "org.eclipse.rse.dstore.universal.miners.CommandMiner".

Since:
org.eclipse.rse.services.dstore 3.0
See Also:
Constant Field Values

UNIVERSAL_ENVIRONMENT_MINER_ID

static final 
String UNIVERSAL_ENVIRONMENT_MINER_ID
Universal Environment miner ID. Value = "org.eclipse.rse.dstore.universal.miners.EnvironmentMiner".

Since:
org.eclipse.rse.services.dstore 3.0
See Also:
Constant Field Values

UNIVERSAL_PROCESS_MINER_ID

static final 
String UNIVERSAL_PROCESS_MINER_ID
Universal Process miner ID. Value = "org.eclipse.rse.dstore.universal.miners.UniversalProcessMiner".

Since:
org.eclipse.rse.services.dstore 3.0
See Also:
Constant Field Values

MESSAGE_DESCRIPTOR

static final 
String MESSAGE_DESCRIPTOR
See Also:
Constant Field Values

UNIVERSAL_NODE_DESCRIPTOR

static final 
String UNIVERSAL_NODE_DESCRIPTOR
See Also:
Constant Field Values

UNIVERSAL_TEMP_DESCRIPTOR

static final 
String UNIVERSAL_TEMP_DESCRIPTOR
See Also:
Constant Field Values

UNIVERSAL_FILTER_DESCRIPTOR

static final 
String UNIVERSAL_FILTER_DESCRIPTOR
See Also:
Constant Field Values

UNIVERSAL_FILE_DESCRIPTOR

static final 
String UNIVERSAL_FILE_DESCRIPTOR
See Also:
Constant Field Values

UNIVERSAL_FOLDER_DESCRIPTOR

static final 
String UNIVERSAL_FOLDER_DESCRIPTOR
See Also:
Constant Field Values

UNIVERSAL_ARCHIVE_FILE_DESCRIPTOR

static final 
String UNIVERSAL_ARCHIVE_FILE_DESCRIPTOR
See Also:
Constant Field Values

UNIVERSAL_VIRTUAL_FILE_DESCRIPTOR

static final 
String UNIVERSAL_VIRTUAL_FILE_DESCRIPTOR
See Also:
Constant Field Values

UNIVERSAL_VIRTUAL_FOLDER_DESCRIPTOR

static final 
String UNIVERSAL_VIRTUAL_FOLDER_DESCRIPTOR
See Also:
Constant Field Values

C_QUERY_ROOTS

static final 
String C_QUERY_ROOTS
See Also:
Constant Field Values

C_QUERY_VIEW_ALL

static final 
String C_QUERY_VIEW_ALL
See Also:
Constant Field Values

C_QUERY_VIEW_FILES

static final 
String C_QUERY_VIEW_FILES
See Also:
Constant Field Values

C_QUERY_VIEW_FOLDERS

static final 
String C_QUERY_VIEW_FOLDERS
See Also:
Constant Field Values

C_CREATE_FILE

static final 
String C_CREATE_FILE
See Also:
Constant Field Values

C_CREATE_FOLDER

static final 
String C_CREATE_FOLDER
See Also:
Constant Field Values

C_QUERY_GET_REMOTE_OBJECT

static final 
String C_QUERY_GET_REMOTE_OBJECT
See Also:
Constant Field Values

C_DELETE

static final 
String C_DELETE
See Also:
Constant Field Values

C_DELETE_BATCH

static final 
String C_DELETE_BATCH
See Also:
Constant Field Values

C_RENAME

static final 
String C_RENAME
See Also:
Constant Field Values

C_COPY

static final 
String C_COPY
See Also:
Constant Field Values

C_COPY_BATCH

static final 
String C_COPY_BATCH
See Also:
Constant Field Values

C_SEARCH

static final 
String C_SEARCH
See Also:
Constant Field Values

C_CANCEL

static final 
String C_CANCEL
See Also:
Constant Field Values

C_SET_READONLY

static final 
String C_SET_READONLY
See Also:
Constant Field Values

C_SET_LASTMODIFIED

static final 
String C_SET_LASTMODIFIED
See Also:
Constant Field Values

C_QUERY_BASIC_PROPERTY

static final 
String C_QUERY_BASIC_PROPERTY
See Also:
Constant Field Values

C_QUERY_CAN_WRITE_PROPERTY

static final 
String C_QUERY_CAN_WRITE_PROPERTY
See Also:
Constant Field Values

C_QUERY_ADVANCE_PROPERTY

static final 
String C_QUERY_ADVANCE_PROPERTY
See Also:
Constant Field Values

C_QUERY_EXISTS

static final 
String C_QUERY_EXISTS
See Also:
Constant Field Values

C_GET_OSTYPE

static final 
String C_GET_OSTYPE
See Also:
Constant Field Values

C_QUERY_CLASSNAME

static final 
String C_QUERY_CLASSNAME
See Also:
Constant Field Values

C_CREATE_TEMP

static final 
String C_CREATE_TEMP
See Also:
Constant Field Values

C_DOWNLOAD_FILE

static final 
String C_DOWNLOAD_FILE
See Also:
Constant Field Values

C_SYSTEM_ENCODING

static final 
String C_SYSTEM_ENCODING
See Also:
Constant Field Values

C_QUERY_UNUSED_PORT

static final 
String C_QUERY_UNUSED_PORT
See Also:
Constant Field Values

C_QUERY_QUALIFIED_CLASSNAME

static final 
String C_QUERY_QUALIFIED_CLASSNAME
See Also:
Constant Field Values

TYPE_QUALIFIED_CLASSNAME

static final 
String TYPE_QUALIFIED_CLASSNAME
See Also:
Constant Field Values

C_QUERY_FILE_PERMISSIONS

static final 
String C_QUERY_FILE_PERMISSIONS
Since:
org.eclipse.rse.services.dstore 3.0
See Also:
Constant Field Values

C_SET_FILE_PERMISSIONS

static final 
String C_SET_FILE_PERMISSIONS
Since:
org.eclipse.rse.services.dstore 3.0
See Also:
Constant Field Values

TEXT_MODE

static final int TEXT_MODE
See Also:
Constant Field Values

BINARY_MODE

static final int BINARY_MODE
See Also:
Constant Field Values

DOWNLOAD_RESULT_SUCCESS_TYPE

static final 
String DOWNLOAD_RESULT_SUCCESS_TYPE
See Also:
Constant Field Values

DOWNLOAD_RESULT_SUCCESS_MESSAGE

static final 
String DOWNLOAD_RESULT_SUCCESS_MESSAGE
See Also:
Constant Field Values

DOWNLOAD_RESULT_FILE_NOT_FOUND_EXCEPTION

static final 
String DOWNLOAD_RESULT_FILE_NOT_FOUND_EXCEPTION
See Also:
Constant Field Values

DOWNLOAD_RESULT_UNSUPPORTED_ENCODING_EXCEPTION

static final 
String DOWNLOAD_RESULT_UNSUPPORTED_ENCODING_EXCEPTION
See Also:
Constant Field Values

DOWNLOAD_RESULT_IO_EXCEPTION

static final 
String DOWNLOAD_RESULT_IO_EXCEPTION
See Also:
Constant Field Values

DOWNLOAD_RESULT_EXCEPTION

static final 
String DOWNLOAD_RESULT_EXCEPTION
See Also:
Constant Field Values

DOWNLOAD_RESULT_UNEXPECTED_ERROR

static final 
String DOWNLOAD_RESULT_UNEXPECTED_ERROR
See Also:
Constant Field Values

KB_IN_BYTES

static final int KB_IN_BYTES
See Also:
Constant Field Values

NUM_OF_KB

static final int NUM_OF_KB
See Also:
Constant Field Values

BUFFER_SIZE

static final int BUFFER_SIZE
See Also:
Constant Field Values

RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire