1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

[150364] Added default implementations of the suggested methods.

This commit is contained in:
David Dykstal 2006-12-11 23:17:13 +00:00
parent 1a165ae1dd
commit 78f489ac1c

View file

@ -430,6 +430,27 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
{
return true;
}
/* (non-Javadoc)
* @see org.eclipse.rse.core.subsystems.IConnectorService#supportsRemoteServerLaunching()
*/
public boolean supportsRemoteServerLaunching() {
return false;
}
/* (non-Javadoc)
* @see org.eclipse.rse.core.subsystems.IConnectorService#hasRemoteServerLauncherProperties()
*/
public boolean hasRemoteServerLauncherProperties() {
return false;
}
/* (non-Javadoc)
* @see org.eclipse.rse.core.subsystems.IConnectorService#supportsServerLaunchProperties()
*/
public boolean supportsServerLaunchProperties() {
return false;
}
/**
* Return true if this connector service can share it's uid and password