| 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 |
|---|---|
java.lang.String |
IEnvManager.createBashScript(org.eclipse.core.runtime.IProgressMonitor pm,
boolean echo,
IEnvManagerConfig config,
java.lang.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).
|
java.lang.String |
IEnvManager.getBashConcatenation(java.lang.String separator,
boolean echo,
IEnvManagerConfig config,
java.lang.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 |
|---|---|
java.lang.String |
LazyEnvManagerDetector.createBashScript(org.eclipse.core.runtime.IProgressMonitor pm,
boolean echo,
IEnvManagerConfig config,
java.lang.String commandToExecuteAfterward) |
java.lang.String |
LazyEnvManagerDetector.getBashConcatenation(java.lang.String separator,
boolean echo,
IEnvManagerConfig config,
java.lang.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.