Uses of Enum Class
org.jline.shell.Job.Status
Packages that use Job.Status
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of Job.Status in org.jline.shell
Methods in org.jline.shell that return Job.StatusModifier and TypeMethodDescriptionJob.status()Returns the current status of this job.static Job.StatusReturns the enum constant of this class with the specified name.static Job.Status[]Job.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.shell with parameters of type Job.StatusModifier and TypeMethodDescriptionvoidJobListener.onChange(Job job, Job.Status previous, Job.Status current) Called when a job's status changes. -
Uses of Job.Status in org.jline.shell.impl
Methods in org.jline.shell.impl that return Job.StatusMethods in org.jline.shell.impl with parameters of type Job.StatusModifier and TypeMethodDescriptionvoidDefaultJob.setStatus(Job.Status status) Sets the status of this job.