Package | Description |
---|---|
org.eclipse.ptp.ems.core | |
org.eclipse.ptp.ems.ui |
Modifier and Type | Class and Description |
---|---|
class |
EnvManagerConfigString
Provides methods to persist an environment management configuration to a string.
|
class |
EnvManagerProjectProperties
Provides access to environment management project properties for a synchronized remote project.
|
Modifier and Type | Method and Description |
---|---|
String |
IEnvManager.createBashScript(IProgressMonitor pm,
boolean echo,
IEnvManagerConfig config,
String commandToExecuteAfterward)
Creates a temporary file on the remote machine and writes a Bash shell script into that file which will configure the remote
environment with the given elements, execute the given command, and then delete the temporary file (shell script).
|
String |
IEnvManager.getBashConcatenation(String separator,
boolean echo,
IEnvManagerConfig config,
String commandToExecuteAfterward)
Returns a single Bash shell command which will configure the remote environment with the given elements and then execute the
given command.
|
Modifier and Type | Method and Description |
---|---|
String |
LazyEnvManagerDetector.createBashScript(IProgressMonitor pm,
boolean echo,
IEnvManagerConfig config,
String commandToExecuteAfterward) |
String |
LazyEnvManagerDetector.getBashConcatenation(String separator,
boolean echo,
IEnvManagerConfig config,
String commandToExecuteAfterward) |
void |
EnvManagerConfigWidget.saveConfiguration(IEnvManagerConfig config)
Stores the current state of this
EnvManagerConfigWidget in the given configuration object. |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.