|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
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(IProgressMonitor monitor,
String initialWorkingDirectory,
String[] environment)
Launch a new shell in the specified directory |
IHostShell |
launchShell(IProgressMonitor monitor,
String initialWorkingDirectory,
String encoding,
String[] environment)
Launch a new shell in the specified directory |
IHostShell |
runCommand(IProgressMonitor monitor,
String initialWorkingDirectory,
String command,
String[] environment)
Run a command in it's own shell |
IHostShell |
runCommand(IProgressMonitor monitor,
String initialWorkingDirectory,
String command,
String encoding,
String[] environment)
Run a command in it's own shell |
| Methods inherited from interface org.eclipse.rse.services.IService |
|---|
getDescription, getMessage, getName, initService, uninitService |
| Method Detail |
public IHostShell launchShell(IProgressMonitor monitor,
String initialWorkingDirectory,
String[] environment)
monitor - initialWorkingDirectory - environment - Array of environment variable Strings of the form "var=text"
public IHostShell launchShell(IProgressMonitor monitor,
String initialWorkingDirectory,
String encoding,
String[] environment)
monitor - initialWorkingDirectory - encoding - environment - Array of environment variable Strings of the form "var=text"
public IHostShell runCommand(IProgressMonitor monitor,
String initialWorkingDirectory,
String command,
String[] environment)
monitor - initialWorkingDirectory - command - environment - Array of environment variable Strings of the form "var=text"
public IHostShell runCommand(IProgressMonitor monitor,
String initialWorkingDirectory,
String command,
String encoding,
String[] environment)
monitor - initialWorkingDirectory - command - encoding - environment - Array of environment variable Strings of the form "var=text"
public String[] getHostEnvironment()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||