This file is indexed.

/usr/share/doc/libjsap-java/api/index-all.html is in libjsap-java-doc 2.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (JSAP 2.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index (JSAP 2.1 API)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Z:Z_">_</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#add-java.lang.String-java.util.List-">add(String, List)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Adds the specified values to any existing values already associated with
 the specified id, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#addConfiguredDefault-com.martiansoftware.jsap.ant.DefaultValue-">addConfiguredDefault(DefaultValue)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Adds a configured default value to the current list of default values
 for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/JSAPAntTask.html#addConfiguredFlaggedoption-com.martiansoftware.jsap.ant.FlaggedOptionConfiguration-">addConfiguredFlaggedoption(FlaggedOptionConfiguration)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/JSAPAntTask.html" title="class in com.martiansoftware.jsap.ant">JSAPAntTask</a></dt>
<dd>
<div class="block">Adds a nested FlaggedOptionConfiguration to the generated JSAP.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#addConfiguredProperty-com.martiansoftware.jsap.ant.ParserProperty-">addConfiguredProperty(ParserProperty)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Adds a property to the current list of properties for this option's
 PropertyStringParser.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/JSAPAntTask.html#addConfiguredSwitch-com.martiansoftware.jsap.ant.SwitchConfiguration-">addConfiguredSwitch(SwitchConfiguration)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/JSAPAntTask.html" title="class in com.martiansoftware.jsap.ant">JSAPAntTask</a></dt>
<dd>
<div class="block">Adds a nested SwitchConfiguration to the generated JSAP.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/JSAPAntTask.html#addConfiguredUnflaggedoption-com.martiansoftware.jsap.ant.UnflaggedOptionConfiguration-">addConfiguredUnflaggedoption(UnflaggedOptionConfiguration)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/JSAPAntTask.html" title="class in com.martiansoftware.jsap.ant">JSAPAntTask</a></dt>
<dd>
<div class="block">Adds a nested UnflaggedOptionConfiguration to the generated JSAP.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Defaults.html#addDefault-java.lang.String-java.lang.String-">addDefault(String, String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap">Defaults</a></dt>
<dd>
<div class="block">Adds a single default value to any that might already be defined for the
 parameter with the the specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Defaults.html#addDefault-java.lang.String-java.lang.String:A-">addDefault(String, String[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap">Defaults</a></dt>
<dd>
<div class="block">Adds an array of default values to any that might already be defined for
 the parameter with the the specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#addDefault-java.lang.String-">addDefault(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Adds a single default value to any currently defined for this
 parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ExceptionMap.html#addException-java.lang.String-java.lang.Exception-">addException(String, Exception)</a></span> - Method in interface com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/ExceptionMap.html" title="interface in com.martiansoftware.jsap">ExceptionMap</a></dt>
<dd>
<div class="block">Adds the specified exception to the exception map.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#addException-java.lang.String-java.lang.Exception-">addException(String, Exception)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Adds the specified exception to the exception map.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/JSAPConfig.html#addParameter-com.martiansoftware.jsap.xml.ParameterConfig-">addParameter(ParameterConfig)</a></span> - Method in class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/JSAPConfig.html" title="class in com.martiansoftware.jsap.xml">JSAPConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/DefaultValue.html#addText-java.lang.String-">addText(String)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/DefaultValue.html" title="class in com.martiansoftware.jsap.ant">DefaultValue</a></dt>
<dd>
<div class="block">Sets the default value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#allowMultipleDeclarations--">allowMultipleDeclarations()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether multiple declarations are allowed
 for this FlaggedOption.</div>
</dd>
</dl>
<a name="I:B">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#BIGDECIMAL_PARSER">BIGDECIMAL_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>BigDecimalStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">BigDecimalStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing BigDecimals.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html#BigDecimalStringParser--">BigDecimalStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">BigDecimalStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html#getParser--"><code>BigDecimalStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#BIGDECIMAL_PARSER"><code>JSAP.BIGDECIMAL_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#BIGINTEGER_PARSER">BIGINTEGER_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>BigIntegerStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">BigIntegerStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing BigIntegers.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html#BigIntegerStringParser--">BigIntegerStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">BigIntegerStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html#getParser--"><code>BigIntegerStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#BIGINTEGER_PARSER"><code>JSAP.BIGINTEGER_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#BOOLEAN_PARSER">BOOLEAN_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>BooleanStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">BooleanStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Booleans.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html#BooleanStringParser--">BooleanStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">BooleanStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html#getParser--"><code>BooleanStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#BOOLEAN_PARSER"><code>JSAP.BOOLEAN_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#BYTE_PARSER">BYTE_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>ByteStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">ByteStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html#ByteStringParser--">ByteStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ByteStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html#getParser--"><code>ByteStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#BYTE_PARSER"><code>JSAP.BYTE_PARSER</code></a>.</span></div>
</div>
</dd>
</dl>
<a name="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#CHARACTER_PARSER">CHARACTER_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>CharacterStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">CharacterStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html#CharacterStringParser--">CharacterStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">CharacterStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html#getParser--"><code>CharacterStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#CHARACTER_PARSER"><code>JSAP.CHARACTER_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#CLASS_PARSER">CLASS_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>ClassStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">ClassStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Class objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html#ClassStringParser--">ClassStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ClassStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html#getParser--"><code>ClassStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#CLASS_PARSER"><code>JSAP.CLASS_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#COLOR_PARSER">COLOR_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>ColorStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">ColorStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing java.awt.Color objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html#ColorStringParser--">ColorStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ColorStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html#getParser--"><code>ColorStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#COLOR_PARSER"><code>JSAP.COLOR_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a> - package com.martiansoftware.jsap</dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/ant/package-summary.html">com.martiansoftware.jsap.ant</a> - package com.martiansoftware.jsap.ant</dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/defaultsources/package-summary.html">com.martiansoftware.jsap.defaultsources</a> - package com.martiansoftware.jsap.defaultsources</dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a> - package com.martiansoftware.jsap.examples</dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a> - package com.martiansoftware.jsap.stringparsers</dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/xml/package-summary.html">com.martiansoftware.jsap.xml</a> - package com.martiansoftware.jsap.xml</dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/util/package-summary.html">com.martiansoftware.util</a> - package com.martiansoftware.util</dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/CommandLineTokenizer.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">CommandLineTokenizer</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">A utility class to parse a command line contained in a single String into
 an array of argument tokens, much as the JVM (or more accurately, your
 operating system) does before calling your programs' <code>public static
 void main(String[] args)</code>
 methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/JSAPConfig.html#configure-com.martiansoftware.jsap.JSAP-java.net.URL-">configure(JSAP, URL)</a></span> - Static method in class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/JSAPConfig.html" title="class in com.martiansoftware.jsap.xml">JSAPConfig</a></dt>
<dd>
<div class="block">Loads a JSAP configuration from the xml at the specified URL, and configures
 the specified JSAP object accordingly</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#CONSTRUCTOR_VALUE_SEPARATOR">CONSTRUCTOR_VALUE_SEPARATOR</a></span> - Static variable in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">EnumeratedStringParser</a></dt>
<dd>
<div class="block">char used to separate enumerated values when they are supplied 
 to the constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#contains-java.lang.String-">contains(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns true if this JSAPResult contains any results for
 the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html#createMethod-java.lang.String-java.io.PrintStream-">createMethod(String, PrintStream)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">FlaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Creates source code for a java method that will instantiate a
 FlaggedOption matching this
 configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#createMethod-java.lang.String-java.io.PrintStream-">createMethod(String, PrintStream)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Creates source code for a java method that creates a parameter matching
 this object's configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html#createMethod-java.lang.String-java.io.PrintStream-">createMethod(String, PrintStream)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html" title="class in com.martiansoftware.jsap.ant">SwitchConfiguration</a></dt>
<dd>
<div class="block">Creates java source code for a method that will instantiate and configure
 a Switch
 according to this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html#createMethod-java.lang.String-java.io.PrintStream-">createMethod(String, PrintStream)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">UnflaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Creates java source code for a method that instantiates an
 UnflaggedOption and
 configures it according to this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#createParentStatements-java.lang.String-java.io.PrintStream-">createParentStatements(String, PrintStream)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Creates java source code to configure an option as specified in this
 object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#createParentStatements-java.lang.String-java.io.PrintStream-">createParentStatements(String, PrintStream)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Creates java source code statements to configure an Parameter as
 specified in this object.</div>
</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">DateStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing java.util.Date objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html#DateStringParser--">DateStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">DateStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html#getParser--"><code>DateStringParser.getParser()</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#declaredListSeparator--">declaredListSeparator()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether the list separator character has
 been specified by the user.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#DEFAULT_LISTSEPARATOR">DEFAULT_LISTSEPARATOR</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The default separator for list parameters (equivalent to
 java.io.File.pathSeparatorChar)</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#DEFAULT_PARAM_HELP_SEPARATOR">DEFAULT_PARAM_HELP_SEPARATOR</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The default separator between parameters in generated help (a newline
 by default)</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#DEFAULT_SCREENWIDTH">DEFAULT_SCREENWIDTH</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The default screen width used for formatting help.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">Defaults</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">Stores a collection of default values, associated with their respective
 parameters by the parameters' unique IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Defaults.html#Defaults--">Defaults()</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap">Defaults</a></dt>
