File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -117,8 +117,7 @@ Option outputOption =
117117 to the user in a manner typical of command line applications. The
118118 HelpFormatter is designed with flexibility in mind so it should be possible to
119119 control exactly which structures are described to the user and what level of
120- detail to use. The HelpFormatter is discussed in detail in the
121- <a href =" utilities.html#HelpFormatter" >Utilities</a > section of the manual.
120+ detail to use.
122121 </p >
123122 <p >
124123 Any errors that occur while parsing result in an OptionException being thrown
@@ -183,9 +182,7 @@ if(cl.hasOption("--output")) {
183182 provided that can wrap a Properties or Preferences instance as a CommandLine.
184183 These can then be combined with the DefaultingCommandLine and the parsed
185184 CommandLine to provide a variety of different defaulting and overriding
186- scenarios. The CommandLine interface and implementations are discussed
187- further in the <a href =" commandlines.html" >CommandLines</a > section of the
188- manual.
185+ scenarios.
189186 </p >
190187 </subsection >
191188 </section >
Original file line number Diff line number Diff line change 2424
2525 <body >
2626 <section name =" Options" >
27- <img src =" ../images/options.jpg" />
2827 <subsection name =" Option" >
2928 <p >
3029 In CLI2 every element of the command line interface is modelled as an
Load diff This file was deleted.
Original file line number Diff line number Diff line change 4141 <li >URL</li >
4242 </ul >
4343
44- <img src =" ../images/validators.jpg" />
45-
4644 <subsection name =" ClassValidator" >
4745 <p >
4846 The <code >ClassValidator</code > validates a value using three criteria:
You can’t perform that action at this time.
0 commit comments