Class CommandParser

java.lang.Object
org.kohsuke.args4j.CmdLineParser
org.jacoco.cli.internal.CommandParser

public class CommandParser extends org.kohsuke.args4j.CmdLineParser
Parser which remembers the parsed command to have additional context information to produce help output.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final Command
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) Command
     

    Methods inherited from class org.kohsuke.args4j.CmdLineParser

    addArgument, addOption, createOptionHandler, getArguments, getOptions, getProperties, isOption, parseArgument, parseArgument, printExample, printExample, printExample, printExample, printOption, printSingleLineUsage, printSingleLineUsage, printUsage, printUsage, printUsage, registerHandler, setUsageWidth, stopOptionParsing

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • command

      private final Command command
  • Constructor Details

    • CommandParser

      CommandParser(Command command)
  • Method Details