This file is indexed.

/usr/share/doc/libantelope-java/api/index-all.html is in libantelope-java-doc 3.5.1-4.

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
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<title>Index (Antelope Tasks)</title>
<meta name="date" content="2017-10-24">
<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 (Antelope Tasks)";
        }
    }
    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="ise/antelope/tasks/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="ise/antelope/tasks/package-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: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: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:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Y">Y</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#add-org.apache.tools.ant.taskdefs.condition.Condition-">add(Condition)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>
<div class="block">Add an arbitrary condition -- this doesn't work, it is copied from 
 ConditionBase in Ant, and it doesn't work there either.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-java.math.BigDecimal-java.math.BigDecimal-">add(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-java.math.BigInteger-java.math.BigInteger-">add(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-double-double-">add(double, double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-float-float-">add(float, float)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-long-long-">add(long, long)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-int-int-">add(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-java.math.BigInteger:A-">add(BigInteger[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-double:A-">add(double[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-float:A-">add(float[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-long:A-">add(long[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#add-int:A-">add(int[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addAnd-ise.antelope.tasks.And-">addAnd(And)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addAvailable-org.apache.tools.ant.taskdefs.Available-">addAvailable(Available)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#addBool-ise.antelope.tasks.BooleanConditionTask-">addBool(BooleanConditionTask)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Adds a feature to the Bool attribute of the Assert object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#addBool-ise.antelope.tasks.BooleanConditionTask-">addBool(BooleanConditionTask)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Break.html#addBreak-ise.antelope.tasks.Break-">addBreak(Break)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Break.html" title="class in ise.antelope.tasks">Break</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Breakable.html#addBreak-ise.antelope.tasks.Break-">addBreak(Break)</a></span> - Method in interface ise.antelope.tasks.<a href="ise/antelope/tasks/Breakable.html" title="interface in ise.antelope.tasks">Breakable</a></dt>
<dd>
<div class="block">Adds a nested Break.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Case.html#addBreak-ise.antelope.tasks.Break-">addBreak(Break)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Case.html" title="class in ise.antelope.tasks">Case</a></dt>
<dd>
<div class="block">Required for Breakable interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ElseTask.html#addBreak-ise.antelope.tasks.Break-">addBreak(Break)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ElseTask.html" title="class in ise.antelope.tasks">ElseTask</a></dt>
<dd>
<div class="block">Required by Breakable interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#addBreak-ise.antelope.tasks.Break-">addBreak(Break)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Required by Breakable.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addCanread-ise.antelope.tasks.typedefs.file.CanRead-">addCanread(CanRead)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">Is the file readable?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addCanwrite-ise.antelope.tasks.typedefs.file.CanWrite-">addCanwrite(CanWrite)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">Is the file writable?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SwitchTask.html#addCase-ise.antelope.tasks.Case-">addCase(Case)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SwitchTask.html" title="class in ise.antelope.tasks">SwitchTask</a></dt>
<dd>
<div class="block">Adds a case to this switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#addCatch-ise.antelope.tasks.CatchTask-">addCatch(CatchTask)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addChecksum-org.apache.tools.ant.taskdefs.Checksum-">addChecksum(Checksum)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Op.html#addConfiguredNum-ise.antelope.tasks.Num-">addConfiguredNum(Num)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks">Op</a></dt>
<dd>
<div class="block">Add a number to this operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathTask.html#addConfiguredOp-ise.antelope.tasks.Op-">addConfiguredOp(Op)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks">MathTask</a></dt>
<dd>
<div class="block">Add a nested operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Op.html#addConfiguredOp-ise.antelope.tasks.Op-">addConfiguredOp(Op)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks">Op</a></dt>
<dd>
<div class="block">Add a nested operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#addConfiguredProp-ise.antelope.tasks.typedefs.Prop-">addConfiguredProp(Prop)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Adds a name/value pair to post.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addContains-ise.antelope.tasks.Contains-">addContains(Contains)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addDateBefore-ise.antelope.tasks.DateTimeBefore-">addDateBefore(DateTimeBefore)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addDateDifference-ise.antelope.tasks.DateTimeDifference-">addDateDifference(DateTimeDifference)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SwitchTask.html#addDefault-ise.antelope.tasks.DefaultCase-">addDefault(DefaultCase)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SwitchTask.html" title="class in ise.antelope.tasks">SwitchTask</a></dt>
<dd>
<div class="block">Adds a default case to this switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#addElse-ise.antelope.tasks.ElseTask-">addElse(ElseTask)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addEndsWith-ise.antelope.tasks.EndsWith-">addEndsWith(EndsWith)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addEquals-org.apache.tools.ant.taskdefs.condition.Equals-">addEquals(Equals)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addFilecount-ise.antelope.tasks.typedefs.file.FileCount-">addFilecount(FileCount)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">How many files are in the directory?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addFilelength-ise.antelope.tasks.typedefs.file.FileLength-">addFilelength(FileLength)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">What is the length of the file?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addFileop-ise.antelope.tasks.typedefs.file.FileOp-">addFileop(FileOp)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#addFileset-org.apache.tools.ant.types.FileSet-">addFileset(FileSet)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Add a fileset to the suite.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addFilesMatch-org.apache.tools.ant.taskdefs.condition.FilesMatch-">addFilesMatch(FilesMatch)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#addFinally-ise.antelope.tasks.FinallyTask-">addFinally(FinallyTask)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addHttp-org.apache.tools.ant.taskdefs.condition.Http-">addHttp(Http)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addIndexOf-ise.antelope.tasks.typedefs.string.IndexOf-">addIndexOf(IndexOf)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addIsdirectory-ise.antelope.tasks.typedefs.file.IsDirectory-">addIsdirectory(IsDirectory)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">Is the file a directory?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addIsFalse-org.apache.tools.ant.taskdefs.condition.IsFalse-">addIsFalse(IsFalse)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addIsfile-ise.antelope.tasks.typedefs.file.IsFile-">addIsfile(IsFile)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">Is the file a file?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addIsGreaterThan-ise.antelope.tasks.IsGreaterThan-">addIsGreaterThan(IsGreaterThan)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addIshidden-ise.antelope.tasks.typedefs.file.IsHidden-">addIshidden(IsHidden)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">Is the file hidden?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addIsLessThan-ise.antelope.tasks.IsLessThan-">addIsLessThan(IsLessThan)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addIsPropertyFalse-ise.antelope.tasks.IsPropertyFalse-">addIsPropertyFalse(IsPropertyFalse)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addIsPropertyTrue-ise.antelope.tasks.IsPropertyTrue-">addIsPropertyTrue(IsPropertyTrue)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addIsReference-org.apache.tools.ant.taskdefs.condition.IsReference-">addIsReference(IsReference)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addIsSet-org.apache.tools.ant.taskdefs.condition.IsSet-">addIsSet(IsSet)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addIsTrue-org.apache.tools.ant.taskdefs.condition.IsTrue-">addIsTrue(IsTrue)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addLastIndexOf-ise.antelope.tasks.typedefs.string.LastIndexOf-">addLastIndexOf(LastIndexOf)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addLastmodified-ise.antelope.tasks.typedefs.file.LastModified-">addLastmodified(LastModified)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">When was the file last modified?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addLength-ise.antelope.tasks.typedefs.string.Length-">addLength(Length)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addLineCount-ise.antelope.tasks.typedefs.file.FileLineCount-">addLineCount(FileLineCount)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">How many lines are in the file?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#addListFiles-ise.antelope.tasks.typedefs.file.FileList-">addListFiles(FileList)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">What files are in the directory?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addLowercase-ise.antelope.tasks.typedefs.string.LowerCase-">addLowercase(LowerCase)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addMathEquals-ise.antelope.tasks.MathEquals-">addMathEquals(MathEquals)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addMessagebox-ise.antelope.tasks.typedefs.string.MessageBox-">addMessagebox(MessageBox)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addNot-org.apache.tools.ant.taskdefs.condition.Not-">addNot(Not)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addOr-ise.antelope.tasks.Or-">addOr(Or)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addOs-org.apache.tools.ant.taskdefs.condition.Os-">addOs(Os)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Variable.html#addProperties-java.util.Properties-">addProperties(Properties)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Variable.html" title="class in ise.antelope.tasks">Variable</a></dt>
<dd>
<div class="block">iterate through a set of properties, resolve them, then assign them</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#addReference-ise.antelope.tasks.AntCallBack.Reference-">addReference(AntCallBack.Reference)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">Reference element identifying a data type to carry over to the new
 project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#addReference-ise.antelope.tasks.AntFetch.Reference-">addReference(AntFetch.Reference)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">Reference element identifying a data type to carry over to the new
 project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addReplace-ise.antelope.tasks.typedefs.string.Replace-">addReplace(Replace)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addSocket-org.apache.tools.ant.taskdefs.condition.Socket-">addSocket(Socket)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addSort-ise.antelope.tasks.typedefs.string.Sort-">addSort(Sort)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addStartsWith-ise.antelope.tasks.StartsWith-">addStartsWith(StartsWith)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addStringOp-ise.antelope.tasks.typedefs.string.StringOp-">addStringOp(StringOp)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>
