public interface io.vertx.ext.shell.Shell
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.Shell
  super_class: java.lang.Object
{
  public abstract io.vertx.ext.shell.system.Job createJob(java.util.List<io.vertx.ext.shell.cli.CliToken>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<Lio/vertx/ext/shell/cli/CliToken;>;)Lio/vertx/ext/shell/system/Job;
    MethodParameters:
      Name  Flags
      line  

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

  public abstract io.vertx.ext.shell.system.JobController jobController();
    descriptor: ()Lio/vertx/ext/shell/system/JobController;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.CacheReturn()

  public abstract io.vertx.ext.shell.session.Session session();
    descriptor: ()Lio/vertx/ext/shell/session/Session;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.CacheReturn()

  public abstract void setPrompt(java.util.function.Function<io.vertx.ext.shell.session.Session, java.lang.String>);
    descriptor: (Ljava/util/function/Function;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Function<Lio/vertx/ext/shell/session/Session;Ljava/lang/String;>;)V
    MethodParameters:
        Name  Flags
      prompt  

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