File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 to define the interface to the application.
4040 </p >
4141 <p >
42- CLI uses the <a href =" apidocs /org/apache/commons/cli/Options.html" >
42+ CLI uses the <a href =" api-1.1 /org/apache/commons/cli/Options.html" >
4343 Options</a > class, as a container for
44- <a href =" apidocs /org/apache/commons/cli/Option.html" >
44+ <a href =" api-1.1 /org/apache/commons/cli/Option.html" >
4545 Option</a > instances. There are two ways to create
4646 <code >Option</code >s in CLI. One of them is via the constructors,
4747 the other way is via the factory methods defined in
6666 </p >
6767 <p >
6868 The <code >parse</code > method defined on
69- <a href =" apidocs /org/apache/commons/cli/CommandLineParser.html" >
69+ <a href =" api-1.1 /org/apache/commons/cli/CommandLineParser.html" >
7070 CommandLineParser</a > takes an <code >Options</code >
7171 instance and a <code >String[]</code > of arguments and
7272 returns a
73- <a href =" apidocs /org/apache/commons/cli/CommandLine.html" >
73+ <a href =" api-1.1 /org/apache/commons/cli/CommandLine.html" >
7474 CommandLine</a >.
7575 </p >
7676 <p >
You can’t perform that action at this time.
0 commit comments