|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.remote.core.AbstractRemoteServices
public abstract class AbstractRemoteServices
Abstract base class for remote services. Implementors can use this class to provide a default implementation of a remote services provider.
| Field Summary | |
|---|---|
protected IRemoteServicesDescriptor |
fDescriptor
|
| Constructor Summary | |
|---|---|
AbstractRemoteServices(IRemoteServicesDescriptor descriptor)
|
|
| Method Summary | |
|---|---|
boolean |
canCreateConnections()
Test if this provider can create connections. |
java.lang.String |
getId()
Get unique ID of this service. |
java.lang.String |
getName()
Get display name of this service. |
java.lang.String |
getScheme()
Get the EFS scheme provided by this service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ptp.remote.core.IRemoteServices |
|---|
getCommandShell, getConnectionManager, getFileManager, getProcessBuilder, getProcessBuilder, initialize |
| Field Detail |
|---|
protected final IRemoteServicesDescriptor fDescriptor
| Constructor Detail |
|---|
public AbstractRemoteServices(IRemoteServicesDescriptor descriptor)
| Method Detail |
|---|
public boolean canCreateConnections()
IRemoteServicesDescriptor
canCreateConnections in interface IRemoteServicesDescriptorpublic java.lang.String getId()
IRemoteServicesDescriptor
getId in interface IRemoteServicesDescriptorpublic java.lang.String getName()
IRemoteServicesDescriptor
getName in interface IRemoteServicesDescriptorpublic java.lang.String getScheme()
IRemoteServicesDescriptor
getScheme in interface IRemoteServicesDescriptor
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||