PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.ems.core.IEnvManagerConfig

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
 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.
 

Uses of IEnvManagerConfig in org.eclipse.ptp.ems.ui
 

Methods in org.eclipse.ptp.ems.ui with parameters of type IEnvManagerConfig
 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.
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.