|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IEnvManagerConfig | |
|---|---|
| org.eclipse.ptp.ems.core | |
| org.eclipse.ptp.ems.ui | |
| Uses of IEnvManagerConfig in org.eclipse.ptp.ems.core |
|---|
| Classes in org.eclipse.ptp.ems.core that implement IEnvManagerConfig | |
|---|---|
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. |
| Methods in org.eclipse.ptp.ems.core with parameters of type IEnvManagerConfig | |
|---|---|
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. |
| Uses of IEnvManagerConfig in org.eclipse.ptp.ems.ui |
|---|
| Methods in org.eclipse.ptp.ems.ui with parameters of type IEnvManagerConfig | |
|---|---|
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. |
|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||