| Modifier and Type | Field and Description |
|---|---|
static TypeArg<Shell> |
__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the shell.
|
Job |
createJob(List<CliToken> line)
Create a job, the created job should then be executed with the
Job.run() method. |
Job |
createJob(String line)
|
boolean |
equals(Object o) |
Shell |
getDelegate() |
int |
hashCode() |
JobController |
jobController() |
static Shell |
newInstance(Shell arg) |
Session |
session() |
String |
toString() |
public Shell(Shell delegate)
public Shell getDelegate()
public Job createJob(List<CliToken> line)
Job.run() method.line - the command line creating this jobpublic JobController jobController()
public Session session()
public void close()
Copyright © 2018 Eclipse. All rights reserved.