<div class="block">Adds a feature to the StringOp attribute of the StringUtilTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addSubstring-ise.antelope.tasks.typedefs.string.Substring-">addSubstring(Substring)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#addSuite-ise.antelope.tasks.Suite-">addSuite(Suite)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Add a stuie to the suite.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Add a nested task to execute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Case.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Case.html" title="class in ise.antelope.tasks">Case</a></dt>
<dd>
<div class="block">Adds a feature to the Task attribute of the Case object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ElseTask.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ElseTask.html" title="class in ise.antelope.tasks">ElseTask</a></dt>
<dd>
<div class="block">Add a task to execute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Foreach.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks">Foreach</a></dt>
<dd>
<div class="block">Add a nested task to execute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ForTask.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ForTask.html" title="class in ise.antelope.tasks">ForTask</a></dt>
<dd>
<div class="block">Add a nested task</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Add a nested task to execute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Add a task to wait on.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Add a task to repeat.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Add a task to execute, most likely a testcase, but really can be any task.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#addTask-org.apache.tools.ant.Task-">addTask(Task)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>
<div class="block">Add a nested task to Try.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#addTestCase-ise.antelope.tasks.TestCase-">addTestCase(TestCase)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Add a testcase to the suite.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#addText-java.lang.String-">addText(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Adds a feature to the Text attribute of the PostTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addTimeBefore-ise.antelope.tasks.DateTimeBefore-">addTimeBefore(DateTimeBefore)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addTimeDifference-ise.antelope.tasks.DateTimeDifference-">addTimeDifference(DateTimeDifference)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addTrim-ise.antelope.tasks.typedefs.string.Trim-">addTrim(Trim)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#addUntil-ise.antelope.tasks.BooleanConditionTask-">addUntil(BooleanConditionTask)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">"until" is the same as a "bool" as used in assert and if.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#addUppercase-ise.antelope.tasks.typedefs.string.UpperCase-">addUppercase(UpperCase)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#addUptodate-org.apache.tools.ant.taskdefs.UpToDate-">addUptodate(UpToDate)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/And.html" title="class in ise.antelope.tasks"><span class="typeNameLink">And</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">&lt;and&gt; condition container, modified for Antelope.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/And.html#And--">And()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/And.html" title="class in ise.antelope.tasks">And</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#and-java.math.BigInteger-java.math.BigInteger-">and(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#and-int-int-">and(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks"><span class="typeNameLink">AntCallBack</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Identical (copy and paste, even) to the 'Ant' task, with the exception that
 properties from the new project can be copied back into the original project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#AntCallBack--">AntCallBack()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/AntCallBack.Reference.html" title="class in ise.antelope.tasks"><span class="typeNameLink">AntCallBack.Reference</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Helper class that implements the nested &lt;reference&gt; element of
 &lt;ant&gt; and &lt;antcall&gt;.</div>
</dd>
<dt><a href="ise/antelope/tasks/AntelopeTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">AntelopeTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Defines all tasks used in the ise.antelope.tasks set package.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntelopeTask.html#AntelopeTask--">AntelopeTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/AntelopeTask.html" title="class in ise.antelope.tasks">AntelopeTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks"><span class="typeNameLink">AntFetch</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Identical (copy and paste, even) to the 'Ant' task, with the exception that
 properties from the new project can be copied back into the original project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#AntFetch--">AntFetch()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/AntFetch.Reference.html" title="class in ise.antelope.tasks"><span class="typeNameLink">AntFetch.Reference</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Helper class that implements the nested &lt;reference&gt; element of
 &lt;ant&gt; and &lt;antcall&gt;.</div>
</dd>
<dt><a href="ise/antelope/tasks/AntScript.html" title="class in ise.antelope.tasks"><span class="typeNameLink">AntScript</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Defines all tasks used in the AntScript set of tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntScript.html#AntScript--">AntScript()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/AntScript.html" title="class in ise.antelope.tasks">AntScript</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Assert</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Based on the Sequential task.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#Assert--">Assert()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks"><span class="typeNameLink">AssertException</span></a> - Exception in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException--">AssertException()</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.String-">AssertException(String)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.String-org.apache.tools.ant.Location-">AssertException(String, Location)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.String-java.lang.Throwable-">AssertException(String, Throwable)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.String-java.lang.Throwable-org.apache.tools.ant.Location-">AssertException(String, Throwable, Location)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.Throwable-">AssertException(Throwable)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.Throwable-org.apache.tools.ant.Location-">AssertException(Throwable, Location)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-int-">AssertException(int)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.String-int-">AssertException(String, int)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.String-org.apache.tools.ant.Location-int-">AssertException(String, Location, int)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.String-java.lang.Throwable-int-">AssertException(String, Throwable, int)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.String-java.lang.Throwable-org.apache.tools.ant.Location-int-">AssertException(String, Throwable, Location, int)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.Throwable-int-">AssertException(Throwable, int)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#AssertException-java.lang.Throwable-org.apache.tools.ant.Location-int-">AssertException(Throwable, Location, int)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/AssertLevel.html" title="class in ise.antelope.tasks"><span class="typeNameLink">AssertLevel</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertLevel.html#AssertLevel--">AssertLevel()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/AssertLevel.html" title="class in ise.antelope.tasks">AssertLevel</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:B">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Base64</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Encodes and decodes to and from Base64 notation.</div>
</dd>
<dt><a href="ise/antelope/tasks/Base64.InputStream.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Base64.InputStream</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">A <a href="ise/antelope/tasks/Base64.InputStream.html" title="class in ise.antelope.tasks"><code>Base64.InputStream</code></a> will read data from another
 <tt>java.io.InputStream</tt>, given in the constructor,
 and encode/decode to/from Base64 notation on the fly.</div>
</dd>
<dt><a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Base64.OutputStream</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">A <a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks"><code>Base64.OutputStream</code></a> will write data to another
 <tt>java.io.OutputStream</tt>, given in the constructor,
 and encode/decode to/from Base64 notation on the fly.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#BIGDECIMAL_TYPE">BIGDECIMAL_TYPE</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#BIGINT_TYPE">BIGINT_TYPE</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks"><span class="typeNameLink">BooleanConditionBase</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Extends ConditionBase so I can get access to the condition count and the
 first condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#BooleanConditionBase--">BooleanConditionBase()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/BooleanConditionTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">BooleanConditionTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Wraps a ConditionBase so that the If task can use standard Ant Conditions as
 its evaluated boolean expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionTask.html#BooleanConditionTask--">BooleanConditionTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionTask.html" title="class in ise.antelope.tasks">BooleanConditionTask</a></dt>
<dd>
<div class="block">Constructor for BooleanConditionTask</div>
</dd>
<dt><a href="ise/antelope/tasks/Break.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Break</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">This is a marker task that indicates to a Breakable that a break condition
 has occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Break.html#Break--">Break()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Break.html" title="class in ise.antelope.tasks">Break</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Breakable.html" title="interface in ise.antelope.tasks"><span class="typeNameLink">Breakable</span></a> - Interface in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">TaskContainers that implement this interface can set a break flag to indicate 
 to containers that a break condition has occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#BUFFER_SIZE">BUFFER_SIZE</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">Buffer size for read and write operations.</div>
</dd>
</dl>
<a name="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#calculate-java.lang.String-java.lang.String:A-">calculate(String, String[])</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>
<div class="block">Do a mathematical calculation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#calculate-java.lang.String-java.lang.String-java.lang.String:A-">calculate(String, String, String[])</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>
<div class="block">Do a mathematical calculation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Op.html#calculate--">calculate()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks">Op</a></dt>
<dd>
<div class="block">Perform this operation.</div>
</dd>
<dt><a href="ise/antelope/tasks/Call.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Call</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Call.html#Call--">Call()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Call.html" title="class in ise.antelope.tasks">Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.Candidate.html#Candidate-java.lang.Class-java.lang.reflect.Method-">Candidate(Class, Method)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.Candidate.html" title="class in ise.antelope.tasks">Math.Candidate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#CANON">CANON</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Case.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Case</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">This TaskContainer is intended to be nested into the Switch task.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Case.html#Case--">Case()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Case.html" title="class in ise.antelope.tasks">Case</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/CatchTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">CatchTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">This is identical to Sequential and can be used on its own as a
 Sequential task.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/CatchTask.html#CatchTask--">CatchTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/CatchTask.html" title="class in ise.antelope.tasks">CatchTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.OutputStream.html#close--">close()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks">Base64.OutputStream</a></dt>
<dd>
<div class="block">Flushes and closes (I think, in the superclass) the stream.</div>
</dd>
<dt><a href="ise/antelope/tasks/Contains.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Contains</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Contains.html#Contains--">Contains()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Contains.html" title="class in ise.antelope.tasks">Contains</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#Cookie-java.lang.String-">Cookie(String)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#Cookie-java.lang.String-java.lang.String-">Cookie(String, String)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#countConditions--">countConditions()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>
<div class="block">Count the conditions.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#createParam--">createParam()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">Property to pass to the invoked target.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#createProperty--">createProperty()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">Property to pass to the new project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#createProperty--">createProperty()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">Property to pass to the new project.</div>
</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="ise/antelope/tasks/DateTimeBefore.html" title="class in ise.antelope.tasks"><span class="typeNameLink">DateTimeBefore</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Condition that validates if one datetime is before another datetime.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeBefore.html#DateTimeBefore--">DateTimeBefore()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeBefore.html" title="class in ise.antelope.tasks">DateTimeBefore</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/DateTimeDifference.html" title="class in ise.antelope.tasks"><span class="typeNameLink">DateTimeDifference</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Condition that validates the difference between two date/time stamps.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeDifference.html#DateTimeDifference--">DateTimeDifference()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeDifference.html" title="class in ise.antelope.tasks">DateTimeDifference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#DAY">DAY</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#DAY_UNIT">DAY_UNIT</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#DEBUG">DEBUG</a></span> - Static variable in exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#DECODE">DECODE</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Specify decoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#decode-byte:A-int-int-">decode(byte[], int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Very low-level access to decoding ASCII characters in
 the form of a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#decode-java.lang.String-">decode(String)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Decodes data from Base64 notation, automatically
 detecting gzip-compressed data and decompressing it.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#decodeFromFile-java.lang.String-">decodeFromFile(String)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Convenience method for reading a base64-encoded
 file and decoding it.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#decodeToFile-java.lang.String-java.lang.String-">decodeToFile(String, String)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Convenience method for decoding data to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#decodeToObject-java.lang.String-">decodeToObject(String)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Attempts to decode Base64 data and deserialize a Java
 Object within.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandler.html#decrypt-java.lang.String-">decrypt(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandler.html" title="class in ise.antelope.tasks">PasswordHandler</a></dt>
