Uses of Interface
org.jline.shell.Job
Packages that use Job
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of Job in org.jline.shell
Methods in org.jline.shell that return JobModifier and TypeMethodDescriptionCommandSession.foregroundJob()Returns the current foreground job.JobManager.foregroundJob()Returns the current foreground job, ornullif no job is in the foreground.JobManager.get(long id) Returns the job with the specified id, ornullif not found.Methods in org.jline.shell that return types with arguments of type JobMethods in org.jline.shell with parameters of type JobModifier and TypeMethodDescriptionvoidJobListener.onChange(Job job, Job.Status previous, Job.Status current) Called when a job's status changes.voidCommandSession.setForegroundJob(Job foregroundJob) Sets the current foreground job. -
Uses of Job in org.jline.shell.impl
Classes in org.jline.shell.impl that implement JobMethods in org.jline.shell.impl that return JobModifier and TypeMethodDescriptionDefaultJobManager.foregroundJob()DefaultJobManager.get(long id) Methods in org.jline.shell.impl that return types with arguments of type JobMethods in org.jline.shell.impl with parameters of type Job