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)
|
Object |
getDelegate() |
JobController |
jobController() |
static Shell |
newInstance(Shell arg) |
Session |
session() |
public Shell(Shell delegate)
public Object 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 © 2016. All rights reserved.