Class JobController


  • public class JobController
    extends Object
    The job controller.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • JobController

        public JobController​(io.vertx.ext.shell.system.JobController delegate)
      • JobController

        public JobController​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.shell.system.JobController getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • foregroundJob

        public Job foregroundJob()
        Returns:
        the current foreground job
      • jobs

        public Set<Job> jobs()
        Returns:
        the active jobs
      • getJob

        public Job getJob​(int id)
        Parameters:
        id - the job id
        Returns:
        the job of when not found
      • createJob

        public Job createJob​(Process process,
                             String line)
        Parameters:
        process - the process
        line - the line
        Returns:
        the created job
      • close

        public void close​(Runnable completionHandler)
        Parameters:
        completionHandler -
      • close

        public void close()
      • newInstance

        public static JobController newInstance​(io.vertx.ext.shell.system.JobController arg)