Package org.jline.shell.impl
Class DefaultJob
java.lang.Object
org.jline.shell.impl.DefaultJob
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jline.shell.Job
Job.Status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommand()Returns the command string associated with this job.longid()Returns the unique identifier for this job.voidInterrupts this job.voidresume(boolean foreground) Resumes this job.voidsetStatus(Job.Status status) Sets the status of this job.status()Returns the current status of this job.voidsuspend()Suspends this job.thread()Returns the thread executing this job.
-
Constructor Details
-
DefaultJob
-
-
Method Details