PageRenderTime 45ms CodeModel.GetById 18ms app.highlight 22ms RepoModel.GetById 1ms app.codeStats 0ms

/lib/JSAP/doc/index.html

https://bitbucket.org/arkban/somersault
HTML | 1 lines | 1 code | 0 blank | 0 comment | 0 complexity | 5cea9c09534163ac1ee72053d9a6db0b MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, Apache-2.0
1<html><head><link rel='stylesheet' type='text/css' href='manual.css'/><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>JSAP - Java Simple Argument Parser (v2.1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="JSAP - Java Simple Argument Parser (v2.1)"><link rel="next" href="pr01.html" title="Formalities"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">JSAP - Java Simple Argument Parser (v2.1)</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="pr01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="id2519393"></a>JSAP - Java Simple Argument Parser (v2.1)</h1></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="preface"><a href="pr01.html">Formalities</a></span></dt><dd><dl><dt><span class="section"><a href="pr01.html#id2556831">License</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch01.html">1. Introduction</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch01.html#id2519425">Why did you write another command line parser?</a></span></dt><dt><span class="sect1"><a href="ch01s02.html">So what does JSAP actually do?</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Vocabulary</a></span></dt><dt><span class="chapter"><a href="ch03.html">3. Quick Start</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch03.html#id2519119">HelloWorld_1</a></span></dt><dt><span class="sect1"><a href="ch03s02.html">HelloWorld_2</a></span></dt><dt><span class="sect1"><a href="ch03s03.html">HelloWorld_3</a></span></dt><dt><span class="sect1"><a href="ch03s04.html">HelloWorld_4</a></span></dt><dt><span class="sect1"><a href="ch03s05.html">HelloWorld_5</a></span></dt><dt><span class="sect1"><a href="ch03s06.html">HelloWorld_6</a></span></dt><dt><span class="sect1"><a href="ch03s07.html">HelloWorld_7</a></span></dt><dt><span class="sect1"><a href="ch03s08.html">HelloWorld_8</a></span></dt><dt><span class="sect1"><a href="ch03s09.html">HelloWorld_Simple</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch04.html">4. How It Works</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch04.html#id2567236">Creating a JSAP to do the parsing.</a></span></dt><dt><span class="sect1"><a href="ch04s02.html">Defining your program's parameters.</a></span></dt><dt><span class="sect1"><a href="ch04s03.html">Registering your parameters with JSAP.</a></span></dt><dt><span class="sect1"><a href="ch04s04.html">Parsing the command line.</a></span></dt><dt><span class="sect1"><a href="ch04s05.html">Using the JSAPResult</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch05.html">5. Short vs. Long Flags</a></span></dt><dt><span class="chapter"><a href="ch06.html">6. Switches</a></span></dt><dt><span class="chapter"><a href="ch07.html">7. Flagged Options</a></span></dt><dt><span class="chapter"><a href="ch08.html">8. Unflagged Options</a></span></dt><dt><span class="chapter"><a href="ch09.html">9. Qualified Switches</a></span></dt><dt><span class="chapter"><a href="ch10.html">10. Lists</a></span></dt><dt><span class="chapter"><a href="ch11.html">11. StringParsers</a></span></dt><dt><span class="chapter"><a href="ch12.html">12. Handling Errors</a></span></dt><dt><span class="chapter"><a href="ch13.html">13. DefaultSources and Configuration Files</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch13.html#id2568288">PropertyDefaultSource</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch14.html">14. Loading JSAP Configurations at Runtime with XML</a></span></dt><dt><span class="chapter"><a href="ch15.html">15. Contributors</a></span></dt><dt><span class="chapter"><a href="ch16.html">16. Reporting Problems</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="pr01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;Formalities</td></tr></table></div></body></html>