An interactive session between a consumer and a shell.
Constructor and description |
---|
Shell
(java.lang.Object delegate) |
Type | Name and description |
---|---|
void |
close() Close the shell. |
Job |
createJob(java.util.List<CliToken> line) Create a job, the created job should then be executed with the Job.run method. |
Job |
createJob(java.lang.String line) See Shell.createJob |
java.lang.Object |
getDelegate() |
JobController |
jobController() @return
|
Session |
session() @return
|
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Close the shell.
Create a job, the created job should then be executed with the Job.run method.
line
- the command line creating this jobSee Shell.createJob