Package org.jline.shell.impl
Class JobCommands
java.lang.Object
org.jline.shell.impl.SimpleCommandGroup
org.jline.shell.impl.JobCommands
- All Implemented Interfaces:
CommandGroup
Built-in job control commands:
jobs, fg, and bg.
This command group is automatically added to DefaultCommandDispatcher
when a JobManager is configured.
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionJobCommands(JobManager jobManager) Creates job control commands backed by the given job manager. -
Method Summary
Methods inherited from class org.jline.shell.impl.SimpleCommandGroup
commands, nameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jline.shell.CommandGroup
command, hasCommand
-
Constructor Details
-
JobCommands
Creates job control commands backed by the given job manager.- Parameters:
jobManager- the job manager
-