<dd>
<div class="block">Decrypt a password.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandler.html#DEFAULT_KEY">DEFAULT_KEY</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandler.html" title="class in ise.antelope.tasks">PasswordHandler</a></dt>
<dd>
<div class="block">key to use if none given</div>
</dd>
<dt><a href="ise/antelope/tasks/DefaultCase.html" title="class in ise.antelope.tasks"><span class="typeNameLink">DefaultCase</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Intended to be nested into the Switch task, this is the 'default' case for a switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DefaultCase.html#DefaultCase--">DefaultCase()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/DefaultCase.html" title="class in ise.antelope.tasks">DefaultCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandler.html#DESEDE">DESEDE</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandler.html" title="class in ise.antelope.tasks">PasswordHandler</a></dt>
<dd>
<div class="block">use Triple-DES as algorithm</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-java.math.BigDecimal-java.math.BigDecimal-">divide(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-java.math.BigInteger-java.math.BigInteger-">divide(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-double-double-">divide(double, double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-float-float-">divide(float, float)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-long-long-">divide(long, long)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-int-int-">divide(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-java.math.BigDecimal:A-">divide(BigDecimal[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-java.math.BigInteger:A-">divide(BigInteger[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-double:A-">divide(double[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-float:A-">divide(float[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-long:A-">divide(long[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#divide-int:A-">divide(int[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Break.html#doBreak--">doBreak()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Break.html" title="class in ise.antelope.tasks">Break</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Breakable.html#doBreak--">doBreak()</a></span> - Method in interface ise.antelope.tasks.<a href="ise/antelope/tasks/Breakable.html" title="interface in ise.antelope.tasks">Breakable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Case.html#doBreak--">doBreak()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Case.html" title="class in ise.antelope.tasks">Case</a></dt>
<dd>
<div class="block">Required for Breakable interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ElseTask.html#doBreak--">doBreak()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ElseTask.html" title="class in ise.antelope.tasks">ElseTask</a></dt>
<dd>
<div class="block">Required by Breakable interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#doBreak--">doBreak()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Required by Breakable.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#DONT_BREAK_LINES">DONT_BREAK_LINES</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Don't break lines when encoding (violates strict Base64 specification)</div>
</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#elapsed--">elapsed()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>
<div class="block">Elapsed time, difference between the last start time and now.</div>
</dd>
<dt><a href="ise/antelope/tasks/ElseTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">ElseTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">This task is intended for nesting into the If task.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ElseTask.html#ElseTask--">ElseTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/ElseTask.html" title="class in ise.antelope.tasks">ElseTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#ENCODE">ENCODE</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Specify encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#encodeBytes-byte:A-">encodeBytes(byte[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Encodes a byte array into Base64 notation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#encodeBytes-byte:A-int-">encodeBytes(byte[], int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Encodes a byte array into Base64 notation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#encodeBytes-byte:A-int-int-">encodeBytes(byte[], int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Encodes a byte array into Base64 notation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#encodeBytes-byte:A-int-int-int-">encodeBytes(byte[], int, int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Encodes a byte array into Base64 notation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#encodeFromFile-java.lang.String-">encodeFromFile(String)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Convenience method for reading a binary file
 and base64-encoding it.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#encodeObject-java.io.Serializable-">encodeObject(Serializable)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Serializes an object and returns the Base64-encoded
 version of that serialized object.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#encodeObject-java.io.Serializable-int-">encodeObject(Serializable, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Serializes an object and returns the Base64-encoded
 version of that serialized object.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#encodeToFile-byte:A-java.lang.String-">encodeToFile(byte[], String)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Convenience method for encoding data to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandler.html#encrypt-java.lang.String-">encrypt(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandler.html" title="class in ise.antelope.tasks">PasswordHandler</a></dt>
<dd>
<div class="block">Encrypt a password.</div>
</dd>
<dt><a href="ise/antelope/tasks/EndsWith.html" title="class in ise.antelope.tasks"><span class="typeNameLink">EndsWith</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Extends IsTrue to do a String.endsWith().</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/EndsWith.html#EndsWith--">EndsWith()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/EndsWith.html" title="class in ise.antelope.tasks">EndsWith</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#equal-int-int-">equal(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#equal-long-long-">equal(long, long)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#equal-double-double-">equal(double, double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#equal-java.math.BigInteger-java.math.BigInteger-">equal(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#equal-java.math.BigDecimal-java.math.BigDecimal-">equal(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#ERROR">ERROR</a></span> - Static variable in exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/And.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/And.html" title="class in ise.antelope.tasks">And</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionTask.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionTask.html" title="class in ise.antelope.tasks">BooleanConditionTask</a></dt>
<dd>
<div class="block">Evaluates the condition object.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Contains.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Contains.html" title="class in ise.antelope.tasks">Contains</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeBefore.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeBefore.html" title="class in ise.antelope.tasks">DateTimeBefore</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeDifference.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeDifference.html" title="class in ise.antelope.tasks">DateTimeDifference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/EndsWith.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/EndsWith.html" title="class in ise.antelope.tasks">EndsWith</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsGreaterThan.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsGreaterThan.html" title="class in ise.antelope.tasks">IsGreaterThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsLessThan.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsLessThan.html" title="class in ise.antelope.tasks">IsLessThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsPropertyFalse.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsPropertyFalse.html" title="class in ise.antelope.tasks">IsPropertyFalse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsPropertyTrue.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsPropertyTrue.html" title="class in ise.antelope.tasks">IsPropertyTrue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathEquals.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathEquals.html" title="class in ise.antelope.tasks">MathEquals</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Or.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Or.html" title="class in ise.antelope.tasks">Or</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StartsWith.html#eval--">eval()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StartsWith.html" title="class in ise.antelope.tasks">StartsWith</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">Do the execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntelopeTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntelopeTask.html" title="class in ise.antelope.tasks">AntelopeTask</a></dt>
<dd>
<div class="block">Does nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">Do the execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntScript.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntScript.html" title="class in ise.antelope.tasks">AntScript</a></dt>
<dd>
<div class="block">Does nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Execute this task and all nested Tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionTask.html" title="class in ise.antelope.tasks">BooleanConditionTask</a></dt>
<dd>
<div class="block">Forwards to eval().</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Break.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Break.html" title="class in ise.antelope.tasks">Break</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Call.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Call.html" title="class in ise.antelope.tasks">Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Case.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Case.html" title="class in ise.antelope.tasks">Case</a></dt>
<dd>
<div class="block">Execute all nested tasks, checking for Breakables.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ElseTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ElseTask.html" title="class in ise.antelope.tasks">ElseTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>
<div class="block">While multiple ops could be added, only the first one is executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Do the grep</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Foreach.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks">Foreach</a></dt>
<dd>
<div class="block">Execute this task and all nested Tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ForTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ForTask.html" title="class in ise.antelope.tasks">ForTask</a></dt>
<dd>
<div class="block">Execute all tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>
<div class="block">Description of the Method</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Execute this task and all nested Tasks, checking for Breaks and
 Breakables.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Execute all nested tasks, but stopping execution of nested tasks after
 maxwait or when all tasks are done, whichever is first.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks">MathTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerTask.html" title="class in ise.antelope.tasks">PasswordHandlerTask</a></dt>
<dd>
<div class="block">Description of the Method</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Do the post.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ReadLog.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ReadLog.html" title="class in ise.antelope.tasks">ReadLog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Execute all nested tasks, repeating.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">Split the given property, value, or file into pieces.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatchTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatchTask.html" title="class in ise.antelope.tasks">StopWatchTask</a></dt>
<dd>
<div class="block">Description of the Method</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>
<div class="block">Description of the Method</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Run tests.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SwitchTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SwitchTask.html" title="class in ise.antelope.tasks">SwitchTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>
<div class="block">Run tests.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>
<div class="block">Try to execute all tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/UIDTask.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/UIDTask.html" title="class in ise.antelope.tasks">UIDTask</a></dt>
<dd>
<div class="block">Generate a unique id and store it in the project with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Unset.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Unset.html" title="class in ise.antelope.tasks">Unset</a></dt>
<dd>
<div class="block">Execute all nested tasks, repeating.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Variable.html#execute--">execute()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Variable.html" title="class in ise.antelope.tasks">Variable</a></dt>
<dd>
<div class="block">Execute this task.</div>
</dd>
</dl>
<a name="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#factorial-java.math.BigInteger-">factorial(BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#factorial-double-">factorial(double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#factorial-float-">factorial(float)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#factorial-int-">factorial(int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">FileUtilTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">A task to answer a bunch of questions about a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#FileUtilTask--">FileUtilTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/FinallyTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">FinallyTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">This is identical to Sequential and can be used on its own as a
 Sequential task.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FinallyTask.html#FinallyTask--">FinallyTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/FinallyTask.html" title="class in ise.antelope.tasks">FinallyTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Find</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Copyright 2003</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#Find--">Find()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.OutputStream.html#flushBase64--">flushBase64()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks">Base64.OutputStream</a></dt>
<dd>
<div class="block">Method added by PHIL.</div>
</dd>
<dt><a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Foreach</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Task container that iterates through a list of values, puts each value into a
 property, then executes all nested tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Foreach.html#Foreach--">Foreach()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks">Foreach</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#format-long-">format(long)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>
<div class="block">Formats the given time into decimal seconds.</div>
</dd>
<dt><a href="ise/antelope/tasks/ForTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">ForTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ForTask.html#ForTask--">ForTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/ForTask.html" title="class in ise.antelope.tasks">ForTask</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.Candidate.html#getCandidateClass--">getCandidateClass()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.Candidate.html" title="class in ise.antelope.tasks">Math.Candidate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.Candidate.html#getCandidateMethod--">getCandidateMethod()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.Candidate.html" title="class in ise.antelope.tasks">Math.Candidate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#getConditionCount--">getConditionCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>
<div class="block">Gets the conditionCount attribute of the BooleanConditionBase object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#getConditions--">getConditions()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>
<div class="block">Iterate through all conditions.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#getCount--">getCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Num.html#getDatatype--">getDatatype()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Num.html" title="class in ise.antelope.tasks">Num</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#getDomain--">getDomain()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#getFailedCount--">getFailedCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#getFailedCount--">getFailedCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#getFailonerror--">getFailonerror()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#getFailures--">getFailures()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#getFailures--">getFailures()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionBase.html#getFirstCondition--">getFirstCondition()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionBase.html" title="class in ise.antelope.tasks">BooleanConditionBase</a></dt>
<dd>
<div class="block">Gets the firstCondition attribute of the BooleanConditionBase object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#getId--">getId()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#getLevel--">getLevel()</a></span> - Method in exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#getMatch--">getMatch()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#getMatch-int-">getMatch(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#getMatches--">getMatches()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#getMultiplier--">getMultiplier()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>
<div class="block">Gets the multiplier attribute of the TimeUnit object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#getName--">getName()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Prop.html#getName--">getName()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Prop.html" title="class in ise.antelope.tasks">Prop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#getName--">getName()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#getName--">getName()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#getName--">getName()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#getPassedCount--">getPassedCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#getPassedCount--">getPassedCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#getPath--">getPath()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionTask.html#getProxy--">getProxy()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionTask.html" title="class in ise.antelope.tasks">BooleanConditionTask</a></dt>
<dd>
<div class="block">Gets the proxy attribute of the BooleanConditionTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#getRanCount--">getRanCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#getRanCount--">getRanCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#getSummary--">getSummary()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#getSummary--">getSummary()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>
<div class="block">Gets the summary attribute of the TestCase object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#getTestCaseCount--">getTestCaseCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#getTestCaseCount--">getTestCaseCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.Reference.html#getToRefid--">getToRefid()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.Reference.html" title="class in ise.antelope.tasks">AntCallBack.Reference</a></dt>
<dd>
<div class="block">Get the id under which this reference will be stored in the new project</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.Reference.html#getToRefid--">getToRefid()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.Reference.html" title="class in ise.antelope.tasks">AntFetch.Reference</a></dt>
<dd>
<div class="block">Get the id under which this reference will be stored in the new project</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Case.html#getValue--">getValue()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Case.html" title="class in ise.antelope.tasks">Case</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Num.html#getValue--">getValue()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Num.html" title="class in ise.antelope.tasks">Num</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#getValue--">getValue()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Prop.html#getValue--">getValue()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Prop.html" title="class in ise.antelope.tasks">Prop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertLevel.html#getValues--">getValues()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AssertLevel.html" title="class in ise.antelope.tasks">AssertLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#getValues--">getValues()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>
<div class="block">Gets the values attribute of the TimeUnit object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#getWarningCount--">getWarningCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#getWarningCount--">getWarningCount()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#greaterThan-int-int-">greaterThan(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#greaterThan-long-long-">greaterThan(long, long)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#greaterThan-double-double-">greaterThan(double, double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#greaterThan-java.math.BigInteger-java.math.BigInteger-">greaterThan(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#greaterThan-java.math.BigDecimal-java.math.BigDecimal-">greaterThan(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Grep</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Borrowed from Antelope, modified to be a general purpose class instead of
 an Ant task.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#Grep--">Grep()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#grep--">grep()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Do the grep</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#GZIP">GZIP</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">Specify that data should be gzip-compressed.</div>
</dd>
</dl>
<a name="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#handleErrorOutput-java.lang.String-">handleErrorOutput(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">Pass output sent to System.err to the new project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#handleErrorOutput-java.lang.String-">handleErrorOutput(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">Pass output sent to System.err to the new project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#handleOutput-java.lang.String-">handleOutput(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">Pass output sent to System.out to the new project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#handleOutput-java.lang.String-">handleOutput(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">Pass output sent to System.out to the new project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#HOST">HOST</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">HostnameTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">A task to put hostname or IP in a property.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#HostnameTask--">HostnameTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#HOUR">HOUR</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#HOUR_UNIT">HOUR_UNIT</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">IfTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Similar to Java's 'if' keyword, verifies that a given property has a given
 value and executes embedded tasks if it does.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#IfTask--">IfTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#INFO">INFO</a></span> - Static variable in exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#init--">init()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">Creates a Project instance for the project to call.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntelopeTask.html#init--">init()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntelopeTask.html" title="class in ise.antelope.tasks">AntelopeTask</a></dt>
<dd>
<div class="block">Adds definitions for all Antelope tasks to the current project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#init--">init()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">Creates a Project instance for the project to call.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntScript.html#init--">init()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntScript.html" title="class in ise.antelope.tasks">AntScript</a></dt>
<dd>
<div class="block">Adds definitions for all AntScript tasks to the current project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#init--">init()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Automatically define dependent tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#init--">init()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SwitchTask.html#init--">init()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SwitchTask.html" title="class in ise.antelope.tasks">SwitchTask</a></dt>
<dd>
<div class="block">Register dependent tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#init--">init()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>
<div class="block">task initilization</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#init--">init()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>
<div class="block">make sure dependent tasks are loaded</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.InputStream.html#InputStream-java.io.InputStream-">InputStream(InputStream)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.InputStream.html" title="class in ise.antelope.tasks">Base64.InputStream</a></dt>
<dd>
<div class="block">Constructs a <a href="ise/antelope/tasks/Base64.InputStream.html" title="class in ise.antelope.tasks"><code>Base64.InputStream</code></a> in DECODE mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.InputStream.html#InputStream-java.io.InputStream-int-">InputStream(InputStream, int)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.InputStream.html" title="class in ise.antelope.tasks">Base64.InputStream</a></dt>
<dd>
<div class="block">Constructs a <a href="ise/antelope/tasks/Base64.InputStream.html" title="class in ise.antelope.tasks"><code>Base64.InputStream</code></a> in
 either ENCODE or DECODE mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#IP">IP</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a> - package ise.antelope.tasks</dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/IsGreaterThan.html" title="class in ise.antelope.tasks"><span class="typeNameLink">IsGreaterThan</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Extends Equals condition to test if the first argument is greater than the
 second argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsGreaterThan.html#IsGreaterThan--">IsGreaterThan()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/IsGreaterThan.html" title="class in ise.antelope.tasks">IsGreaterThan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/IsLessThan.html" title="class in ise.antelope.tasks"><span class="typeNameLink">IsLessThan</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Extends Equals condition to test if the first argument is less than the
 second argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsLessThan.html#IsLessThan--">IsLessThan()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/IsLessThan.html" title="class in ise.antelope.tasks">IsLessThan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/IsPropertyFalse.html" title="class in ise.antelope.tasks"><span class="typeNameLink">IsPropertyFalse</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Extends IsFalse condition to check the value of a specified property.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsPropertyFalse.html#IsPropertyFalse--">IsPropertyFalse()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/IsPropertyFalse.html" title="class in ise.antelope.tasks">IsPropertyFalse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/IsPropertyTrue.html" title="class in ise.antelope.tasks"><span class="typeNameLink">IsPropertyTrue</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Extends IsTrue condition to check the value of a specified property.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsPropertyTrue.html#IsPropertyTrue--">IsPropertyTrue()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/IsPropertyTrue.html" title="class in ise.antelope.tasks">IsPropertyTrue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#isStrict--">isStrict()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#lessThan-int-int-">lessThan(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#lessThan-long-long-">lessThan(long, long)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#lessThan-double-double-">lessThan(double, double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#lessThan-java.math.BigInteger-java.math.BigInteger-">lessThan(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#lessThan-java.math.BigDecimal-java.math.BigDecimal-">lessThan(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Limit</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Limits the amount of time that a task or set of tasks can run.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#Limit--">Limit()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#loadTestFiles-org.apache.tools.ant.types.FileSet-java.util.Vector-">loadTestFiles(FileSet, Vector)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Create TestCases from the files specified in a FileSet.</div>
</dd>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">The main program for the Assert class</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandler.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandler.html" title="class in ise.antelope.tasks">PasswordHandler</a></dt>
<dd>
<div class="block">for testing only</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Math</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Provides access to java.lang.Math and java.lang.StrictMath for Ant.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#Math--">Math()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#Math-boolean-">Math(boolean)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Math.Candidate.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Math.Candidate</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/MathEquals.html" title="class in ise.antelope.tasks"><span class="typeNameLink">MathEquals</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Extends Equals condition to test if the first argument is greater than the
 second argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathEquals.html#MathEquals--">MathEquals()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/MathEquals.html" title="class in ise.antelope.tasks">MathEquals</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">MathTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Provides basic math functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathTask.html#MathTask--">MathTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks">MathTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#max-java.math.BigDecimal-java.math.BigDecimal-">max(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#max-java.math.BigInteger-java.math.BigInteger-">max(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#maybeConfigure--">maybeConfigure()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Override <code>maybeConfigure</code>
 in a way that leaves the nested tasks unconfigured until they get
 executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionTask.html#maybeConfigure--">maybeConfigure()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionTask.html" title="class in ise.antelope.tasks">BooleanConditionTask</a></dt>
<dd>
<div class="block">Override <code>maybeConfigure</code>
 in a way that leaves the nested tasks unconfigured until they get
 executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Foreach.html#maybeConfigure--">maybeConfigure()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks">Foreach</a></dt>
<dd>
<div class="block">Override <code>maybeConfigure</code>
 in a way that leaves the nested tasks unconfigured until they get
 executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ForTask.html#maybeConfigure--">maybeConfigure()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ForTask.html" title="class in ise.antelope.tasks">ForTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#maybeConfigure--">maybeConfigure()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Override <code>maybeConfigure</code>
 in a way that leaves the nested tasks unconfigured until they get
 executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#maybeConfigure--">maybeConfigure()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>
<div class="block">Override <code>maybeConfigure</code>
 in a way that leaves the nested tasks unconfigured until they get
 executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#MILLISECOND">MILLISECOND</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#MILLISECOND_UNIT">MILLISECOND_UNIT</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>
<div class="block">static unit objects, for use as sensible defaults</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#min-java.math.BigDecimal-java.math.BigDecimal-">min(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#min-java.math.BigInteger-java.math.BigInteger-">min(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#MINUTE">MINUTE</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#MINUTE_UNIT">MINUTE_UNIT</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-java.math.BigInteger-java.math.BigInteger-">mod(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-double-double-">mod(double, double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-float-float-">mod(float, float)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-long-long-">mod(long, long)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-int-int-">mod(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-java.math.BigInteger:A-">mod(BigInteger[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-double:A-">mod(double[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-float:A-">mod(float[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-long:A-">mod(long[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#mod-int:A-">mod(int[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#MONTH">MONTH</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-java.math.BigDecimal-java.math.BigDecimal-">multiply(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-java.math.BigInteger-java.math.BigInteger-">multiply(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-double-double-">multiply(double, double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-float-float-">multiply(float, float)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-long-long-">multiply(long, long)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-int-int-">multiply(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-java.math.BigDecimal:A-">multiply(BigDecimal[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-java.math.BigInteger:A-">multiply(BigInteger[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-double:A-">multiply(double[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-float:A-">multiply(float[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-long:A-">multiply(long[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#multiply-int:A-">multiply(int[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.html#NO_OPTIONS">NO_OPTIONS</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.html" title="class in ise.antelope.tasks">Base64</a></dt>
<dd>
<div class="block">No options specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#not-java.math.BigInteger-">not(BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#not-int-">not(int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#notEqual-int-int-">notEqual(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#notEqual-long-long-">notEqual(long, long)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#notEqual-double-double-">notEqual(double, double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#notEqual-java.math.BigInteger-java.math.BigInteger-">notEqual(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#notEqual-java.math.BigDecimal-java.math.BigDecimal-">notEqual(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Num.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Num</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Represents a number.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Num.html#Num--">Num()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Num.html" title="class in ise.antelope.tasks">Num</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Num.html#Num-java.lang.String-">Num(String)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Num.html" title="class in ise.antelope.tasks">Num</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Op</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Represents a mathematical operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Op.html#Op--">Op()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks">Op</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Op.html#Op-java.lang.String-">Op(String)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks">Op</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Op.html#Op-java.lang.String-java.lang.String-">Op(String, String)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks">Op</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#or-java.math.BigInteger-java.math.BigInteger-">or(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#or-int-int-">or(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Or.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Or</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">&lt;or&gt; condition container, modified for Antelope.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Or.html#Or--">Or()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Or.html" title="class in ise.antelope.tasks">Or</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.OutputStream.html#OutputStream-java.io.OutputStream-">OutputStream(OutputStream)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks">Base64.OutputStream</a></dt>
<dd>
<div class="block">Constructs a <a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks"><code>Base64.OutputStream</code></a> in ENCODE mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.OutputStream.html#OutputStream-java.io.OutputStream-int-">OutputStream(OutputStream, int)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks">Base64.OutputStream</a></dt>
<dd>
<div class="block">Constructs a <a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks"><code>Base64.OutputStream</code></a> in
 either ENCODE or DECODE mode.</div>
</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="ise/antelope/tasks/PasswordHandler.html" title="class in ise.antelope.tasks"><span class="typeNameLink">PasswordHandler</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Simple class to encode and decode passwords.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandler.html#PasswordHandler--">PasswordHandler()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandler.html" title="class in ise.antelope.tasks">PasswordHandler</a></dt>
<dd>
<div class="block">Constructor for PasswordHandler, uses default key.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandler.html#PasswordHandler-java.lang.String-">PasswordHandler(String)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandler.html" title="class in ise.antelope.tasks">PasswordHandler</a></dt>
<dd>
<div class="block">Constructor for PasswordHandler</div>
</dd>
<dt><a href="ise/antelope/tasks/PasswordHandlerException.html" title="class in ise.antelope.tasks"><span class="typeNameLink">PasswordHandlerException</span></a> - Exception in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Copyright 2003</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerException.html#PasswordHandlerException--">PasswordHandlerException()</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerException.html" title="class in ise.antelope.tasks">PasswordHandlerException</a></dt>
<dd>
<div class="block">Constructor for PasswordHandlerException</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerException.html#PasswordHandlerException-java.lang.String-">PasswordHandlerException(String)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerException.html" title="class in ise.antelope.tasks">PasswordHandlerException</a></dt>
<dd>
<div class="block">Constructor for PasswordHandlerException</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerException.html#PasswordHandlerException-java.lang.String-java.lang.Throwable-">PasswordHandlerException(String, Throwable)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerException.html" title="class in ise.antelope.tasks">PasswordHandlerException</a></dt>
<dd>
<div class="block">Constructor for PasswordHandlerException</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerException.html#PasswordHandlerException-java.lang.Throwable-">PasswordHandlerException(Throwable)</a></span> - Constructor for exception ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerException.html" title="class in ise.antelope.tasks">PasswordHandlerException</a></dt>
<dd>
<div class="block">Constructor for PasswordHandlerException</div>
</dd>
<dt><a href="ise/antelope/tasks/PasswordHandlerTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">PasswordHandlerTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Copyright 2003</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerTask.html#PasswordHandlerTask--">PasswordHandlerTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerTask.html" title="class in ise.antelope.tasks">PasswordHandlerTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">PostTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">This task does an http post.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#PostTask--">PostTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks"><span class="typeNameLink">PostTask.Cookie</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Represents a cookie.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#pow-java.math.BigInteger-java.math.BigInteger-">pow(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>
<div class="block">y raised to the x power</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#pow-java.math.BigDecimal-java.math.BigDecimal-">pow(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>
<div class="block">y raised to the x power</div>
</dd>
<dt><a href="ise/antelope/tasks/Prop.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Prop</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Simple bean to represent a name/value pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Prop.html#Prop--">Prop()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Prop.html" title="class in ise.antelope.tasks">Prop</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.InputStream.html#read--">read()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.InputStream.html" title="class in ise.antelope.tasks">Base64.InputStream</a></dt>
<dd>
<div class="block">Reads enough of the input stream to convert
 to/from Base64 and returns the next byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.InputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.InputStream.html" title="class in ise.antelope.tasks">Base64.InputStream</a></dt>
<dd>
<div class="block">Calls <a href="ise/antelope/tasks/Base64.InputStream.html#read--"><code>Base64.InputStream.read()</code></a> repeatedly until the end of stream
 is reached or <var>len</var> bytes are read.</div>
</dd>
<dt><a href="ise/antelope/tasks/ReadLog.html" title="class in ise.antelope.tasks"><span class="typeNameLink">ReadLog</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Not an antelope task, this is for Cobalt, but put it in the same package
 for easier use.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ReadLog.html#ReadLog--">ReadLog()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/ReadLog.html" title="class in ise.antelope.tasks">ReadLog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.Reference.html#Reference--">Reference()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.Reference.html" title="class in ise.antelope.tasks">AntCallBack.Reference</a></dt>
<dd>
<div class="block">Creates a reference to be configured by Ant</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.Reference.html#Reference--">Reference()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.Reference.html" title="class in ise.antelope.tasks">AntFetch.Reference</a></dt>
<dd>
<div class="block">Creates a reference to be configured by Ant</div>
</dd>
<dt><a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Repeat</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Repeatedly executes a set of tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#Repeat--">Repeat()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.OutputStream.html#resumeEncoding--">resumeEncoding()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks">Base64.OutputStream</a></dt>
<dd>
<div class="block">Resumes encoding of the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#runTests--">runTests()</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Description of the Method</div>
</dd>
</dl>
<a name="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#SECOND">SECOND</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#SECOND_UNIT">SECOND_UNIT</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatchTask.html#setAction-java.lang.String-">setAction(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatchTask.html" title="class in ise.antelope.tasks">StopWatchTask</a></dt>
<dd>
<div class="block">Sets the action attribute of the StopWatchTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setAllmatches-boolean-">setAllmatches(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">If true, concatentates all matches into a single result, if false, only
 the first match is returned in the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setAllmatches-boolean-">setAllmatches(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">If true, concatentates all matches into a single result, if false, only
 the first match is returned in the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#setAntfile-java.lang.String-">setAntfile(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">The build file to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#setAntfile-java.lang.String-">setAntfile(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">The build file to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setAppend-boolean-">setAppend(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Should the log file be appended to or overwritten? Default is true,
 append to the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsGreaterThan.html#setArg1-java.lang.String-">setArg1(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsGreaterThan.html" title="class in ise.antelope.tasks">IsGreaterThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsLessThan.html#setArg1-java.lang.String-">setArg1(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsLessThan.html" title="class in ise.antelope.tasks">IsLessThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathEquals.html#setArg1-java.lang.String-">setArg1(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathEquals.html" title="class in ise.antelope.tasks">MathEquals</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsGreaterThan.html#setArg2-java.lang.String-">setArg2(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsGreaterThan.html" title="class in ise.antelope.tasks">IsGreaterThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsLessThan.html#setArg2-java.lang.String-">setArg2(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsLessThan.html" title="class in ise.antelope.tasks">IsLessThan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathEquals.html#setArg2-java.lang.String-">setArg2(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathEquals.html" title="class in ise.antelope.tasks">MathEquals</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#setAssertsenabled-boolean-">setAssertsenabled(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Should asserts be enabled? Asserts are enabled by default.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#setAssertsenabled-boolean-">setAssertsenabled(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>
<div class="block">Should Asserts be enabled? Many (most?) tests will use the Assert task,
 which requires a property to be set to actually enable the asserts.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Break.html#setBreak-boolean-">setBreak(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Break.html" title="class in ise.antelope.tasks">Break</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Breakable.html#setBreak-boolean-">setBreak(boolean)</a></span> - Method in interface ise.antelope.tasks.<a href="ise/antelope/tasks/Breakable.html" title="interface in ise.antelope.tasks">Breakable</a></dt>
<dd>
<div class="block">Set the break flag to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Case.html#setBreak-boolean-">setBreak(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Case.html" title="class in ise.antelope.tasks">Case</a></dt>
<dd>
<div class="block">Required for Breakable interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ElseTask.html#setBreak-boolean-">setBreak(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ElseTask.html" title="class in ise.antelope.tasks">ElseTask</a></dt>
<dd>
<div class="block">Required by Breakable interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#setBreak-boolean-">setBreak(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Required by Breakable.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#setBreak-boolean-">setBreak(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>
<div class="block">A try block may contain several tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#setBytes-int-">setBytes(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">Set the number of bytes per part.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setCanoneq-boolean-">setCanoneq(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Sets the canoneq attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setCanoneq-boolean-">setCanoneq(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Sets the canoneq attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setCaseinsensitive-boolean-">setCaseinsensitive(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Sets the caseinsensitive attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setCaseinsensitive-boolean-">setCaseinsensitive(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Sets the caseinsensitive attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Contains.html#setCasesensitive-boolean-">setCasesensitive(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Contains.html" title="class in ise.antelope.tasks">Contains</a></dt>
<dd>
<div class="block">Whether to search ignoring case or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsGreaterThan.html#setCasesensitive-boolean-">setCasesensitive(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsGreaterThan.html" title="class in ise.antelope.tasks">IsGreaterThan</a></dt>
<dd>
<div class="block">Should the comparison be case sensitive?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsLessThan.html#setCasesensitive-boolean-">setCasesensitive(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsLessThan.html" title="class in ise.antelope.tasks">IsLessThan</a></dt>
<dd>
<div class="block">Should the comparison be case sensitive?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathEquals.html#setCasesensitive-boolean-">setCasesensitive(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathEquals.html" title="class in ise.antelope.tasks">MathEquals</a></dt>
<dd>
<div class="block">Should the comparison be case sensitive?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setComments-boolean-">setComments(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Sets the comments attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setComments-boolean-">setComments(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Sets the comments attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setCount-int-">setCount(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Sets the number of times to repeat, default is 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathTask.html#setDatatype-java.lang.String-">setDatatype(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks">MathTask</a></dt>
<dd>
<div class="block">Sets the datatype of this calculation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Num.html#setDatatype-java.lang.String-">setDatatype(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Num.html" title="class in ise.antelope.tasks">Num</a></dt>
<dd>
<div class="block">Sets the datatype of this number.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Op.html#setDatatype-java.lang.String-">setDatatype(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks">Op</a></dt>
<dd>
<div class="block">Sets the datatype of this calculation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeBefore.html#setDatetime1-java.lang.String-">setDatetime1(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeBefore.html" title="class in ise.antelope.tasks">DateTimeBefore</a></dt>
<dd>
<div class="block">Sets the first date/timestamp, required.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeDifference.html#setDatetime1-java.lang.String-">setDatetime1(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeDifference.html" title="class in ise.antelope.tasks">DateTimeDifference</a></dt>
<dd>
<div class="block">Sets a date/timestamp, required.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeBefore.html#setDatetime2-java.lang.String-">setDatetime2(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeBefore.html" title="class in ise.antelope.tasks">DateTimeBefore</a></dt>
<dd>
<div class="block">Sets the other date/time stamp, required.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeDifference.html#setDatetime2-java.lang.String-">setDatetime2(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeDifference.html" title="class in ise.antelope.tasks">DateTimeDifference</a></dt>
<dd>
<div class="block">Sets the other date/time stamp, required.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setDays-int-">setDays(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Set a day wait value.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setDays-int-">setDays(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Set a number of days between repeats.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#setDir-java.io.File-">setDir(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">The directory to use as a base directory for the new Ant project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#setDir-java.io.File-">setDir(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">The directory to use as a base directory for the new Ant project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#setDomain-java.lang.String-">setDomain(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setDotall-boolean-">setDotall(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Sets the dotall attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setDotall-boolean-">setDotall(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Sets the dotall attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Set to true if the test should be allowed to run.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setEncoding-java.lang.String-">setEncoding(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Sets the encoding of the outgoing properties, default is UTF-8.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#setExecute-java.lang.String-">setExecute(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Ant boolean, if true, execute any contained tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#setExists-java.lang.String-">setExists(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Set the 'exists' attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#setExists-java.lang.String-">setExists(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Set the 'exists' attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#setFailonerror-boolean-">setFailonerror(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Ant boolean, stop the build process if the assertion fails.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Foreach.html#setFailonerror-boolean-">setFailonerror(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks">Foreach</a></dt>
<dd>
<div class="block">Ant boolean, stop the build process if any nested task fails.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#setFailonerror-boolean-">setFailonerror(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>
<div class="block">Should the build fail if this task fails? Default is no.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setFailonerror-boolean-">setFailonerror(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Determines whether the build should fail if the time limit has
 expired on this task.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setFailonerror-boolean-">setFailonerror(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Should the build fail if the post fails?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setFailonerror-boolean-">setFailonerror(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Determines whether the build should fail if the time limit has expired on
 this task.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#setFailonerror-boolean-">setFailonerror(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">Determines whether the build should fail if there is an error.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#setFailonerror-boolean-">setFailonerror(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#setFailonerror-boolean-">setFailonerror(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>
<div class="block">Should the build fail if the test fails? By default, a failed test does
 not cause the build to fail, so all tests may have the opportunity to
 run.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#setFile-java.io.File-">setFile(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setFile-java.io.File-">setFile(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Set the name of a file to read a set of properties from.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#setFile-java.io.File-">setFile(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">Split the contents of the given file.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#setFile-java.io.File-">setFile(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Unset.html#setFile-java.io.File-">setFile(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Unset.html" title="class in ise.antelope.tasks">Unset</a></dt>
<dd>
<div class="block">Sets the file attribute of the Unset object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Variable.html#setFile-java.io.File-">setFile(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Variable.html" title="class in ise.antelope.tasks">Variable</a></dt>
<dd>
<div class="block">Set the name of a file to read properties from.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeBefore.html#setFormat-java.lang.String-">setFormat(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeBefore.html" title="class in ise.antelope.tasks">DateTimeBefore</a></dt>
<dd>
<div class="block">Sets the format of the datetimes, this is a required attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeDifference.html#setFormat-java.lang.String-">setFormat(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeDifference.html" title="class in ise.antelope.tasks">DateTimeDifference</a></dt>
<dd>
<div class="block">Sets the format of the datetimes, this is a required attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setGroup-int-">setGroup(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Set a specific group from the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setGroup-int-">setGroup(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Set a specific group from the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setHours-int-">setHours(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Set an hours wait value.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setHours-int-">setHours(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Set a number of hours between repeats.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setIn-java.lang.String-">setIn(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Where to look.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setIn-java.lang.String-">setIn(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Where to look.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerTask.html#setIn-java.lang.String-">setIn(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerTask.html" title="class in ise.antelope.tasks">PasswordHandlerTask</a></dt>
<dd>
<div class="block">Sets the name of a property containing the password to encrypt or decrypt.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ForTask.html#setInc-int-">setInc(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ForTask.html" title="class in ise.antelope.tasks">ForTask</a></dt>
<dd>
<div class="block">Sets the inc attribute of the ForTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#setInheritAll-boolean-">setInheritAll(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">If true, pass all properties to the new Ant project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#setInheritAll-boolean-">setInheritAll(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">If true, pass all properties to the new Ant project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#setInheritRefs-boolean-">setInheritRefs(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">If true, pass all references to the new Ant project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#setInheritRefs-boolean-">setInheritRefs(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">If true, pass all references to the new Ant project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ForTask.html#setInitName-java.lang.String-">setInitName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ForTask.html" title="class in ise.antelope.tasks">ForTask</a></dt>
<dd>
<div class="block">Sets the initName attribute of the ForTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ForTask.html#setInitvalue-int-">setInitvalue(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ForTask.html" title="class in ise.antelope.tasks">ForTask</a></dt>
<dd>
<div class="block">Sets the initvalue attribute of the ForTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/UIDTask.html#setInt-boolean-">setInt(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/UIDTask.html" title="class in ise.antelope.tasks">UIDTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setInterval-int-">setInterval(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">How long to wait between repeating the nested tasks, default is 10 sec.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeBefore.html#setLenient-boolean-">setLenient(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeBefore.html" title="class in ise.antelope.tasks">DateTimeBefore</a></dt>
<dd>
<div class="block">Sets whether the datetime parser should use lenient parsing.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeDifference.html#setLenient-boolean-">setLenient(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeDifference.html" title="class in ise.antelope.tasks">DateTimeDifference</a></dt>
<dd>
<div class="block">Sets whether the datetime parser should use lenient parsing.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#setLevel-ise.antelope.tasks.AssertLevel-">setLevel(AssertLevel)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Sets the assertion level.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#setLevel-int-">setLevel(int)</a></span> - Method in exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#setLines-int-">setLines(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">Set the number of lines per part, default is 1000.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setLogfile-java.io.File-">setLogfile(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Set the name of a file to save the response to.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ForTask.html#setMaxvalue-int-">setMaxvalue(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ForTask.html" title="class in ise.antelope.tasks">ForTask</a></dt>
<dd>
<div class="block">Sets the maxvalue attribute of the ForTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setMaxwait-int-">setMaxwait(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">How long to wait for all nested tasks to complete, in units.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setMaxwait-int-">setMaxwait(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">How long to wait on the remote server.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setMaxWaitUnit-ise.antelope.tasks.typedefs.TimeUnit-">setMaxWaitUnit(TimeUnit)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Set the max wait time unit, default is minutes.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Set a specific message to include in the output in the event this assert
 fails.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#setMessageproperty-java.lang.String-">setMessageproperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>
<div class="block">the error message of the exception can be stored as a property</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setMilliseconds-int-">setMilliseconds(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Set a millisecond wait value.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setMilliseconds-int-">setMilliseconds(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Set a number of milliseconds between repeats.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setMinutes-int-">setMinutes(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Set a minute wait value.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ReadLog.html#setMinutes-int-">setMinutes(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ReadLog.html" title="class in ise.antelope.tasks">ReadLog</a></dt>
<dd>
<div class="block">Set the number of minutes to read, so, for example, 2 would read the most
 recent 2 minutes from the log.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setMinutes-int-">setMinutes(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Set a number of minutes between repeats.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerTask.html#setMode-java.lang.String-">setMode(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerTask.html" title="class in ise.antelope.tasks">PasswordHandlerTask</a></dt>
<dd>
<div class="block">One of "encrypt" or "decrypt", if not explicitly set, assumes "decrypt".</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setMultiline-boolean-">setMultiline(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Sets the multiline attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setMultiline-boolean-">setMultiline(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Sets the multiline attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Set the name of the property to test.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Set the name of the property to test.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Prop.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Prop.html" title="class in ise.antelope.tasks">Prop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatchTask.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatchTask.html" title="class in ise.antelope.tasks">StopWatchTask</a></dt>
<dd>
<div class="block">Sets the name attribute of the StopWatchTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Set a name for the suite, optional attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SwitchTask.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SwitchTask.html" title="class in ise.antelope.tasks">SwitchTask</a></dt>
<dd>
<div class="block">Set the name of the property to switch on.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>
<div class="block">Set the name for this testcase.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/UIDTask.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/UIDTask.html" title="class in ise.antelope.tasks">UIDTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Unset.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Unset.html" title="class in ise.antelope.tasks">Unset</a></dt>
<dd>
<div class="block">Set the name of the property to unset.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Variable.html#setName-java.lang.String-">setName(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Variable.html" title="class in ise.antelope.tasks">Variable</a></dt>
<dd>
<div class="block">Set the name of the property.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#setNic-java.lang.String-">setNic(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>
<div class="block">Set a specific network interface to get info for.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Op.html#setOp-java.lang.String-">setOp(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks">Op</a></dt>
<dd>
<div class="block">Set the operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathTask.html#setOperand1-java.lang.String-">setOperand1(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks">MathTask</a></dt>
<dd>
<div class="block">Set an operand as an attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathTask.html#setOperand2-java.lang.String-">setOperand2(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks">MathTask</a></dt>
<dd>
<div class="block">Set an operand as an attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathTask.html#setOperation-java.lang.String-">setOperation(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks">MathTask</a></dt>
<dd>
<div class="block">Set an operation as an attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerTask.html#setOut-java.lang.String-">setOut(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerTask.html" title="class in ise.antelope.tasks">PasswordHandlerTask</a></dt>
<dd>
<div class="block">Sets the name of a property to receive the encrypted or decrypted password.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setOutdir-java.io.File-">setOutdir(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Set a directory to store files that may be returned from the post.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#setOutput-java.lang.String-">setOutput(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">Filename to write the output to.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#setOutput-java.lang.String-">setOutput(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">Filename to write the output to.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#setOutputdir-java.io.File-">setOutputdir(File)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">Where to put the parts.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#setPath-java.lang.String-">setPath(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#setPrefix-java.lang.String-">setPrefix(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">The start of the file names to write.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#setPrintmessage-boolean-">setPrintmessage(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>
<div class="block">If printstacktrace is set to true, this is ignored as the error message is
 printed as part of the stack trace.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#setPrintstacktrace-boolean-">setPrintstacktrace(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>
<div class="block">Default is to not print the stack trace.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionTask.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionTask.html" title="class in ise.antelope.tasks">BooleanConditionTask</a></dt>
<dd>
<div class="block">The name of the property to set.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Contains.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Contains.html" title="class in ise.antelope.tasks">Contains</a></dt>
<dd>
<div class="block">The name of a property value to search in.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/FileUtilTask.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/FileUtilTask.html" title="class in ise.antelope.tasks">FileUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Where to put the results of the search.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Foreach.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks">Foreach</a></dt>
<dd>
<div class="block">Sets the name of the property to set the value in.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsPropertyFalse.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsPropertyFalse.html" title="class in ise.antelope.tasks">IsPropertyFalse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsPropertyTrue.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsPropertyTrue.html" title="class in ise.antelope.tasks">IsPropertyTrue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Name the property to set after a timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Set the name of a property to save the response to.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ReadLog.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ReadLog.html" title="class in ise.antelope.tasks">ReadLog</a></dt>
<dd>
<div class="block">Where to put the log contents.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Name the property to set after all repeats are complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">Split the text value of the given property.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StartsWith.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StartsWith.html" title="class in ise.antelope.tasks">StartsWith</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#setProperty-java.lang.String-">setProperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>
<div class="block">Sets the property attribute of the StringUtilTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionTask.html#setProxy-java.lang.Object-">setProxy(Object)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionTask.html" title="class in ise.antelope.tasks">BooleanConditionTask</a></dt>
<dd>
<div class="block">Sets the proxy attribute of the BooleanConditionTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setRegex-java.lang.String-">setRegex(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">What to look for.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setRegex-java.lang.String-">setRegex(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">What to look for.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setRepeatunit-ise.antelope.tasks.typedefs.TimeUnit-">setRepeatunit(TimeUnit)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Set the max wait time unit, default is minutes.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathTask.html#setResult-java.lang.String-">setResult(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks">MathTask</a></dt>
<dd>
<div class="block">Sets the name of the property to store the result in.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#setReturn-java.lang.String-">setReturn(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">Set the property or properties that are set in the new project to be
 transfered back to the original project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#setReturn-java.lang.String-">setReturn(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">Set the property or properties that are set in the new project to be
 transfered back to the original project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setSeconds-int-">setSeconds(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Set a second wait value.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setSeconds-int-">setSeconds(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Set a number of seconds between repeats.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PasswordHandlerTask.html#setSeed-java.lang.String-">setSeed(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PasswordHandlerTask.html" title="class in ise.antelope.tasks">PasswordHandlerTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setSeparator-java.lang.String-">setSeparator(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Uses in conjunction with <code>setAllmatches</code>, this string will be
 placed between each match in the final result.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Foreach.html#setSeparator-java.lang.String-">setSeparator(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks">Foreach</a></dt>
<dd>
<div class="block">Sets the separator for the values string, defaults to comma.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setSeparator-java.lang.String-">setSeparator(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Used in conjunction with <code>setAllmatches</code>, this string will be
 placed between each match in the final result.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#setShowall-boolean-">setShowall(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>
<div class="block">Show all network interfaces, hostnames and IPs for the local host.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#setShowcanonical-boolean-">setShowcanonical(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/HostnameTask.html#setShowip-boolean-">setShowip(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/HostnameTask.html" title="class in ise.antelope.tasks">HostnameTask</a></dt>
<dd>
<div class="block">Should this task get the IP address of the local host instead of the
 hostname? Default is no, get the hostname, not the IP address.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#setShowoutput-boolean-">setShowoutput(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#setShowsummary-boolean-">setShowsummary(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>
<div class="block">Should the results be shown?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#setShowsummary-boolean-">setShowsummary(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#setSize-java.lang.String-">setSize(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">The linux split command allows modifiers: b for 512, k for 1K, m for 1
 Meg.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#setStacktraceproperty-java.lang.String-">setStacktraceproperty(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>
<div class="block">the stack trace can be stored as a property</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathTask.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathTask.html" title="class in ise.antelope.tasks">MathTask</a></dt>
<dd>
<div class="block">Use the StrictMath library.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Op.html#setStrict-boolean-">setStrict(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Op.html" title="class in ise.antelope.tasks">Op</a></dt>
<dd>
<div class="block">Use the StrictMath library.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Contains.html#setString-java.lang.String-">setString(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Contains.html" title="class in ise.antelope.tasks">Contains</a></dt>
<dd>
<div class="block">The string to search in.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/EndsWith.html#setString-java.lang.String-">setString(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/EndsWith.html" title="class in ise.antelope.tasks">EndsWith</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StartsWith.html#setString-java.lang.String-">setString(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StartsWith.html" title="class in ise.antelope.tasks">StartsWith</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#setString-java.lang.String-">setString(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>
<div class="block">Sets the string attribute of the StringUtilTask object</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Contains.html#setSubstring-java.lang.String-">setSubstring(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Contains.html" title="class in ise.antelope.tasks">Contains</a></dt>
<dd>
<div class="block">The string to search for.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.html#setTarget-java.lang.String-">setTarget(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.html" title="class in ise.antelope.tasks">AntCallBack</a></dt>
<dd>
<div class="block">The target of the new Ant project to execute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.html#setTarget-java.lang.String-">setTarget(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.html" title="class in ise.antelope.tasks">AntFetch</a></dt>
<dd>
<div class="block">The target of the new Ant project to execute.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Call.html#setTarget-java.lang.String-">setTarget(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Call.html" title="class in ise.antelope.tasks">Call</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setTo-java.net.URL-">setTo(URL)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Set the url to post to.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntCallBack.Reference.html#setToRefid-java.lang.String-">setToRefid(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntCallBack.Reference.html" title="class in ise.antelope.tasks">AntCallBack.Reference</a></dt>
<dd>
<div class="block">Set the id that this reference to be stored under in the new project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AntFetch.Reference.html#setToRefid-java.lang.String-">setToRefid(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/AntFetch.Reference.html" title="class in ise.antelope.tasks">AntFetch.Reference</a></dt>
<dd>
<div class="block">Set the id that this reference to be stored under in the new project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Foreach.html#setTrim-boolean-">setTrim(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks">Foreach</a></dt>
<dd>
<div class="block">If true, will trim whitespace from both ends of the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsGreaterThan.html#setTrim-boolean-">setTrim(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsGreaterThan.html" title="class in ise.antelope.tasks">IsGreaterThan</a></dt>
<dd>
<div class="block">Should we want to trim the arguments before comparing them?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IsLessThan.html#setTrim-boolean-">setTrim(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IsLessThan.html" title="class in ise.antelope.tasks">IsLessThan</a></dt>
<dd>
<div class="block">Should we want to trim the arguments before comparing them?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/MathEquals.html#setTrim-boolean-">setTrim(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/MathEquals.html" title="class in ise.antelope.tasks">MathEquals</a></dt>
<dd>
<div class="block">Should we want to trim the arguments before comparing them?</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setUnicodecase-boolean-">setUnicodecase(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>
<div class="block">Sets the unicodecase attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setUnicodecase-boolean-">setUnicodecase(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>
<div class="block">Sets the unicodecase attribute for the regex.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeDifference.html#setUnit-java.lang.String-">setUnit(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeDifference.html" title="class in ise.antelope.tasks">DateTimeDifference</a></dt>
<dd>
<div class="block">Sets the unit for the difference between the 2 datetimes.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setUnit-java.lang.String-">setUnit(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Sets the unit for the max wait.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setUnit-java.lang.String-">setUnit(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Sets the unit for the time between repeats.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Find.html#setUnixlines-boolean-">setUnixlines(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Find.html" title="class in ise.antelope.tasks">Find</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Grep.html#setUnixlines-boolean-">setUnixlines(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Grep.html" title="class in ise.antelope.tasks">Grep</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Variable.html#setUnset-boolean-">setUnset(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Variable.html" title="class in ise.antelope.tasks">Variable</a></dt>
<dd>
<div class="block">Determines whether the property should be removed from the project.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/ReadLog.html#setUrl-java.net.URL-">setUrl(URL)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/ReadLog.html" title="class in ise.antelope.tasks">ReadLog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Assert.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Assert.html" title="class in ise.antelope.tasks">Assert</a></dt>
<dd>
<div class="block">Set the expected value of the property.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/BooleanConditionTask.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/BooleanConditionTask.html" title="class in ise.antelope.tasks">BooleanConditionTask</a></dt>
<dd>
<div class="block">The value for the property to set, if condition evaluates to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Case.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Case.html" title="class in ise.antelope.tasks">Case</a></dt>
<dd>
<div class="block">Set the value for this case.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/DateTimeDifference.html#setValue-int-">setValue(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/DateTimeDifference.html" title="class in ise.antelope.tasks">DateTimeDifference</a></dt>
<dd>
<div class="block">Sets the expected difference between the 2 datetimes.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/IfTask.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/IfTask.html" title="class in ise.antelope.tasks">IfTask</a></dt>
<dd>
<div class="block">Set the expected value of the property.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">The value for the property to set after a timeout, defaults to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Num.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Num.html" title="class in ise.antelope.tasks">Num</a></dt>
<dd>
<div class="block">Set the value for this number.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Prop.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Prop.html" title="class in ise.antelope.tasks">Prop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">The value for the property to set after all repeats are complete,
 defaults to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>
<div class="block">Split the given string.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Variable.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Variable.html" title="class in ise.antelope.tasks">Variable</a></dt>
<dd>
<div class="block">Set the value of the property.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#setValueProgrammatically-java.lang.String-">setValueProgrammatically(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>
<div class="block">set the inner value programmatically.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Foreach.html#setValues-java.lang.String-">setValues(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Foreach.html" title="class in ise.antelope.tasks">Foreach</a></dt>
<dd>
<div class="block">Sets the values to iterate through.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setVerbose-boolean-">setVerbose(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">If true, progress messages and returned data from the post will be
 displayed.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.html#setWantresponse-boolean-">setWantresponse(boolean)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.html" title="class in ise.antelope.tasks">PostTask</a></dt>
<dd>
<div class="block">Default is true, get the response from the post.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#setWeeks-int-">setWeeks(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>
<div class="block">Set a week wait value.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#setWeeks-int-">setWeeks(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>
<div class="block">Set a number of weeks between repeats.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/EndsWith.html#setWith-java.lang.String-">setWith(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/EndsWith.html" title="class in ise.antelope.tasks">EndsWith</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StartsWith.html#setWith-java.lang.String-">setWith(String)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StartsWith.html" title="class in ise.antelope.tasks">StartsWith</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">SplitTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">This task is similar to the Unix/Linux split utility, it splits a file into
 a number of smaller pieces.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SplitTask.html#SplitTask--">SplitTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/SplitTask.html" title="class in ise.antelope.tasks">SplitTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#start--">start()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>
<div class="block">Starts/restarts the stopwatch.</div>
</dd>
<dt><a href="ise/antelope/tasks/StartsWith.html" title="class in ise.antelope.tasks"><span class="typeNameLink">StartsWith</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Extends IsTrue to do a String.startsWith().</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StartsWith.html#StartsWith--">StartsWith()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/StartsWith.html" title="class in ise.antelope.tasks">StartsWith</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#stop--">stop()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>
<div class="block">Stops the stopwatch.</div>
</dd>
<dt><a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks"><span class="typeNameLink">StopWatch</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">A stopwatch, useful for 'quick and dirty' performance testing.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#StopWatch--">StopWatch()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>
<div class="block">Starts the stopwatch.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#StopWatch-java.lang.String-">StopWatch(String)</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>
<div class="block">Starts the stopwatch.</div>
</dd>
<dt><a href="ise/antelope/tasks/StopWatchTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">StopWatchTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Assists in timing tasks and/or targets.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatchTask.html#StopWatchTask--">StopWatchTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatchTask.html" title="class in ise.antelope.tasks">StopWatchTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">StringUtilTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Copyright 2003</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StringUtilTask.html#StringUtilTask--">StringUtilTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/StringUtilTask.html" title="class in ise.antelope.tasks">StringUtilTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-java.math.BigDecimal-java.math.BigDecimal-">subtract(BigDecimal, BigDecimal)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-java.math.BigInteger-java.math.BigInteger-">subtract(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-double-double-">subtract(double, double)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-float-float-">subtract(float, float)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-long-long-">subtract(long, long)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-int-int-">subtract(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-java.math.BigDecimal:A-">subtract(BigDecimal[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-java.math.BigInteger:A-">subtract(BigInteger[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-double:A-">subtract(double[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-float:A-">subtract(float[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-long:A-">subtract(long[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#subtract-int:A-">subtract(int[])</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Suite</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Modeled after the TestSuite provided by jUnit.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Suite.html#Suite--">Suite()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Suite.html" title="class in ise.antelope.tasks">Suite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.OutputStream.html#suspendEncoding--">suspendEncoding()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks">Base64.OutputStream</a></dt>
<dd>
<div class="block">Suspends encoding of the stream.</div>
</dd>
<dt><a href="ise/antelope/tasks/SwitchTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">SwitchTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">This task emulates a Java switch.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/SwitchTask.html#SwitchTask--">SwitchTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/SwitchTask.html" title="class in ise.antelope.tasks">SwitchTask</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks"><span class="typeNameLink">TestCase</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Modeled after the TestCase provided by jUnit, this class is an Ant task that
 looks through the build file set in the <code>setFile</code> method, calls a
 'setUp' target in that build file (if it exists), then all targets whose
 names start with 'test', and last calls a target named 'tearDown' (if it
 exists).</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TestCase.html#TestCase--">TestCase()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/TestCase.html" title="class in ise.antelope.tasks">TestCase</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks"><span class="typeNameLink">TimeUnit</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">The enumeration of units: millisecond, second, minute, hour, day, week,
 month, year.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#TimeUnit--">TimeUnit()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>
<div class="block">Constructor for TimeUnit</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#toMillis-long-">toMillis(long)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>
<div class="block">convert the time in the current unit, to millis</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Num.html#toString--">toString()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Num.html" title="class in ise.antelope.tasks">Num</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/PostTask.Cookie.html#toString--">toString()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/PostTask.Cookie.html" title="class in ise.antelope.tasks">PostTask.Cookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#toString--">toString()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>
<div class="block">Returns the total elapsed time of the stopwatch formatted in decimal seconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/StopWatch.html#total--">total()</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/StopWatch.html" title="class in ise.antelope.tasks">StopWatch</a></dt>
<dd>
<div class="block">Total cumulative elapsed time, stops the stopwatch.</div>
</dd>
<dt><a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">TryTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Try is a container task - it can contain other Ant tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TryTask.html#TryTask--">TryTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/TryTask.html" title="class in ise.antelope.tasks">TryTask</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="ise/antelope/tasks/UIDTask.html" title="class in ise.antelope.tasks"><span class="typeNameLink">UIDTask</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">A task to generate a unique ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/UIDTask.html#UIDTask--">UIDTask()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/UIDTask.html" title="class in ise.antelope.tasks">UIDTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Limit.html#unit">unit</a></span> - Variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/Limit.html" title="class in ise.antelope.tasks">Limit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Repeat.html#unit">unit</a></span> - Variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/Repeat.html" title="class in ise.antelope.tasks">Repeat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="ise/antelope/tasks/Unset.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Unset</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Unsets a property.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Unset.html#Unset--">Unset()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Unset.html" title="class in ise.antelope.tasks">Unset</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:V">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><a href="ise/antelope/tasks/Variable.html" title="class in ise.antelope.tasks"><span class="typeNameLink">Variable</span></a> - Class in <a href="ise/antelope/tasks/package-summary.html">ise.antelope.tasks</a></dt>
<dd>
<div class="block">Similar to Property, but this property is mutable.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Variable.html#Variable--">Variable()</a></span> - Constructor for class ise.antelope.tasks.<a href="ise/antelope/tasks/Variable.html" title="class in ise.antelope.tasks">Variable</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/AssertException.html#WARN">WARN</a></span> - Static variable in exception ise.antelope.tasks.<a href="ise/antelope/tasks/AssertException.html" title="class in ise.antelope.tasks">AssertException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#WEEK">WEEK</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#WEEK_UNIT">WEEK_UNIT</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.OutputStream.html#write-int-">write(int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks">Base64.OutputStream</a></dt>
<dd>
<div class="block">Writes the byte to the output stream after
 converting to/from Base64 notation.</div>
</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Base64.OutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Base64.OutputStream.html" title="class in ise.antelope.tasks">Base64.OutputStream</a></dt>
<dd>
<div class="block">Calls <a href="ise/antelope/tasks/Base64.OutputStream.html#write-int-"><code>Base64.OutputStream.write(int)</code></a> repeatedly until <var>len</var> 
 bytes are written.</div>
</dd>
</dl>
<a name="I:X">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#xor-java.math.BigInteger-java.math.BigInteger-">xor(BigInteger, BigInteger)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/Math.html#xor-int-int-">xor(int, int)</a></span> - Static method in class ise.antelope.tasks.<a href="ise/antelope/tasks/Math.html" title="class in ise.antelope.tasks">Math</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Y">
<!--   -->
</a>
<h2 class="title">Y</h2>
<dl>
<dt><span class="memberNameLink"><a href="ise/antelope/tasks/TimeUnit.html#YEAR">YEAR</a></span> - Static variable in class ise.antelope.tasks.<a href="ise/antelope/tasks/TimeUnit.html" title="class in ise.antelope.tasks">TimeUnit</a></dt>
<dd>&nbsp;</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: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: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:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Y">Y</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="ise/antelope/tasks/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="ise/antelope/tasks/package-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 ======= -->
</body>
</html>