<dd>
<div class="block">Creates a new, empty Defaults object.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/DefaultSource.html" title="interface in com.martiansoftware.jsap"><span class="typeNameLink">DefaultSource</span></a> - Interface in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">An interface describing an object as being able to produce a set of default
 values.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/ant/DefaultValue.html" title="class in com.martiansoftware.jsap.ant"><span class="typeNameLink">DefaultValue</span></a> - Class in <a href="com/martiansoftware/jsap/ant/package-summary.html">com.martiansoftware.jsap.ant</a></dt>
<dd>
<div class="block">Provides a means of specifying default values for the jsap task containing
 &lt;default&gt; elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/DefaultValue.html#DefaultValue--">DefaultValue()</a></span> - Constructor for class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/DefaultValue.html" title="class in com.martiansoftware.jsap.ant">DefaultValue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#DOUBLE_PARSER">DOUBLE_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>DoubleStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">DoubleStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Doubles.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html#DoubleStringParser--">DoubleStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">DoubleStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html#getParser--"><code>DoubleStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#DOUBLE_PARSER"><code>JSAP.DOUBLE_PARSER</code></a>.</span></div>
</div>
</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#enforceParameterLock--">enforceParameterLock()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Helper method that can be called by any methods that modify this
 parameter (or its subclasses).</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">EnumeratedStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> that enforces a limited set of String options for its
 values.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#EnumeratedStringParser-java.lang.String-boolean-boolean-">EnumeratedStringParser(String, boolean, boolean)</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">EnumeratedStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#getParser-java.lang.String-boolean-boolean-"><code>EnumeratedStringParser.getParser(String, boolean, boolean)</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#EnumeratedStringParser-java.lang.String-boolean-">EnumeratedStringParser(String, boolean)</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">EnumeratedStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#getParser-java.lang.String-boolean-"><code>EnumeratedStringParser.getParser(String, boolean)</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#EnumeratedStringParser-java.lang.String-">EnumeratedStringParser(String)</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">EnumeratedStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#getParser-java.lang.String-"><code>EnumeratedStringParser.getParser(String)</code></a>.</span></div>
</div>
</dd>
<dt><a href="com/martiansoftware/jsap/examples/Example1.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Example1</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Example1.html#Example1--">Example1()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Example1.html" title="class in com.martiansoftware.jsap.examples">Example1</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/ExceptionMap.html" title="interface in com.martiansoftware.jsap"><span class="typeNameLink">ExceptionMap</span></a> - Interface in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">A class for aggregating exceptions thrown by JSAP's parsing process.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/JSAPAntTask.html#execute--">execute()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/JSAPAntTask.html" title="class in com.martiansoftware.jsap.ant">JSAPAntTask</a></dt>
<dd>
<div class="block">Validates the JSAP configuration and, if successful, writes the java
 source code for a JSAP subclass
 that implements the configuration specified in the ant build file.</div>
</dd>
</dl>
<a name="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">FileStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A StringParser for parsing <a href="http://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#FileStringParser--">FileStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#getParser--"><code>FileStringParser.getParser()</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#finalize--">finalize()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Unregisters all registered AbstractParameters, allowing them to perform
 their cleanup.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/Flagged.html" title="interface in com.martiansoftware.jsap"><span class="typeNameLink">Flagged</span></a> - Interface in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">Marks an argument as being "flagged" - that is, as having its value on the
 command line preceded by an indicator.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">FlaggedOption</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">An option that implements the Flagged interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#FlaggedOption-java.lang.String-">FlaggedOption(String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Creates a new FlaggedOption with the specified unique ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#FlaggedOption-java.lang.String-com.martiansoftware.jsap.StringParser-java.lang.String-boolean-char-java.lang.String-java.lang.String-">FlaggedOption(String, StringParser, String, boolean, char, String, String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new FlaggedOption and configures
 its most commonly used settings, including help.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#FlaggedOption-java.lang.String-com.martiansoftware.jsap.StringParser-java.lang.String-boolean-char-java.lang.String-">FlaggedOption(String, StringParser, String, boolean, char, String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new FlaggedOption and configures
 its most commonly used settings.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant"><span class="typeNameLink">FlaggedOptionConfiguration</span></a> - Class in <a href="com/martiansoftware/jsap/ant/package-summary.html">com.martiansoftware.jsap.ant</a></dt>
<dd>
<div class="block">Stores/provides configuration data for flaggedoptions nested inside a jsap
 ant task.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html#FlaggedOptionConfiguration--">FlaggedOptionConfiguration()</a></span> - Constructor for class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">FlaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Creates a new FlaggedOptionConfiguration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#FLOAT_PARSER">FLOAT_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>FloatStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">FloatStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Floats.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html#FloatStringParser--">FloatStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FloatStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html#getParser--"><code>FloatStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#FLOAT_PARSER"><code>JSAP.FLOAT_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/ForNameStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">ForNameStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> that passes the
 argument to a static method of signature <code>forName(String)</code> of a specified class.</div>
