PTP
Release 7.0

org.eclipse.ptp.remote.core
Interface IRemoteServicesDescriptor

All Known Subinterfaces:
IRemoteServices
All Known Implementing Classes:
AbstractRemoteServices

public interface IRemoteServicesDescriptor

Interface representing a remote services provider extension. Clients can use this to find out information about the extension without loading it.


Method Summary
 boolean canCreateConnections()
          Test if this provider can create connections.
 String getId()
          Get unique ID of this service.
 String getName()
          Get display name of this service.
 String getScheme()
          Get the EFS scheme provided by this service.
 

Method Detail

canCreateConnections

boolean canCreateConnections()
Test if this provider can create connections.

Returns:
true if new connections can be created
Since:
5.0

getId

String getId()
Get unique ID of this service. Can be used as a lookup key.

Returns:
unique ID

getName

String getName()
Get display name of this service.

Returns:
display name

getScheme

String getScheme()
Get the EFS scheme provided by this service.

Returns:
display name

PTP
Release 7.0

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