Class CmdLine


  • public class CmdLine
    extends Object
    • Constructor Detail

      • 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