|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IShellService
IShellService is an abstraction for running shells and shell commands
| Method Summary | |
|---|---|
String[] |
getHostEnvironment()
Return an array of environment variables that describe the environment on the host. |
IHostShell |
launchShell(String initialWorkingDirectory,
String[] environment,
IProgressMonitor monitor)
Launch a new shell in the specified directory |
IHostShell |
launchShell(String initialWorkingDirectory,
String encoding,
String[] environment,
IProgressMonitor monitor)
Launch a new shell in the specified directory |
IHostShell |
runCommand(String initialWorkingDirectory,
String command,
String[] environment,
IProgressMonitor monitor)
Run a command in it's own shell |
IHostShell |
runCommand(String initialWorkingDirectory,
String command,
String encoding,
String[] environment,
IProgressMonitor monitor)
Run a command in it's own shell |
| Methods inherited from interface org.eclipse.rse.services.IService |
|---|
getDescription, getMessage, getName, initService, uninitService |
| Method Detail |
|---|
IHostShell launchShell(String initialWorkingDirectory,
String[] environment,
IProgressMonitor monitor)
initialWorkingDirectory - environment - Array of environment variable Strings of the form "var=text"monitor -
IHostShell launchShell(String initialWorkingDirectory,
String encoding,
String[] environment,
IProgressMonitor monitor)
initialWorkingDirectory - encoding - environment - Array of environment variable Strings of the form "var=text"monitor -
IHostShell runCommand(String initialWorkingDirectory,
String command,
String[] environment,
IProgressMonitor monitor)
initialWorkingDirectory - command - environment - Array of environment variable Strings of the form "var=text"monitor -
IHostShell runCommand(String initialWorkingDirectory,
String command,
String encoding,
String[] environment,
IProgressMonitor monitor)
initialWorkingDirectory - command - encoding - environment - Array of environment variable Strings of the form "var=text"monitor -
String[] getHostEnvironment()
|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||