Package | Description |
---|---|
org.eclipse.ptp.ems.core | |
org.eclipse.ptp.ems.ui |
Modifier and Type | Method and Description |
---|---|
static IEnvManager |
EnvManagerRegistry.getEnvManager(IProgressMonitor pm,
IRemoteConnection remoteConnection)
Detects the environment management system on the remote machine, if any, and returns an
IEnvManager capable of
interfacing with that system. |
static IEnvManager |
EnvManagerRegistry.getNullEnvManager() |
Modifier and Type | Class and Description |
---|---|
class |
LazyEnvManagerDetector
An implementation of
IEnvManager which avoids connecting to the remote machine until it is actually
necessary, then displays a progress dialog while the connection is established and subsequently forwards all
method calls to the IEnvManager returned by EnvManagerRegistry.getEnvManager(IProgressMonitor, IRemoteConnection)
. |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.