Class Repl.MyCommands

java.lang.Object
org.jline.console.impl.AbstractCommandRegistry
org.jline.console.impl.JlineCommandRegistry
org.jline.demo.Repl.MyCommands
All Implemented Interfaces:
org.jline.console.CommandRegistry
Enclosing class:
Repl

protected static class Repl.MyCommands extends org.jline.console.impl.JlineCommandRegistry implements org.jline.console.CommandRegistry
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jline.console.CommandRegistry

    org.jline.console.CommandRegistry.CommandSession
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setLineReader(org.jline.reader.LineReader reader)
     

    Methods inherited from class org.jline.console.impl.JlineCommandRegistry

    commandDescription, commandInfo, commandOptions, compileCommandDescription, compileCommandInfo, compileCommandOptions, defaultCompleter, parseOptions

    Methods inherited from class org.jline.console.impl.AbstractCommandRegistry

    alias, commandAliases, commandNames, compileCompleters, doHelpDesc, getCommandMethods, hasCommand, invoke, registerCommands, registerCommands, registeredCommand, rename, saveException

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jline.console.CommandRegistry

    commandAliases, commandDescription, commandInfo, commandNames, compileCompleters, hasCommand, invoke, name
  • Constructor Details

  • Method Details

    • setLineReader

      public void setLineReader(org.jline.reader.LineReader reader)