Remote Systems
v6.4.1

com.ibm.etools.systems.launch.remoteexternaltools
Interface IRemoteExternalToolsConstants


public interface IRemoteExternalToolsConstants

Defines the constants available for client use.

This interface is not intended to be extended or implemented by clients.


Field Summary
static String ATTR_ASSOCIATED_PROJECT
          String attribute identifying the project associated with an external remote build tool.
static String ATTR_ASSOCIATED_PROJECT_ENABLE
          String attribute identifying whether there is a project associated with an external remote build tool.
static String ATTR_CONNECTION
          String attribute identifying the remote connection associated with an external remote tool.
static String ATTR_EXPORT
          String attribute identifying the export description file that should be used to export files to a remote system prior to executing the remote command or build.
static String ATTR_EXPORT_ENABLE
          String attribute identifying whether an export description file should be used to export files to a remote system prior to executing the remote command or build.
static String PLUGIN_ID
          Plugin identifier for external tools (value org.eclipse.ui.externaltools).
 

Field Detail

PLUGIN_ID

public static final String PLUGIN_ID
Plugin identifier for external tools (value org.eclipse.ui.externaltools).

See Also:
Constant Field Values

ATTR_CONNECTION

public static final String ATTR_CONNECTION
String attribute identifying the remote connection associated with an external remote tool. Default value is null. Encoding is tool specific.

See Also:
Constant Field Values

ATTR_EXPORT_ENABLE

public static final String ATTR_EXPORT_ENABLE
String attribute identifying whether an export description file should be used to export files to a remote system prior to executing the remote command or build. Default value is null. Encoding is tool specific.

See Also:
Constant Field Values

ATTR_EXPORT

public static final String ATTR_EXPORT
String attribute identifying the export description file that should be used to export files to a remote system prior to executing the remote command or build. Default value is null. Encoding is tool specific.

See Also:
Constant Field Values

ATTR_ASSOCIATED_PROJECT_ENABLE

public static final String ATTR_ASSOCIATED_PROJECT_ENABLE
String attribute identifying whether there is a project associated with an external remote build tool. Default value is null. Encoding is tool specific.

See Also:
Constant Field Values

ATTR_ASSOCIATED_PROJECT

public static final String ATTR_ASSOCIATED_PROJECT
String attribute identifying the project associated with an external remote build tool. Default value is null. Encoding is tool specific.

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.