PTP
Release 7.0

org.eclipse.ptp.remote.core
Interface IRemotePreferenceConstants


public interface IRemotePreferenceConstants

Preference constants that can be used to check the default remote service provider preference.

Since:
6.0

Field Summary
static java.lang.String PREF_REMOTE_SERVICES_ID
          Preference setting for the default remote services provider.
static java.lang.String REMOTE_TOOLS_REMOTE_SERVICES_ID
          ID of the Remote Tools provider
static java.lang.String RSE_REMOTE_SERVICES_ID
          ID of the RSE provider
 

Field Detail

PREF_REMOTE_SERVICES_ID

static final java.lang.String PREF_REMOTE_SERVICES_ID
Preference setting for the default remote services provider. Clients can check this preference to see if a default provider has been set, and if so, what the provider ID is.

See Also:
Constant Field Values

REMOTE_TOOLS_REMOTE_SERVICES_ID

static final java.lang.String REMOTE_TOOLS_REMOTE_SERVICES_ID
ID of the Remote Tools provider

Since:
6.0
See Also:
Constant Field Values

RSE_REMOTE_SERVICES_ID

static final java.lang.String RSE_REMOTE_SERVICES_ID
ID of the RSE provider

Since:
6.0
See Also:
Constant Field Values

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.