Interface Shell
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the shell.SeecreateJob(List)Create a job, the created job should then be executed with theJob.run()method.session()voidSet a new prompt in this session.
-
Method Details
-
createJob
-
createJob
SeecreateJob(List) -
jobController
JobController jobController()- Returns:
- the shell's job controller
-
session
Session session()- Returns:
- the current shell session
-
setPrompt
-
close
void close()Close the shell.
-