</dd>
</dl>
<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBadParameterIDIterator--">getBadParameterIDIterator()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an Iterator over the IDs of all parameters with associated
 exceptions (which can in turn be obtained via
 getExceptionIterator(String)).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBigDecimal-java.lang.String-">getBigDecimal(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first BigDecimal value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBigDecimal-java.lang.String-java.math.BigDecimal-">getBigDecimal(String, BigDecimal)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first BigDecimal value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBigDecimalArray-java.lang.String-">getBigDecimalArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of BigDecimal values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBigInteger-java.lang.String-">getBigInteger(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first BigInteger value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBigInteger-java.lang.String-java.math.BigInteger-">getBigInteger(String, BigInteger)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first BigInteger value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBigIntegerArray-java.lang.String-">getBigIntegerArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of BigInteger values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBoolean-java.lang.String-">getBoolean(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first boolean value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBoolean-java.lang.String-boolean-">getBoolean(String, boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first boolean value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getBooleanArray-java.lang.String-">getBooleanArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of boolean values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getByID-java.lang.String-">getByID(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Returns the requested Switch, FlaggedOption, or UnflaggedOption with the
 specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getByLongFlag-java.lang.String-">getByLongFlag(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Returns the requested Switch or FlaggedOption with the specified long
 flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getByShortFlag-java.lang.Character-">getByShortFlag(Character)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Returns the requested Switch or FlaggedOption with the specified short
 flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getByShortFlag-char-">getByShortFlag(char)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Returns the requested Switch or FlaggedOption with the specified short
 flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getByte-java.lang.String-">getByte(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first byte value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getByte-java.lang.String-byte-">getByte(String, byte)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first byte value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getByteArray-java.lang.String-">getByteArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of byte values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getChar-java.lang.String-">getChar(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first char value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getChar-java.lang.String-char-">getChar(String, char)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first char value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getCharArray-java.lang.String-">getCharArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of char values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getClass-java.lang.String-">getClass(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first Class value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getClass-java.lang.String-java.lang.Class-">getClass(String, Class)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first Class value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getClassArray-java.lang.String-">getClassArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of Class values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getColor-java.lang.String-">getColor(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first Color value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getColor-java.lang.String-java.awt.Color-">getColor(String, Color)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first Color value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getColorArray-java.lang.String-">getColorArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of Color values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getDate-java.lang.String-">getDate(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first Date value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getDate-java.lang.String-java.util.Date-">getDate(String, Date)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first Date value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getDateArray-java.lang.String-">getDateArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of Date values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Defaults.html#getDefault-java.lang.String-">getDefault(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap">Defaults</a></dt>
<dd>
<div class="block">Returns an array of the default values defined for the parameter with
 the specified ID, or null if no default values are defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#getDefault--">getDefault()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Returns an array of default values for this parameter, or
 null if no default values have been defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#getDefaults--">getDefaults()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Returns an array of this parameter's default values, or a zero-length
 array if none exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/DefaultSource.html#getDefaults-com.martiansoftware.jsap.IDMap-com.martiansoftware.jsap.ExceptionMap-">getDefaults(IDMap, ExceptionMap)</a></span> - Method in interface com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/DefaultSource.html" title="interface in com.martiansoftware.jsap">DefaultSource</a></dt>
<dd>
<div class="block">Returns a set of default values given the configuration described by the
 specified IDMap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/defaultsources/PropertyDefaultSource.html#getDefaults-com.martiansoftware.jsap.IDMap-com.martiansoftware.jsap.ExceptionMap-">getDefaults(IDMap, ExceptionMap)</a></span> - Method in class com.martiansoftware.jsap.defaultsources.<a href="com/martiansoftware/jsap/defaultsources/PropertyDefaultSource.html" title="class in com.martiansoftware.jsap.defaultsources">PropertyDefaultSource</a></dt>
<dd>
<div class="block">Returns a Defaults object based upon this PropertyDefaultSource's
 properties and the specified IDMap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getDefaults-com.martiansoftware.jsap.ExceptionMap-">getDefaults(ExceptionMap)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Returns a Defaults object representing the merged Defaults of every
 DefaultSource in the DefaultSource chain and the default values specified
 in the AbstractParameters themselves.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getDouble-java.lang.String-">getDouble(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first double value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getDouble-java.lang.String-double-">getDouble(String, double)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first double value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getDoubleArray-java.lang.String-">getDoubleArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of double values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getErrorMessageIterator--">getErrorMessageIterator()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an iterator over all error messages generated during parsing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ExceptionMap.html#getException-java.lang.String-">getException(String)</a></span> - Method in interface com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/ExceptionMap.html" title="interface in com.martiansoftware.jsap">ExceptionMap</a></dt>
<dd>
<div class="block">Returns the first exception associated with the specified parameter ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getException-java.lang.String-">getException(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first exception associated with the specified parameter ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ExceptionMap.html#getExceptionArray-java.lang.String-">getExceptionArray(String)</a></span> - Method in interface com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/ExceptionMap.html" title="interface in com.martiansoftware.jsap">ExceptionMap</a></dt>
<dd>
<div class="block">Returns an array of ALL exceptions associated with the specified
 parameter ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getExceptionArray-java.lang.String-">getExceptionArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of ALL exceptions associated with the specified
 parameter ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getExceptionIterator-java.lang.String-">getExceptionIterator(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an Iterator ovar ALL exceptions associated with the specified
 parameter ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getFile-java.lang.String-">getFile(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first File value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getFile-java.lang.String-java.io.File-">getFile(String, File)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first File value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getFileArray-java.lang.String-">getFileArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of File values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnknownFlagException.html#getFlag--">getFlag()</a></span> - Method in exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnknownFlagException.html" title="class in com.martiansoftware.jsap">UnknownFlagException</a></dt>
<dd>
<div class="block">Returns the unknown flag that was encountered.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getFloat-java.lang.String-">getFloat(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first float value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getFloat-java.lang.String-float-">getFloat(String, float)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first float value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getFloatArray-java.lang.String-">getFloatArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of float values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html#getGreedy--">getGreedy()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">UnflaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether this UnflaggedOption is greedy.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getHelp--">getHelp()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">A shortcut method for calling getHelp(80, "\n").</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getHelp-int-">getHelp(int)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">A shortcut method for calling getHelp(screenWidth, "\n").</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getHelp-int-java.lang.String-">getHelp(int, String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">If the help text has been manually set, this method simply
 returns it, ignoring the screenWidth parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#getHelp--">getHelp()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Returns a description of the option's usage.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/JSAPConfig.html#getHelp--">getHelp()</a></span> - Method in class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/JSAPConfig.html" title="class in com.martiansoftware.jsap.xml">JSAPConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#getId--">getId()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Returns the unique ID for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/IllegalMultipleDeclarationException.html#getID--">getID()</a></span> - Method in exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/IllegalMultipleDeclarationException.html" title="class in com.martiansoftware.jsap">IllegalMultipleDeclarationException</a></dt>
<dd>
<div class="block">Returns the unique ID of the parameter that was illegally declared more
 than once.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#getID--">getID()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Returns this parameter's unique ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/RequiredParameterMissingException.html#getID--">getID()</a></span> - Method in exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/RequiredParameterMissingException.html" title="class in com.martiansoftware.jsap">RequiredParameterMissingException</a></dt>
<dd>
<div class="block">Returns the unique ID of the parameter that was missing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnspecifiedParameterException.html#getID--">getID()</a></span> - Method in exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnspecifiedParameterException.html" title="class in com.martiansoftware.jsap">UnspecifiedParameterException</a></dt>
<dd>
<div class="block">Returns the unique ID of the parameter whose retrieval was attempted.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/IDMap.html#getIDByLongFlag-java.lang.String-">getIDByLongFlag(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/IDMap.html" title="class in com.martiansoftware.jsap">IDMap</a></dt>
<dd>
<div class="block">Returns the unique ID of the parameter with the specified long flag, or
 null if the specified long flag is not defined in this IDMap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/IDMap.html#getIDByShortFlag-java.lang.Character-">getIDByShortFlag(Character)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/IDMap.html" title="class in com.martiansoftware.jsap">IDMap</a></dt>
<dd>
<div class="block">Returns the unique ID of the parameter with the specified short flag, or
 null if the specified short flag is not defined in this IDMap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/IDMap.html#getIDByShortFlag-char-">getIDByShortFlag(char)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/IDMap.html" title="class in com.martiansoftware.jsap">IDMap</a></dt>
<dd>
<div class="block">Returns the unique ID of the parameter with the specified short flag, or
 null if the specified short flag is not defined in this IDMap.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getIDMap--">getIDMap()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Returns an IDMap associating long and short flags with their associated
 parameters' IDs, and allowing the listing of IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getInetAddress-java.lang.String-">getInetAddress(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first InetAddress value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getInetAddress-java.lang.String-java.net.InetAddress-">getInetAddress(String, InetAddress)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first InetAddress value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getInetAddressArray-java.lang.String-">getInetAddressArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of InetAddress values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getInt-java.lang.String-">getInt(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first integer value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getInt-java.lang.String-int-">getInt(String, int)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first integer value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getIntArray-java.lang.String-">getIntArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of integer values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#getIslist--">getIslist()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether this option is a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#getListseparator--">getListseparator()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Returns the list separator character for this option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#getListSeparator--">getListSeparator()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Returns the current list separator character for this Option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getLong-java.lang.String-">getLong(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first long value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getLong-java.lang.String-long-">getLong(String, long)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first long value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getLongArray-java.lang.String-">getLongArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of long values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html#getLongflag--">getLongflag()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">FlaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Returns the long flag for this option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html#getLongflag--">getLongflag()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html" title="class in com.martiansoftware.jsap.ant">SwitchConfiguration</a></dt>
<dd>
<div class="block">Returns the long flag for this switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Flagged.html#getLongFlag--">getLongFlag()</a></span> - Method in interface com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Flagged.html" title="interface in com.martiansoftware.jsap">Flagged</a></dt>
<dd>
<div class="block">Returns the long flag for this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#getLongFlag--">getLongFlag()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Returns the long flag for this FlaggedOption.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#getLongFlag--">getLongFlag()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Returns the long flag for this Switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParserProperty.html#getName--">getName()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParserProperty.html" title="class in com.martiansoftware.jsap.ant">ParserProperty</a></dt>
<dd>
<div class="block">Returns the name of this property.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getObject-java.lang.String-">getObject(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the <b>first</b> object associated with the specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getObjectArray-java.lang.String-">getObjectArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns all values associated with the specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getObjectArray-java.lang.String-java.lang.Object:A-">getObjectArray(String, Object[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array containing all of the values associated with the
 specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getPackage-java.lang.String-">getPackage(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first Package value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getPackage-java.lang.String-java.lang.Package-">getPackage(String, Package)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first Package value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getPackageArray-java.lang.String-">getPackageArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of Package values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html#getParameter--">getParameter()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">FlaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Returns a FlaggedOption preconfigured according to this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#getParameter--">getParameter()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Returns an Parameter (String, FlaggedOption, or UnflaggedOption)
 configured according
 to the settings contained within this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html#getParameter--">getParameter()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html" title="class in com.martiansoftware.jsap.ant">SwitchConfiguration</a></dt>
<dd>
<div class="block">Returns a Switch configured according to this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html#getParameter--">getParameter()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">UnflaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Returns an UnflaggedOption configured according to this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">BigDecimalStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>BigDecimalStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">BigIntegerStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>BigIntegerStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">BooleanStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>BooleanStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ByteStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>ByteStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">CharacterStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>CharacterStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ClassStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>ClassStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ColorStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>ColorStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">DateStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>DateStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">DoubleStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>DoubleStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#getParser-java.lang.String-boolean-boolean-">getParser(String, boolean, boolean)</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">EnumeratedStringParser</a></dt>
<dd>
<div class="block">Returns an EnumeratedParameterParser.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#getParser-java.lang.String-boolean-">getParser(String, boolean)</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">EnumeratedStringParser</a></dt>
<dd>
<div class="block">Returns an EnumeratedParameterParser with parameter "checkOptionChars" set to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#getParser-java.lang.String-">getParser(String)</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">EnumeratedStringParser</a></dt>
<dd>
<div class="block">Returns an EnumeratedParameterParser with parameter
 "caseSensitive" set to false and "checkOptionChars" set to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>
<div class="block">Returns a new <a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>FileStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FloatStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>FloatStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ForNameStringParser.html#getParser-java.lang.Class-">getParser(Class)</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ForNameStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ForNameStringParser</a></dt>
<dd>
<div class="block">Returns a class <code>forName()</code> string parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">InetAddressStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>InetAddressStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">IntegerStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>IntegerStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/IntSizeStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/IntSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">IntSizeStringParser</a></dt>
<dd>
<div class="block">Returns the only instance of an <a href="com/martiansoftware/jsap/stringparsers/IntSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>IntSizeStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">LongSizeStringParser</a></dt>
<dd>
<div class="block">Returns the only instance of a <a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>LongSizeStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">LongStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>LongStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">PackageStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>PackageStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ShortStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>ShortStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">StringStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>StringStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html#getParser--">getParser()</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">URLStringParser</a></dt>
<dd>
<div class="block">Returns a <a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>URLStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#getParserProperties--">getParserProperties()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Returns an array of ParserProperties for this option's
 PropertyStringParser, or null if no ParserProperties
 are defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/PropertyStringParser.html#getProperty-java.lang.String-">getProperty(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/PropertyStringParser.html" title="class in com.martiansoftware.jsap">PropertyStringParser</a></dt>
<dd>
<div class="block">Returns the property associated with the specified key, or null if no
 such
 property exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/PropertyStringParser.html#getProperty-java.lang.String-java.lang.String-">getProperty(String, String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/PropertyStringParser.html" title="class in com.martiansoftware.jsap">PropertyStringParser</a></dt>
<dd>
<div class="block">Returns the property associated with the specified key, or the specified
 default value if no such property exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getQualifiedSwitchValue-java.lang.String-">getQualifiedSwitchValue(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the string value associated with the specified ID for QualifiedSwitches.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#getRequired--">getRequired()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether this option is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/SimpleJSAP.html#getScreenWidth--">getScreenWidth()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/SimpleJSAP.html" title="class in com.martiansoftware.jsap">SimpleJSAP</a></dt>
<dd>
<div class="block">Returns the current screen width.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getShort-java.lang.String-">getShort(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first short value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getShort-java.lang.String-short-">getShort(String, short)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first short value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getShortArray-java.lang.String-">getShortArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of short values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html#getShortflag--">getShortflag()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">FlaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Returns the short flag for this option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html#getShortflag--">getShortflag()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html" title="class in com.martiansoftware.jsap.ant">SwitchConfiguration</a></dt>
<dd>
<div class="block">Returns the short flag for this switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Flagged.html#getShortFlag--">getShortFlag()</a></span> - Method in interface com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Flagged.html" title="interface in com.martiansoftware.jsap">Flagged</a></dt>
<dd>
<div class="block">Returns the short flag for this object in the form of a char.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#getShortFlag--">getShortFlag()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Returns the short flag for this FlaggedOption.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#getShortFlag--">getShortFlag()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Returns the short flag for this Switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Flagged.html#getShortFlagCharacter--">getShortFlagCharacter()</a></span> - Method in interface com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Flagged.html" title="interface in com.martiansoftware.jsap">Flagged</a></dt>
<dd>
<div class="block">Returns the short flag for this object in the form of a Character.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#getShortFlagCharacter--">getShortFlagCharacter()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Returns the short flag for this FlaggedOption.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#getShortFlagCharacter--">getShortFlagCharacter()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Returns the short flag for this Switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getString-java.lang.String-">getString(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first String value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first String value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getStringArray-java.lang.String-">getStringArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of String values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#getStringparser--">getStringparser()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Returns the classname of the StringParser for this option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#getStringParser--">getStringParser()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Returns the StringParser to which this Option will delegate calls to its
 parse() method, or null if
 no StringParser is currently defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#getSyntax--">getSyntax()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Returns syntax instructions for this FlaggedOption.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#getSyntax--">getSyntax()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">A convenience method for automatically generating syntax
 information based upon a JSAP configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/QualifiedSwitch.html#getSyntax--">getSyntax()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/QualifiedSwitch.html" title="class in com.martiansoftware.jsap">QualifiedSwitch</a></dt>
<dd>
<div class="block">Returns syntax instructions for this QualifiedSwitch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#getSyntax--">getSyntax()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Returns usage instructions for this Switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#getSyntax--">getSyntax()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Returns syntax instructions for this FlaggedOption.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getUnflaggedOptionsIterator--">getUnflaggedOptionsIterator()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Returns an Iterator over all UnflaggedOptions currently registered with
 this JSAP.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getURL-java.lang.String-">getURL(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first URL value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getURL-java.lang.String-java.net.URL-">getURL(String, URL)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns the first URL value associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#getURLArray-java.lang.String-">getURLArray(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns an array of URL values associated with the specified id.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#getUsage--">getUsage()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Returns an automatically generated usage description based upon this
 JSAP's  current configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#getUsage--">getUsage()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use getSyntax() instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/JSAPConfig.html#getUsage--">getUsage()</a></span> - Method in class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/JSAPConfig.html" title="class in com.martiansoftware.jsap.xml">JSAPConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#getUsageName--">getUsageName()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Returns the name of this AbstractParameter for the purposes of
 usage information.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/DefaultValue.html#getValue--">getValue()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/DefaultValue.html" title="class in com.martiansoftware.jsap.ant">DefaultValue</a></dt>
<dd>
<div class="block">Returns the default value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParserProperty.html#getValue--">getValue()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParserProperty.html" title="class in com.martiansoftware.jsap.ant">ParserProperty</a></dt>
<dd>
<div class="block">Returns the value of this property.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#GREEDY">GREEDY</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter consumes the command line.</div>
</dd>
</dl>
<a name="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#hasProperties--">hasProperties()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether any ParserProperties are defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#hasProperties--">hasProperties()</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether this parameter has any properties
 associated with its
 StringParser.</div>
</dd>
</dl>
<a name="I:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/IDMap.html#idExists-java.lang.String-">idExists(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/IDMap.html" title="class in com.martiansoftware.jsap">IDMap</a></dt>
<dd>
<div class="block">Returns true if the specified ID is stored in this IDMap, false if not.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Defaults.html#idIterator--">idIterator()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap">Defaults</a></dt>
<dd>
<div class="block">Returns an Iterator over the unique IDs of all parameters with defaults
 defined in this Defaults object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/IDMap.html#idIterator--">idIterator()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/IDMap.html" title="class in com.martiansoftware.jsap">IDMap</a></dt>
<dd>
<div class="block">Returns an Iterator over all parameter IDs stored in this IDMap.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/IDMap.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">IDMap</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">A utility class to allow lookups of parameter IDs by short flag or long flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/IDMap.html#IDMap-java.util.List-java.util.Map-java.util.Map-">IDMap(List, Map, Map)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/IDMap.html" title="class in com.martiansoftware.jsap">IDMap</a></dt>
<dd>
<div class="block">Creates a new IDMap.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/IllegalMultipleDeclarationException.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">IllegalMultipleDeclarationException</span></a> - Exception in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">An exception indicating that a parameter has illegally been declared multiple
 times.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/IllegalMultipleDeclarationException.html#IllegalMultipleDeclarationException-java.lang.String-">IllegalMultipleDeclarationException(String)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/IllegalMultipleDeclarationException.html" title="class in com.martiansoftware.jsap">IllegalMultipleDeclarationException</a></dt>
<dd>
<div class="block">Creates a new IllegalMultipleDeclarationException referencing the
 specified parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#INETADDRESS_PARSER">INETADDRESS_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>InetAddressStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">InetAddressStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing java.net.InetAddress objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html#InetAddressStringParser--">InetAddressStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">InetAddressStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html#getParser--"><code>InetAddressStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#INETADDRESS_PARSER"><code>JSAP.INETADDRESS_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#INTEGER_PARSER">INTEGER_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>IntegerStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">IntegerStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Integers.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html#IntegerStringParser--">IntegerStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">IntegerStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html#getParser--"><code>IntegerStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#INTEGER_PARSER"><code>JSAP.INTEGER_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#internalSetList-boolean-">internalSetList(boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Sets whether this Option is a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#internalSetListSeparator-char-">internalSetListSeparator(char)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Sets the list separator character for this Option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#internalSetRequired-boolean-">internalSetRequired(boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Sets whether this Option is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#internalSetStringParser-com.martiansoftware.jsap.StringParser-">internalSetStringParser(StringParser)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Sets the StringParser to which this Option's parse() method should
 delegate.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#INTSIZE_PARSER">INTSIZE_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/IntSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>IntSizeStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/IntSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">IntSizeStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> that works like <a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>LongSizeStringParser</code></a>, but
 additionally checks that the result is not larger than <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Integer.MAX_VALUE</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#isGreedy--">isGreedy()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether this UnflaggedOption is greedy.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#isList--">isList()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether this Option is a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#isValidOptionName-java.lang.String-">isValidOptionName(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">EnumeratedStringParser</a></dt>
<dd>
<div class="block">Check for valid enumerated option values ("names").</div>
</dd>
</dl>
<a name="I:J">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">JSAP</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">The core class of the JSAP (Java Simple Argument Parser) API.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#JSAP--">JSAP()</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Creates a new JSAP with an empty configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#JSAP-java.net.URL-">JSAP(URL)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Creates a new JSAP configured as specified in the referenced xml.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#JSAP-java.lang.String-">JSAP(String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Creates a new JSAP configured as specified in the referenced xml.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/ant/JSAPAntTask.html" title="class in com.martiansoftware.jsap.ant"><span class="typeNameLink">JSAPAntTask</span></a> - Class in <a href="com/martiansoftware/jsap/ant/package-summary.html">com.martiansoftware.jsap.ant</a></dt>
<dd>
<div class="block">An ANT task that generates a custom subclass of JSAP to simplify its use
 in
 a program.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/JSAPAntTask.html#JSAPAntTask--">JSAPAntTask()</a></span> - Constructor for class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/JSAPAntTask.html" title="class in com.martiansoftware.jsap.ant">JSAPAntTask</a></dt>
<dd>
<div class="block">Creates a new JSAPAntTask.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/xml/JSAPConfig.html" title="class in com.martiansoftware.jsap.xml"><span class="typeNameLink">JSAPConfig</span></a> - Class in <a href="com/martiansoftware/jsap/xml/package-summary.html">com.martiansoftware.jsap.xml</a></dt>
<dd>
<div class="block">Provides support for loading JSAP configurations at runtime
 via an xml file.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/JSAPConfig.html#JSAPConfig--">JSAPConfig()</a></span> - Constructor for class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/JSAPConfig.html" title="class in com.martiansoftware.jsap.xml">JSAPConfig</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/JSAPException.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">JSAPException</span></a> - Exception in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">The base class for all of JSAP's exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPException.html#JSAPException--">JSAPException()</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPException.html" title="class in com.martiansoftware.jsap">JSAPException</a></dt>
<dd>
<div class="block">Creates a new JSAPException.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPException.html#JSAPException-java.lang.String-">JSAPException(String)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPException.html" title="class in com.martiansoftware.jsap">JSAPException</a></dt>
<dd>
<div class="block">Creates a new JSAPException with the specified message.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPException.html#JSAPException-java.lang.Throwable-">JSAPException(Throwable)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPException.html" title="class in com.martiansoftware.jsap">JSAPException</a></dt>
<dd>
<div class="block">Creates a new JSAPException encapsulating the specified Throwable.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPException.html#JSAPException-java.lang.String-java.lang.Throwable-">JSAPException(String, Throwable)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPException.html" title="class in com.martiansoftware.jsap">JSAPException</a></dt>
<dd>
<div class="block">Creates a new JSAPException with the specified message encapsulating
 the specified Throwable.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">JSAPResult</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">Encapsulates the results of JSAP's parse() methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#JSAPResult--">JSAPResult()</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Creates new JSAPResult</div>
</dd>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#LIST">LIST</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter is a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#locked--">locked()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether this parameter is locked.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#LONG_PARSER">LONG_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>LongStringParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#LONGSIZE_PARSER">LONGSIZE_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>LongSizeStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">LongSizeStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> that lets the user specify sizes with an optional unit.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">LongStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Longs.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html#LongStringParser--">LongStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">LongStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html#getParser--"><code>LongStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#LONG_PARSER"><code>JSAP.LONG_PARSER</code></a>.</span></div>
</div>
</dd>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Example1.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Example1.html" title="class in com.martiansoftware.jsap.examples">Example1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_1.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_1.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_2.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_2.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_2</a></dt>
<dd>
<div class="block">Repeats the "Hello World" text multiple times.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_3.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_3.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_3</a></dt>
<dd>
<div class="block">Repeats the "Hello World" text multiple times.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_4.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_4.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_4</a></dt>
<dd>
<div class="block">Repeats the "Hello World" text multiple times.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_5.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_5.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_5</a></dt>
<dd>
<div class="block">Repeats the "Hello World" text multiple times.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_6.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_6.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_6</a></dt>
<dd>
<div class="block">Repeats the "Hello World" text multiple times.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_7.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_7.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_7</a></dt>
<dd>
<div class="block">Repeats the "Hello World" text multiple times.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_8.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_8.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_8</a></dt>
<dd>
<div class="block">Repeats the "Hello World" text multiple times.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_9.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_9.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_9</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_Simple.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_Simple.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_Simple</a></dt>
<dd>
<div class="block">Repeats the "Hello World" text multiple times.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/TryDumpXML.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/TryDumpXML.html" title="class in com.martiansoftware.jsap.xml">TryDumpXML</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/TryLoadXML.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/TryLoadXML.html" title="class in com.martiansoftware.jsap.xml">TryLoadXML</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/util/StringUtils.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.martiansoftware.util.<a href="com/martiansoftware/util/StringUtils.html" title="class in com.martiansoftware.util">StringUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_1.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_1</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_1.html#Manual_HelloWorld_1--">Manual_HelloWorld_1()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_1.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_1</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_2.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_2</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_2.html#Manual_HelloWorld_2--">Manual_HelloWorld_2()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_2.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_2</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_3.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_3</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_3.html#Manual_HelloWorld_3--">Manual_HelloWorld_3()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_3.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_3</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_4.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_4</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_4.html#Manual_HelloWorld_4--">Manual_HelloWorld_4()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_4.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_4</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_5.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_5</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_5.html#Manual_HelloWorld_5--">Manual_HelloWorld_5()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_5.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_5</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_6.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_6</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_6.html#Manual_HelloWorld_6--">Manual_HelloWorld_6()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_6.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_6</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_7.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_7</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_7.html#Manual_HelloWorld_7--">Manual_HelloWorld_7()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_7.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_7</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_8.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_8</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_8.html#Manual_HelloWorld_8--">Manual_HelloWorld_8()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_8.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_8</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_9.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_9</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>
<div class="block">A reimplementation of Manual_HelloWorld_8 that loads the JSAP
 configuration from an XML file.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_9.html#Manual_HelloWorld_9--">Manual_HelloWorld_9()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_9.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_9</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_Simple.html" title="class in com.martiansoftware.jsap.examples"><span class="typeNameLink">Manual_HelloWorld_Simple</span></a> - Class in <a href="com/martiansoftware/jsap/examples/package-summary.html">com.martiansoftware.jsap.examples</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_Simple.html#Manual_HelloWorld_Simple--">Manual_HelloWorld_Simple()</a></span> - Constructor for class com.martiansoftware.jsap.examples.<a href="com/martiansoftware/jsap/examples/Manual_HelloWorld_Simple.html" title="class in com.martiansoftware.jsap.examples">Manual_HelloWorld_Simple</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/SimpleJSAP.html#messagePrinted--">messagePrinted()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/SimpleJSAP.html" title="class in com.martiansoftware.jsap">SimpleJSAP</a></dt>
<dd>
<div class="block">Returns true if the last parsing caused the a message to be printed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#MULTIPLEDECLARATIONS">MULTIPLEDECLARATIONS</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter allows multiple declarations.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#MUSTBEDIRECTORY">MUSTBEDIRECTORY</a></span> - Static variable in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#mustBeDirectory--">mustBeDirectory()</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#MUSTBEFILE">MUSTBEFILE</a></span> - Static variable in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#mustBeFile--">mustBeFile()</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#MUSTEXIST">MUSTEXIST</a></span> - Static variable in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#mustExist--">mustExist()</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#NO_DEFAULT">NO_DEFAULT</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter has no default value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#NO_HELP">NO_HELP</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter has no help text.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#NO_LONGFLAG">NO_LONGFLAG</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Does not have a long flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#NO_MULTIPLEDECLARATIONS">NO_MULTIPLEDECLARATIONS</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter does not allow multiple declarations.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#NO_SHORTFLAG">NO_SHORTFLAG</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Does not have a short flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/util/StringUtils.html#noNull-java.lang.String-">noNull(String)</a></span> - Static method in class com.martiansoftware.util.<a href="com/martiansoftware/util/StringUtils.html" title="class in com.martiansoftware.util">StringUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#NOT_GREEDY">NOT_GREEDY</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter does not consume the command line.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#NOT_LIST">NOT_LIST</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter is not a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#NOT_REQUIRED">NOT_REQUIRED</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter is not required.</div>
</dd>
</dl>
<a name="I:O">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">Option</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">The base class from which FlaggedOption and UnflaggedOption are derived.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#Option-java.lang.String-">Option(String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Creates a new Option with the specified unique ID.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant"><span class="typeNameLink">OptionConfiguration</span></a> - Class in <a href="com/martiansoftware/jsap/ant/package-summary.html">com.martiansoftware.jsap.ant</a></dt>
<dd>
<div class="block">Stores/provides configuration data common to both flaggedoptions and
 unflaggedoptions nested inside a jsap ant task.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#OptionConfiguration--">OptionConfiguration()</a></span> - Constructor for class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Creates a new OptionConfiguration.</div>
</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#PACKAGE_PARSER">PACKAGE_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>PackageStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">PackageStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Packages.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html#PackageStringParser--">PackageStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">PackageStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html#getParser--"><code>PackageStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#PACKAGE_PARSER"><code>JSAP.PACKAGE_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/util/StringUtils.html#padRight-java.lang.String-int-">padRight(String, int)</a></span> - Static method in class com.martiansoftware.util.<a href="com/martiansoftware/util/StringUtils.html" title="class in com.martiansoftware.util">StringUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/util/StringUtils.html#padRightToWidth-java.lang.String-int-">padRightToWidth(String, int)</a></span> - Static method in class com.martiansoftware.util.<a href="com/martiansoftware/util/StringUtils.html" title="class in com.martiansoftware.util">StringUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">Parameter</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">Top-level abstraction of a <b>parameter</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#Parameter-java.lang.String-">Parameter(String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Creates a new Parameter.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant"><span class="typeNameLink">ParameterConfiguration</span></a> - Class in <a href="com/martiansoftware/jsap/ant/package-summary.html">com.martiansoftware.jsap.ant</a></dt>
<dd>
<div class="block">Stores/provides configuration data common to switches, flaggedoptions, and
 unflaggedoptions
 nested inside a jsap ant task.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#ParameterConfiguration--">ParameterConfiguration()</a></span> - Constructor for class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Creates a new ParameterConfiguration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/JSAPConfig.html#parameters--">parameters()</a></span> - Method in class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/JSAPConfig.html" title="class in com.martiansoftware.jsap.xml">JSAPConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#parse-java.lang.String:A-">parse(String[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Parses the specified command line array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Parses the specified command line.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Parses the specified argument, returning the results in an ArrayList.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Returns an ArrayList of values resulting from the parsing
 of the specified argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/SimpleJSAP.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/SimpleJSAP.html" title="class in com.martiansoftware.jsap">SimpleJSAP</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/SimpleJSAP.html#parse-java.lang.String:A-">parse(String[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/SimpleJSAP.html" title="class in com.martiansoftware.jsap">SimpleJSAP</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/StringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap">StringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into an Object of the appropriate type.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/BigDecimalStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">BigDecimalStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a BigDecimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/BigIntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">BigIntegerStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a BigInteger.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/BooleanStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">BooleanStringParser</a></dt>
<dd>
<div class="block">Converts the specified argument into a Boolean.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ByteStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ByteStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a Byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/CharacterStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">CharacterStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a Character.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ClassStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ClassStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a Class object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ColorStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ColorStringParser</a></dt>
<dd>
<div class="block">Parses java.awt.Color objects from Strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">DateStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument using either the java.text.SimpleDateFormat
 for the current locale
 (by default) or a java.text.SimpleDateFormat as defined by this
 PropertyStringParser's "format"
 property.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/DoubleStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">DoubleStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a Double.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/EnumeratedStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">EnumeratedStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument, making sure it matches one of the valid
 options supplied to its constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a File.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FloatStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FloatStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a Float.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ForNameStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ForNameStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ForNameStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/InetAddressStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">InetAddressStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into an InetAddress.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/IntegerStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">IntegerStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into an Integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/IntSizeStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/IntSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">IntSizeStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">LongSizeStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/LongStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">LongStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a Long.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/PackageStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">PackageStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a Package object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ShortStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a Short.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">StringStringParser</a></dt>
<dd>
<div class="block">Returns the specified argument as a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">URLStringParser</a></dt>
<dd>
<div class="block">Parses the specified argument into a URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#parse-java.lang.String-">parse(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Creates a new BooleanStringParser to which it delegates the parsing of 
 the specified argument.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/ParseException.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">ParseException</span></a> - Exception in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">A JSAPException subclass notifying the application of a parse error.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ParseException.html#ParseException--">ParseException()</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/ParseException.html" title="class in com.martiansoftware.jsap">ParseException</a></dt>
<dd>
<div class="block">Creates a new ParseException.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ParseException.html#ParseException-java.lang.String-">ParseException(String)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/ParseException.html" title="class in com.martiansoftware.jsap">ParseException</a></dt>
<dd>
<div class="block">Creates a new ParseException with the specified message.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ParseException.html#ParseException-java.lang.Throwable-">ParseException(Throwable)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/ParseException.html" title="class in com.martiansoftware.jsap">ParseException</a></dt>
<dd>
<div class="block">Creates a new ParseException encapsulating the specified Throwable.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ParseException.html#ParseException-java.lang.String-java.lang.Throwable-">ParseException(String, Throwable)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/ParseException.html" title="class in com.martiansoftware.jsap">ParseException</a></dt>
<dd>
<div class="block">Creates a new ParseException with the specified message encapsulating the
 specified Throwable.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/ant/ParserProperty.html" title="class in com.martiansoftware.jsap.ant"><span class="typeNameLink">ParserProperty</span></a> - Class in <a href="com/martiansoftware/jsap/ant/package-summary.html">com.martiansoftware.jsap.ant</a></dt>
<dd>
<div class="block">Stores/provides a single name/value pair for a PropertyStringParser
 For detailed information on using the jsap task, see the documentation for
 JSAPAntTask.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParserProperty.html#ParserProperty--">ParserProperty()</a></span> - Constructor for class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParserProperty.html" title="class in com.martiansoftware.jsap.ant">ParserProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html#parseSize-java.lang.CharSequence-">parseSize(CharSequence)</a></span> - Static method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/LongSizeStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">LongSizeStringParser</a></dt>
<dd>
<div class="block">Parses a size specified using units (e.g., K, Ki, M, Mi,&hellip;).</div>
</dd>
<dt><a href="com/martiansoftware/jsap/defaultsources/PropertyDefaultSource.html" title="class in com.martiansoftware.jsap.defaultsources"><span class="typeNameLink">PropertyDefaultSource</span></a> - Class in <a href="com/martiansoftware/jsap/defaultsources/package-summary.html">com.martiansoftware.jsap.defaultsources</a></dt>
<dd>
<div class="block">A DefaultSource with values defined in a java.util.Properties object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/defaultsources/PropertyDefaultSource.html#PropertyDefaultSource-java.lang.String-boolean-">PropertyDefaultSource(String, boolean)</a></span> - Constructor for class com.martiansoftware.jsap.defaultsources.<a href="com/martiansoftware/jsap/defaultsources/PropertyDefaultSource.html" title="class in com.martiansoftware.jsap.defaultsources">PropertyDefaultSource</a></dt>
<dd>
<div class="block">Creates a new PropertyDefaultSource by loading the specified file.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/defaultsources/PropertyDefaultSource.html#PropertyDefaultSource-java.util.Properties-">PropertyDefaultSource(Properties)</a></span> - Constructor for class com.martiansoftware.jsap.defaultsources.<a href="com/martiansoftware/jsap/defaultsources/PropertyDefaultSource.html" title="class in com.martiansoftware.jsap.defaultsources">PropertyDefaultSource</a></dt>
<dd>
<div class="block">Creates a new PropertyDefaultSource based upon the specified Properties
 object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/defaultsources/PropertyDefaultSource.html#PropertyDefaultSource-java.io.InputStream-boolean-">PropertyDefaultSource(InputStream, boolean)</a></span> - Constructor for class com.martiansoftware.jsap.defaultsources.<a href="com/martiansoftware/jsap/defaultsources/PropertyDefaultSource.html" title="class in com.martiansoftware.jsap.defaultsources">PropertyDefaultSource</a></dt>
<dd>
<div class="block">Creates a new PropertyDefaultSource based upon the specified InputStream.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/PropertyStringParser.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">PropertyStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> subclass that provides a means for setting/getting properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/PropertyStringParser.html#PropertyStringParser--">PropertyStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/PropertyStringParser.html" title="class in com.martiansoftware.jsap">PropertyStringParser</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Q">
<!--   -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><a href="com/martiansoftware/jsap/QualifiedSwitch.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">QualifiedSwitch</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">A QualifiedSwitch is a parameter that has something in common with a Switch,
 i.e., its presence or absence is significant, but different from a "pure"
 Switch it can have an additional value (or values) prefixed by a ':' sign 
 that qualifies the Switch - making it behave like a FlaggedOption if a value 
 is specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/QualifiedSwitch.html#QualifiedSwitch-java.lang.String-com.martiansoftware.jsap.StringParser-java.lang.String-boolean-char-java.lang.String-java.lang.String-">QualifiedSwitch(String, StringParser, String, boolean, char, String, String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/QualifiedSwitch.html" title="class in com.martiansoftware.jsap">QualifiedSwitch</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new QualifiedSwitch and configures
 its most commonly used settings, including help.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/QualifiedSwitch.html#QualifiedSwitch-java.lang.String-com.martiansoftware.jsap.StringParser-java.lang.String-boolean-char-java.lang.String-">QualifiedSwitch(String, StringParser, String, boolean, char, String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/QualifiedSwitch.html" title="class in com.martiansoftware.jsap">QualifiedSwitch</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new QualifiedSwitch and configures
 its most commonly used settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/QualifiedSwitch.html#QualifiedSwitch-java.lang.String-">QualifiedSwitch(String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/QualifiedSwitch.html" title="class in com.martiansoftware.jsap">QualifiedSwitch</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new QualifiedSwitch</div>
</dd>
</dl>
<a name="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#register--">register()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Informs this Option's StringParser that this Option is being registered
 with a JSAP.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#registerDefaultSource-com.martiansoftware.jsap.DefaultSource-">registerDefaultSource(DefaultSource)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Registers a new DefaultSource with this JSAP, at the end of the current
 DefaultSource chain, but before the defaults defined within the
 AbstractParameters themselves.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#registerParameter-com.martiansoftware.jsap.Parameter-">registerParameter(Parameter)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Registers the specified Parameter (i.e., Switch, FlaggedOption,
 or UnflaggedOption) with this JSAP.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#REQUIRED">REQUIRED</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The parameter is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#required--">required()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether this Option is required.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/RequiredParameterMissingException.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">RequiredParameterMissingException</span></a> - Exception in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">An exception indicating that a required parameter was missing from the
 supplied arguments and defaults.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/RequiredParameterMissingException.html#RequiredParameterMissingException-java.lang.String-">RequiredParameterMissingException(String)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/RequiredParameterMissingException.html" title="class in com.martiansoftware.jsap">RequiredParameterMissingException</a></dt>
<dd>
<div class="block">Creates a new RequiredParameterMissingException referencing the
 specified parameter.</div>
</dd>
</dl>
<a name="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html#setAllowmultipledeclarations-boolean-">setAllowmultipledeclarations(boolean)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">FlaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Specifies whether this option can be declared multiple times on the same
 command line.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setAllowMultipleDeclarations-boolean-">setAllowMultipleDeclarations(boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets this FlaggedOption to allow or disallow multiple declarations.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/JSAPAntTask.html#setClassname-java.lang.String-">setClassname(String)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/JSAPAntTask.html" title="class in com.martiansoftware.jsap.ant">JSAPAntTask</a></dt>
<dd>
<div class="block">Sets the full classname for the generated JSAP.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#setDefault-java.lang.String-">setDefault(String)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Adds a default value to the current list of default values for this
 parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Defaults.html#setDefault-java.lang.String-java.lang.String-">setDefault(String, String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap">Defaults</a></dt>
<dd>
<div class="block">Sets a single default value for the parameter with the specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Defaults.html#setDefault-java.lang.String-java.lang.String:A-">setDefault(String, String[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap">Defaults</a></dt>
<dd>
<div class="block">Sets an array of default values for the parameter with the specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setDefault-java.lang.String:A-">setDefault(String[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets one or more default values for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setDefault-java.lang.String-">setDefault(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets a default value for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#setDefault-java.lang.String-">setDefault(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Sets a default value for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#setDefault-java.lang.String:A-">setDefault(String[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Sets one or more default values for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#setDefault-java.lang.String-">setDefault(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Sets a default value for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#setDefault-java.lang.String:A-">setDefault(String[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Sets one or more default values for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Defaults.html#setDefaultIfNeeded-java.lang.String-java.lang.String-">setDefaultIfNeeded(String, String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap">Defaults</a></dt>
<dd>
<div class="block">Sets a single default value for the parameter with the specified ID if
 and only if the specified parameter currently has no default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Defaults.html#setDefaultIfNeeded-java.lang.String-java.lang.String:A-">setDefaultIfNeeded(String, String[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Defaults.html" title="class in com.martiansoftware.jsap">Defaults</a></dt>
<dd>
<div class="block">Sets an array of default values for the parameter with the specified ID
 if and only if the specified parameter currently has no default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html#setGreedy-boolean-">setGreedy(boolean)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">UnflaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Sets whether this UnflaggedOption should be greedy.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#setGreedy-boolean-">setGreedy(boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Sets whether this UnflaggedOption is greedy.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#setHelp-java.lang.String-">setHelp(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Sets the help string manually, overriding the automatically-
 generated String.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#setHelp-java.lang.String-">setHelp(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Sets the help text for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/JSAPConfig.html#setHelp-java.lang.String-">setHelp(String)</a></span> - Method in class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/JSAPConfig.html" title="class in com.martiansoftware.jsap.xml">JSAPConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html#setId-java.lang.String-">setId(String)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParameterConfiguration.html" title="class in com.martiansoftware.jsap.ant">ParameterConfiguration</a></dt>
<dd>
<div class="block">Sets the unique ID for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#setIslist-boolean-">setIslist(boolean)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Sets whether this option is a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setList-boolean-">setList(boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets whether this FlaggedOption is a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#setList-boolean-">setList(boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Sets whether this UnflaggedOption is a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#setListseparator-char-">setListseparator(char)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Sets the list separator for this option, if it is a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setListSeparator-char-">setListSeparator(char)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets the list separator character for this FlaggedOption.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#setListSeparator-char-">setListSeparator(char)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Sets the list separator character for this UnflaggedOption.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#setLocked-boolean-">setLocked(boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Locks or unlocks this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html#setLongflag-java.lang.String-">setLongflag(String)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">FlaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Sets the long flag for this option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html#setLongflag-java.lang.String-">setLongflag(String)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html" title="class in com.martiansoftware.jsap.ant">SwitchConfiguration</a></dt>
<dd>
<div class="block">Sets the long flag for this switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setLongFlag-java.lang.String-">setLongFlag(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets the long flag for this FlaggedOption.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#setLongFlag-java.lang.String-">setLongFlag(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Sets the long flag for this Switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#setMustBeDirectory-boolean-">setMustBeDirectory(boolean)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#setMustBeFile-boolean-">setMustBeFile(boolean)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#setMustExist-boolean-">setMustExist(boolean)</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParserProperty.html#setName-java.lang.String-">setName(String)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParserProperty.html" title="class in com.martiansoftware.jsap.ant">ParserProperty</a></dt>
<dd>
<div class="block">Sets the name of this property.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/PropertyStringParser.html#setProperty-java.lang.String-java.lang.String-">setProperty(String, String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/PropertyStringParser.html" title="class in com.martiansoftware.jsap">PropertyStringParser</a></dt>
<dd>
<div class="block">Sets the property with the specified key to the specified value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/JSAPAntTask.html#setPublic-boolean-">setPublic(boolean)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/JSAPAntTask.html" title="class in com.martiansoftware.jsap.ant">JSAPAntTask</a></dt>
<dd>
<div class="block">Sets whether the generated JSAP should be declared public.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#setRequired-boolean-">setRequired(boolean)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Sets whether this option is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setRequired-boolean-">setRequired(boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets whether this FlaggedOption is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#setRequired-boolean-">setRequired(boolean)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Sets whether this UnflaggedOption is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/SimpleJSAP.html#setScreenWidth-int-">setScreenWidth(int)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/SimpleJSAP.html" title="class in com.martiansoftware.jsap">SimpleJSAP</a></dt>
<dd>
<div class="block">Sets the screen width.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html#setShortflag-char-">setShortflag(char)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/FlaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">FlaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Sets the short flag for this option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html#setShortflag-char-">setShortflag(char)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html" title="class in com.martiansoftware.jsap.ant">SwitchConfiguration</a></dt>
<dd>
<div class="block">Sets the short flag for this switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setShortFlag-char-">setShortFlag(char)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets the short flag for this FlaggedOption.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#setShortFlag-char-">setShortFlag(char)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Sets the short flag for this Switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/JSAPAntTask.html#setSrcdir-java.io.File-">setSrcdir(File)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/JSAPAntTask.html" title="class in com.martiansoftware.jsap.ant">JSAPAntTask</a></dt>
<dd>
<div class="block">Sets the top-level source directory under which the generated JSAP class
 file should be written.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#setStringparser-java.lang.String-">setStringparser(String)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Sets the StringParser for this option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setStringParser-com.martiansoftware.jsap.StringParser-">setStringParser(StringParser)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets the StringParser to which this FlaggedOption's parse() method
 should delegate.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#setStringParser-com.martiansoftware.jsap.StringParser-">setStringParser(StringParser)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Sets the StringParser to which this UnflaggedOption's parse() method
 should delegate.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/StringParser.html#setUp--">setUp()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap">StringParser</a></dt>
<dd>
<div class="block">Performs any initialization not handled by this StringParser's
 constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html#setUp--">setUp()</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">DateStringParser</a></dt>
<dd>
<div class="block">Instantiates the SimpleDateFormat to use for parsing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#setUp--">setUp()</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/OptionConfiguration.html#setupStringParser-com.martiansoftware.jsap.Option-">setupStringParser(Option)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/OptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">OptionConfiguration</a></dt>
<dd>
<div class="block">Instantiates and configures A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> according to this
 configuration, and provides it to the
 specified Option.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#setUsage-java.lang.String-">setUsage(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Sets the usage string manually, overriding the automatically-
 generated String.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/JSAPConfig.html#setUsage-java.lang.String-">setUsage(String)</a></span> - Method in class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/JSAPConfig.html" title="class in com.martiansoftware.jsap.xml">JSAPConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/FlaggedOption.html#setUsageName-java.lang.String-">setUsageName(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/FlaggedOption.html" title="class in com.martiansoftware.jsap">FlaggedOption</a></dt>
<dd>
<div class="block">Sets the name that will be displayed when getSyntax() is called</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#setUsageName-java.lang.String-">setUsageName(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Sets the name that will be displayed when getUsage() is called</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/ParserProperty.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/ParserProperty.html" title="class in com.martiansoftware.jsap.ant">ParserProperty</a></dt>
<dd>
<div class="block">Sets the value of this property.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#SHORT_PARSER">SHORT_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>ShortStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">ShortStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Shorts.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html#ShortStringParser--">ShortStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">ShortStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/ShortStringParser.html#getParser--"><code>ShortStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#SHORT_PARSER"><code>JSAP.SHORT_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><a href="com/martiansoftware/jsap/SimpleJSAP.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">SimpleJSAP</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">A simple interface to <a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap"><code>JSAP</code></a> that handles directly help,
 explanation and an array of parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/SimpleJSAP.html#SimpleJSAP-java.lang.String-java.lang.String-com.martiansoftware.jsap.Parameter:A-">SimpleJSAP(String, String, Parameter[])</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/SimpleJSAP.html" title="class in com.martiansoftware.jsap">SimpleJSAP</a></dt>
<dd>
<div class="block">Creates a new simple JSAP with default screen width.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/SimpleJSAP.html#SimpleJSAP-java.lang.String-java.lang.String-">SimpleJSAP(String, String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/SimpleJSAP.html" title="class in com.martiansoftware.jsap">SimpleJSAP</a></dt>
<dd>
<div class="block">Creates a new simple JSAP with default screen width.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/SimpleJSAP.html#SimpleJSAP-java.lang.String-">SimpleJSAP(String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/SimpleJSAP.html" title="class in com.martiansoftware.jsap">SimpleJSAP</a></dt>
<dd>
<div class="block">Creates a new simple JSAP with a help switch, no explanation and default screen width.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#STRING_PARSER">STRING_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>StringStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">StringParser</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">Class responsible for converting Strings into Objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/StringParser.html#StringParser--">StringParser()</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap">StringParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">StringStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing Strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html#StringStringParser--">StringStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">StringStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/StringStringParser.html#getParser--"><code>StringStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#STRING_PARSER"><code>JSAP.STRING_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><a href="com/martiansoftware/util/StringUtils.html" title="class in com.martiansoftware.util"><span class="typeNameLink">StringUtils</span></a> - Class in <a href="com/martiansoftware/util/package-summary.html">com.martiansoftware.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/util/StringUtils.html#StringUtils--">StringUtils()</a></span> - Constructor for class com.martiansoftware.util.<a href="com/martiansoftware/util/StringUtils.html" title="class in com.martiansoftware.util">StringUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#success--">success()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether the parse that produced this
 JSAPResult
 was successful.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">Switch</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">A Switch is a parameter whose presence alone is significant; another 
 commonly used term for a Switch is "Flag".</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#Switch-java.lang.String-">Switch(String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">Creates a new Switch with the specified unique ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#Switch-java.lang.String-char-java.lang.String-java.lang.String-">Switch(String, char, String, String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new Switch and configures all of 
 its settings, including help.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Switch.html#Switch-java.lang.String-char-java.lang.String-">Switch(String, char, String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Switch.html" title="class in com.martiansoftware.jsap">Switch</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new Switch and configures all of 
 its settings.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html" title="class in com.martiansoftware.jsap.ant"><span class="typeNameLink">SwitchConfiguration</span></a> - Class in <a href="com/martiansoftware/jsap/ant/package-summary.html">com.martiansoftware.jsap.ant</a></dt>
<dd>
<div class="block">Stores/provides configuration data for switches nested inside a jsap ant
 task.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html#SwitchConfiguration--">SwitchConfiguration()</a></span> - Constructor for class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/SwitchConfiguration.html" title="class in com.martiansoftware.jsap.ant">SwitchConfiguration</a></dt>
<dd>
<div class="block">Creates a new SwitchConfiguration.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/SyntaxException.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">SyntaxException</span></a> - Exception in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">An exception indicating that a syntax error was encountered in the argument
 list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/SyntaxException.html#SyntaxException-java.lang.String-">SyntaxException(String)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/SyntaxException.html" title="class in com.martiansoftware.jsap">SyntaxException</a></dt>
<dd>
<div class="block">Creates a new SyntaxException with the specified message.</div>
</dd>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/StringParser.html#tearDown--">tearDown()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap">StringParser</a></dt>
<dd>
<div class="block">Performs any cleanup necessary for this StringParser.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html#tearDown--">tearDown()</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/DateStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">DateStringParser</a></dt>
<dd>
<div class="block">Destroys the SimpleDateFormat used for parsing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html#tearDown--">tearDown()</a></span> - Method in class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/FileStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">FileStringParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/CommandLineTokenizer.html#tokenize-java.lang.String-">tokenize(String)</a></span> - Static method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/CommandLineTokenizer.html" title="class in com.martiansoftware.jsap">CommandLineTokenizer</a></dt>
<dd>
<div class="block">Parses the specified command line into an array of individual arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#toString--">toString()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Returns an automatically generated usage description based upon this
 JSAP's  current configuration.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/xml/TryDumpXML.html" title="class in com.martiansoftware.jsap.xml"><span class="typeNameLink">TryDumpXML</span></a> - Class in <a href="com/martiansoftware/jsap/xml/package-summary.html">com.martiansoftware.jsap.xml</a></dt>
<dd>
<div class="block">Sends a JSAPConfig to System.out as xml (for test purposes)</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/TryDumpXML.html#TryDumpXML--">TryDumpXML()</a></span> - Constructor for class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/TryDumpXML.html" title="class in com.martiansoftware.jsap.xml">TryDumpXML</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/martiansoftware/jsap/xml/TryLoadXML.html" title="class in com.martiansoftware.jsap.xml"><span class="typeNameLink">TryLoadXML</span></a> - Class in <a href="com/martiansoftware/jsap/xml/package-summary.html">com.martiansoftware.jsap.xml</a></dt>
<dd>
<div class="block">Loads a silly example JSAP from xml and displays its help message</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/xml/TryLoadXML.html#TryLoadXML--">TryLoadXML()</a></span> - Constructor for class com.martiansoftware.jsap.xml.<a href="com/martiansoftware/jsap/xml/TryLoadXML.html" title="class in com.martiansoftware.jsap.xml">TryLoadXML</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">UnflaggedOption</span></a> - Class in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">An option whose meaning is derived from its <i>position in the argument
 list</i> rather than a flag
 that precedes it.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#UnflaggedOption-java.lang.String-">UnflaggedOption(String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">Creates a new UnflaggedOption with the specified unique ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#UnflaggedOption-java.lang.String-com.martiansoftware.jsap.StringParser-java.lang.String-boolean-boolean-java.lang.String-">UnflaggedOption(String, StringParser, String, boolean, boolean, String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new UnflaggedOption and configures
 its most commonly used settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#UnflaggedOption-java.lang.String-com.martiansoftware.jsap.StringParser-java.lang.String-boolean-boolean-">UnflaggedOption(String, StringParser, String, boolean, boolean)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new UnflaggedOption and configures
 its most commonly used settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnflaggedOption.html#UnflaggedOption-java.lang.String-com.martiansoftware.jsap.StringParser-boolean-java.lang.String-">UnflaggedOption(String, StringParser, boolean, String)</a></span> - Constructor for class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnflaggedOption.html" title="class in com.martiansoftware.jsap">UnflaggedOption</a></dt>
<dd>
<div class="block">A shortcut constructor that creates a new non-greedy UnflaggedOption with no default value 
 and configures its most commonly used settings.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant"><span class="typeNameLink">UnflaggedOptionConfiguration</span></a> - Class in <a href="com/martiansoftware/jsap/ant/package-summary.html">com.martiansoftware.jsap.ant</a></dt>
<dd>
<div class="block">Stores/provides configuration data for unflaggedoptions nested inside a jsap
 ant task.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html#UnflaggedOptionConfiguration--">UnflaggedOptionConfiguration()</a></span> - Constructor for class com.martiansoftware.jsap.ant.<a href="com/martiansoftware/jsap/ant/UnflaggedOptionConfiguration.html" title="class in com.martiansoftware.jsap.ant">UnflaggedOptionConfiguration</a></dt>
<dd>
<div class="block">Creates a new UnflaggedOptionConfiguration.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/UnknownFlagException.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">UnknownFlagException</span></a> - Exception in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">An exception indicating that a unknown flag has been specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnknownFlagException.html#UnknownFlagException-java.lang.String-">UnknownFlagException(String)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnknownFlagException.html" title="class in com.martiansoftware.jsap">UnknownFlagException</a></dt>
<dd>
<div class="block">Creates a new UnknownFlagException referencing the specified parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnknownFlagException.html#UnknownFlagException-java.lang.Character-">UnknownFlagException(Character)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnknownFlagException.html" title="class in com.martiansoftware.jsap">UnknownFlagException</a></dt>
<dd>
<div class="block">Creates a new UnknownFlagException referencing the specified parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Option.html#unregister--">unregister()</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Option.html" title="class in com.martiansoftware.jsap">Option</a></dt>
<dd>
<div class="block">Informs this Option's StringParser that this Option is being
 unregistered
 from a JSAP.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#unregisterDefaultSource-com.martiansoftware.jsap.DefaultSource-">unregisterDefaultSource(DefaultSource)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Removes the specified DefaultSource from this JSAP's DefaultSource chain.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#unregisterParameter-com.martiansoftware.jsap.Parameter-">unregisterParameter(Parameter)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">Unregisters the specified Parameter (i.e., Switch, FlaggedOption,
 or UnflaggedOption) from this JSAP.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/UnspecifiedParameterException.html" title="class in com.martiansoftware.jsap"><span class="typeNameLink">UnspecifiedParameterException</span></a> - Exception in <a href="com/martiansoftware/jsap/package-summary.html">com.martiansoftware.jsap</a></dt>
<dd>
<div class="block">An exception thrown when an argument that requires a conversion
 (e.g., an integer) has no associated value, but it is retrieved
 by means of a type-specified method (e.g., <a href="com/martiansoftware/jsap/JSAPResult.html#getInt-java.lang.String-"><code>JSAPResult.getInt(String)</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/UnspecifiedParameterException.html#UnspecifiedParameterException-java.lang.String-">UnspecifiedParameterException(String)</a></span> - Constructor for exception com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/UnspecifiedParameterException.html" title="class in com.martiansoftware.jsap">UnspecifiedParameterException</a></dt>
<dd>
<div class="block">Creates a new <a href="com/martiansoftware/jsap/UnspecifiedParameterException.html" title="class in com.martiansoftware.jsap"><code>UnspecifiedParameterException</code></a> referencing the
 specified parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAP.html#URL_PARSER">URL_PARSER</a></span> - Static variable in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAP.html" title="class in com.martiansoftware.jsap">JSAP</a></dt>
<dd>
<div class="block">The only instance of a <a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><code>URLStringParser</code></a>.</div>
</dd>
<dt><a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html" title="class in com.martiansoftware.jsap.stringparsers"><span class="typeNameLink">URLStringParser</span></a> - Class in <a href="com/martiansoftware/jsap/stringparsers/package-summary.html">com.martiansoftware.jsap.stringparsers</a></dt>
<dd>
<div class="block">A <a href="com/martiansoftware/jsap/StringParser.html" title="class in com.martiansoftware.jsap"><code>StringParser</code></a> for parsing java.net.URL objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html#URLStringParser--">URLStringParser()</a></span> - Constructor for class com.martiansoftware.jsap.stringparsers.<a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html" title="class in com.martiansoftware.jsap.stringparsers">URLStringParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="com/martiansoftware/jsap/stringparsers/URLStringParser.html#getParser--"><code>URLStringParser.getParser()</code></a> or, even better, <a href="com/martiansoftware/jsap/JSAP.html#URL_PARSER"><code>JSAP.URL_PARSER</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/JSAPResult.html#userSpecified-java.lang.String-">userSpecified(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/JSAPResult.html" title="class in com.martiansoftware.jsap">JSAPResult</a></dt>
<dd>
<div class="block">Returns true if this JSAPResult contains any <i>user-specified</i>
 values for the specified id.</div>
</dd>
</dl>
<a name="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/util/StringUtils.html#wrapToList-java.lang.String-int-">wrapToList(String, int)</a></span> - Static method in class com.martiansoftware.util.<a href="com/martiansoftware/util/StringUtils.html" title="class in com.martiansoftware.util">StringUtils</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Z:Z_">
<!--   -->
</a>
<h2 class="title">_</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#Z:Z_setDefault-java.lang.String-">_setDefault(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Sets a default value for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#Z:Z_setDefault-java.lang.String:A-">_setDefault(String[])</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Sets one or more default values for this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/martiansoftware/jsap/Parameter.html#Z:Z_setUsageName-java.lang.String-">_setUsageName(String)</a></span> - Method in class com.martiansoftware.jsap.<a href="com/martiansoftware/jsap/Parameter.html" title="class in com.martiansoftware.jsap">Parameter</a></dt>
<dd>
<div class="block">Sets the name of this AbstractParameter for the purposes of
 usage information.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Z:Z_">_</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p>
</body>
</html>