Remote Services
Identifier:
org.eclipse.ptp.remote.core.remoteServices
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point is used to add a remote services provider.
Configuration Markup:
<!ELEMENT extension (remoteServices)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT remoteServices EMPTY>
<!ATTLIST remoteServices
id CDATA #REQUIRED
name CDATA #REQUIRED
scheme CDATA #REQUIRED
class CDATA #REQUIRED
newConnections (true | false)
>
- id - A unique identifier for this remote service
- name - A human readable name for the remote service
- scheme - An EFS scheme name for this service
- class - The fully qualified name of the Java class implementing org.eclipse.ptp.remote.core.IRemoteServicesFactory.
- newConnections - Indicates if this service supports the creation of new connections.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]