Class CmdLine

java.lang.Object
org.jline.console.CmdLine

public class CmdLine extends Object
  • Field Details

  • Constructor Details

    • CmdLine

      public CmdLine(String line, String head, String tail, List<String> args, CmdLine.DescriptionType descType)
      CmdLine class constructor.
      Parameters:
      line - Command line
      head - Command line till cursor, method parameters and opening parenthesis before the cursor are removed.
      tail - Command line after cursor, method parameters and closing parenthesis after the cursor are removed.
      args - Parsed command line arguments.
      descType - Request COMMAND, METHOD or SYNTAX description
  • Method Details