| Package | Description |
|---|---|
| org.eclipse.ptp.ems.core | |
| org.eclipse.ptp.ems.ui |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEnvManager2
Extension to
IEnvManager providing a second implementation of IEnvManager2.determineAvailableElements(IProgressMonitor, List)
that allows the list of selected modules to be passed to the method to determine available modules. |
| Modifier and Type | Method and Description |
|---|---|
static IEnvManager |
EnvManagerRegistry.getEnvManager(org.eclipse.core.runtime.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.