public interface io.vertx.ext.shell.system.JobController
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.system.JobController
  super_class: java.lang.Object
{
  public abstract io.vertx.ext.shell.system.Job foregroundJob();
    descriptor: ()Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Set<io.vertx.ext.shell.system.Job> jobs();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<Lio/vertx/ext/shell/system/Job;>;

  public abstract io.vertx.ext.shell.system.Job getJob(int);
    descriptor: (I)Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.shell.system.Job createJob(io.vertx.ext.shell.system.Process, java.lang.String);
    descriptor: (Lio/vertx/ext/shell/system/Process;Ljava/lang/String;)Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      process  
      line     

  public abstract void close(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "JobController.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()