org.eclipse.ptp.remote.core
Class AbstractRemoteServices
java.lang.Object
org.eclipse.ptp.remote.core.AbstractRemoteServices
- All Implemented Interfaces:
- IRemoteServices, IRemoteServicesDescriptor
public abstract class AbstractRemoteServices
- extends Object
- implements IRemoteServices
- Since:
- 5.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fDescriptor
protected final IRemoteServicesDescriptor fDescriptor
AbstractRemoteServices
public AbstractRemoteServices(IRemoteServicesDescriptor descriptor)
canCreateConnections
public boolean canCreateConnections()
- Description copied from interface:
IRemoteServicesDescriptor
- Test if this provider can create connections.
- Specified by:
canCreateConnections in interface IRemoteServicesDescriptor
- Returns:
- true if new connections can be created
getId
public String getId()
- Description copied from interface:
IRemoteServicesDescriptor
- Get unique ID of this service. Can be used as a lookup key.
- Specified by:
getId in interface IRemoteServicesDescriptor
- Returns:
- unique ID
getName
public String getName()
- Description copied from interface:
IRemoteServicesDescriptor
- Get display name of this service.
- Specified by:
getName in interface IRemoteServicesDescriptor
- Returns:
- display name
getScheme
public String getScheme()
- Description copied from interface:
IRemoteServicesDescriptor
- Get the EFS scheme provided by this service.
- Specified by:
getScheme in interface IRemoteServicesDescriptor
- Returns:
- display name
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.