This file is indexed.

/usr/share/doc/libjline-java/api/index-all.html is in libjline-java-doc 1.0-2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Tue Jun 19 08:17:01 UTC 2012 -->
<title>Index</title>
<meta name="date" content="2012-06-19">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./jline/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="./jline/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 Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All 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="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_Y_">Y</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#ABORT">ABORT</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that aborts the current command (like searching)</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#ADD">ADD</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#addCandidateString(java.lang.String)">addCandidateString(String)</a></span> - Method in class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#addCompletor(jline.Completor)">addCompletor(Completor)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Add the specified <a href="./jline/Completor.html" title="interface in jline"><code>Completor</code></a> to the list of handlers for
 tab-completion.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#addToHistory(java.lang.String)">addToHistory(String)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Add the specified buffer to the end of the history.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#addTriggeredAction(char, java.awt.event.ActionListener)">addTriggeredAction(char, ActionListener)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Adding a triggered Action allows to give another course of action
 if a character passed the preprocessing.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#afterReadLine(jline.ConsoleReader, java.lang.String, java.lang.Character)">afterReadLine(ConsoleReader, String, Character)</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Invokes after the console reads a line with the prompt and mask.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#afterReadLine(jline.ConsoleReader, java.lang.String, java.lang.Character)">afterReadLine(ConsoleReader, String, Character)</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/ANSIBuffer.html" title="class in jline"><span class="strong">ANSIBuffer</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">A buffer that can contain ANSI text.</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#ANSIBuffer()">ANSIBuffer()</a></span> - Constructor for class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#ANSIBuffer(java.lang.String)">ANSIBuffer(String)</a></span> - Constructor for class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline"><span class="strong">ANSIBuffer.ANSICodes</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#append(java.lang.String)">append(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/ArgumentCompletor.html" title="class in jline"><span class="strong">ArgumentCompletor</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">A <a href="./jline/Completor.html" title="interface in jline"><code>Completor</code></a> implementation that invokes a child completor
  using the appropriate <i>separator</i> argument.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.html#ArgumentCompletor(jline.Completor)">ArgumentCompletor(Completor)</a></span> - Constructor for class jline.<a href="./jline/ArgumentCompletor.html" title="class in jline">ArgumentCompletor</a></dt>
<dd>
<div class="block">Constuctor: create a new completor with the default
  argument separator of " ".</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.html#ArgumentCompletor(java.util.List)">ArgumentCompletor(List)</a></span> - Constructor for class jline.<a href="./jline/ArgumentCompletor.html" title="class in jline">ArgumentCompletor</a></dt>
<dd>
<div class="block">Constuctor: create a new completor with the default
  argument separator of " ".</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.html#ArgumentCompletor(jline.Completor[])">ArgumentCompletor(Completor[])</a></span> - Constructor for class jline.<a href="./jline/ArgumentCompletor.html" title="class in jline">ArgumentCompletor</a></dt>
<dd>
<div class="block">Constuctor: create a new completor with the default
  argument separator of " ".</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.html#ArgumentCompletor(jline.Completor, jline.ArgumentCompletor.ArgumentDelimiter)">ArgumentCompletor(Completor, ArgumentCompletor.ArgumentDelimiter)</a></span> - Constructor for class jline.<a href="./jline/ArgumentCompletor.html" title="class in jline">ArgumentCompletor</a></dt>
<dd>
<div class="block">Constuctor: create a new completor with the specified
  argument delimiter.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.html#ArgumentCompletor(jline.Completor[], jline.ArgumentCompletor.ArgumentDelimiter)">ArgumentCompletor(Completor[], ArgumentCompletor.ArgumentDelimiter)</a></span> - Constructor for class jline.<a href="./jline/ArgumentCompletor.html" title="class in jline">ArgumentCompletor</a></dt>
<dd>
<div class="block">Constuctor: create a new completor with the specified
  argument delimiter.</div>
</dd>
<dt><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline"><span class="strong">ArgumentCompletor.AbstractArgumentDelimiter</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">Abstract implementation of a delimiter that uses the
  <a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#isDelimiter(java.lang.String, int)"><code>ArgumentCompletor.AbstractArgumentDelimiter.isDelimiter(java.lang.String, int)</code></a> method to determine if a particular
  character should be used as a delimiter.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#ArgumentCompletor.AbstractArgumentDelimiter()">ArgumentCompletor.AbstractArgumentDelimiter()</a></span> - Constructor for class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/ArgumentCompletor.ArgumentDelimiter.html" title="interface in jline"><span class="strong">ArgumentCompletor.ArgumentDelimiter</span></a> - Interface in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">The <a href="./jline/ArgumentCompletor.ArgumentDelimiter.html" title="interface in jline"><code>ArgumentCompletor.ArgumentDelimiter</code></a> allows custom
  breaking up of a <code>String</code> into individual arguments in
  order to dispatch the arguments to the nested <a href="./jline/Completor.html" title="interface in jline"><code>Completor</code></a>.</div>
</dd>
<dt><a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline"><span class="strong">ArgumentCompletor.ArgumentList</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">The result of a delimited buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#ArgumentCompletor.ArgumentList(java.lang.String[], int, int, int)">ArgumentCompletor.ArgumentList(String[], int, int, int)</a></span> - Constructor for class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/ArgumentCompletor.WhitespaceArgumentDelimiter.html" title="class in jline"><span class="strong">ArgumentCompletor.WhitespaceArgumentDelimiter</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block"><a href="./jline/ArgumentCompletor.ArgumentDelimiter.html" title="interface in jline"><code>ArgumentCompletor.ArgumentDelimiter</code></a>
  implementation that counts all
  whitespace (as reported by <code>Character.isWhitespace(char)</code>)
  as being a delimiter.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.WhitespaceArgumentDelimiter.html#ArgumentCompletor.WhitespaceArgumentDelimiter()">ArgumentCompletor.WhitespaceArgumentDelimiter()</a></span> - Constructor for class jline.<a href="./jline/ArgumentCompletor.WhitespaceArgumentDelimiter.html" title="class in jline">ArgumentCompletor.WhitespaceArgumentDelimiter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#ARROW_DOWN">ARROW_DOWN</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#ARROW_LEFT">ARROW_LEFT</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#ARROW_PREFIX">ARROW_PREFIX</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#ARROW_RIGHT">ARROW_RIGHT</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#ARROW_START">ARROW_START</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#ARROW_UP">ARROW_UP</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#attrib(int)">attrib(int)</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Sets the character attribute.</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#attrib(java.lang.String, int)">attrib(String, int)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#BACKSPACE">BACKSPACE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#backspace()">backspace()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Issue a backspace.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#beep()">beep()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Issue an audible keyboard bell, if <a href="./jline/ConsoleReader.html#getBellEnabled()"><code>ConsoleReader.getBellEnabled()</code></a> return true.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#beforeReadLine(jline.ConsoleReader, java.lang.String, java.lang.Character)">beforeReadLine(ConsoleReader, String, Character)</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Invokes before the console reads a line with the prompt and mask.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#beforeReadLine(jline.ConsoleReader, java.lang.String, java.lang.Character)">beforeReadLine(ConsoleReader, String, Character)</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#black(java.lang.String)">black(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#blink(java.lang.String)">blink(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#blue(java.lang.String)">blue(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#bold(java.lang.String)">bold(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="./jline/CandidateCycleCompletionHandler.html" title="class in jline"><span class="strong">CandidateCycleCompletionHandler</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">
  A <a href="./jline/CompletionHandler.html" title="interface in jline"><code>CompletionHandler</code></a> that deals with multiple distinct completions
  by cycling through each one every time tab is pressed.</div>
</dd>
<dt><span class="strong"><a href="./jline/CandidateCycleCompletionHandler.html#CandidateCycleCompletionHandler()">CandidateCycleCompletionHandler()</a></span> - Constructor for class jline.<a href="./jline/CandidateCycleCompletionHandler.html" title="class in jline">CandidateCycleCompletionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/CandidateListCompletionHandler.html" title="class in jline"><span class="strong">CandidateListCompletionHandler</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">
  A <a href="./jline/CompletionHandler.html" title="interface in jline"><code>CompletionHandler</code></a> that deals with multiple distinct completions
  by outputting the complete list of possibilities to the console.</div>
</dd>
<dt><span class="strong"><a href="./jline/CandidateListCompletionHandler.html#CandidateListCompletionHandler()">CandidateListCompletionHandler()</a></span> - Constructor for class jline.<a href="./jline/CandidateListCompletionHandler.html" title="class in jline">CandidateListCompletionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CHANGE_CASE">CHANGE_CASE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that toggles between uppercase and lowercase.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CHANGE_META">CHANGE_META</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#checkBackspace()">checkBackspace()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/ClassNameCompletor.html" title="class in jline"><span class="strong">ClassNameCompletor</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">A Completor implementation that completes java class names.</div>
</dd>
<dt><span class="strong"><a href="./jline/ClassNameCompletor.html#ClassNameCompletor()">ClassNameCompletor()</a></span> - Constructor for class jline.<a href="./jline/ClassNameCompletor.html" title="class in jline">ClassNameCompletor</a></dt>
<dd>
<div class="block">Complete candidates using all the classes available in the
  java <em>CLASSPATH</em>.</div>
</dd>
<dt><span class="strong"><a href="./jline/ClassNameCompletor.html#ClassNameCompletor(jline.SimpleCompletor.SimpleCompletorFilter)">ClassNameCompletor(SimpleCompletor.SimpleCompletorFilter)</a></span> - Constructor for class jline.<a href="./jline/ClassNameCompletor.html" title="class in jline">ClassNameCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/History.html#clear()">clear()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Clear the history buffer</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CLEAR_LINE">CLEAR_LINE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that clears whatever text is on the current line.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CLEAR_SCREEN">CLEAR_SCREEN</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that clears the screen.</div>
</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#clearBuffer()">clearBuffer()</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#clearScreen()">clearScreen()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Clear the screen by issuing the ANSI "clear screen" code.</div>
</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#clone()">clone()</a></span> - Method in class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#clreol()">clreol()</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Removes all characters from the current cursor position until
 the end of the line.</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#clrscr()">clrscr()</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Clears the screen and moves the cursor to the home postition.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.html#complete(java.lang.String, int, java.util.List)">complete(String, int, List)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.html" title="class in jline">ArgumentCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CandidateCycleCompletionHandler.html#complete(jline.ConsoleReader, java.util.List, int)">complete(ConsoleReader, List, int)</a></span> - Method in class jline.<a href="./jline/CandidateCycleCompletionHandler.html" title="class in jline">CandidateCycleCompletionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CandidateListCompletionHandler.html#complete(jline.ConsoleReader, java.util.List, int)">complete(ConsoleReader, List, int)</a></span> - Method in class jline.<a href="./jline/CandidateListCompletionHandler.html" title="class in jline">CandidateListCompletionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CompletionHandler.html#complete(jline.ConsoleReader, java.util.List, int)">complete(ConsoleReader, List, int)</a></span> - Method in interface jline.<a href="./jline/CompletionHandler.html" title="interface in jline">CompletionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/Completor.html#complete(java.lang.String, int, java.util.List)">complete(String, int, List)</a></span> - Method in interface jline.<a href="./jline/Completor.html" title="interface in jline">Completor</a></dt>
<dd>
<div class="block">Populates <i>candidates</i> with a list of possible
  completions for the <i>buffer</i>.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#COMPLETE">COMPLETE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that performs completion operation on the current word.</div>
</dd>
<dt><span class="strong"><a href="./jline/FileNameCompletor.html#complete(java.lang.String, int, java.util.List)">complete(String, int, List)</a></span> - Method in class jline.<a href="./jline/FileNameCompletor.html" title="class in jline">FileNameCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/MultiCompletor.html#complete(java.lang.String, int, java.util.List)">complete(String, int, List)</a></span> - Method in class jline.<a href="./jline/MultiCompletor.html" title="class in jline">MultiCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/NullCompletor.html#complete(java.lang.String, int, java.util.List)">complete(String, int, List)</a></span> - Method in class jline.<a href="./jline/NullCompletor.html" title="class in jline">NullCompletor</a></dt>
<dd>
<div class="block">Returns -1 always, indicating that the the buffer is never
  handled.</div>
</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#complete(java.lang.String, int, java.util.List)">complete(String, int, List)</a></span> - Method in class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/CompletionHandler.html" title="interface in jline"><span class="strong">CompletionHandler</span></a> - Interface in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">Handler for dealing with candidates for tab-completion.</div>
</dd>
<dt><a href="./jline/Completor.html" title="interface in jline"><span class="strong">Completor</span></a> - Interface in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">A Completor is the mechanism by which tab-completion candidates
  will be resolved.</div>
</dd>
<dt><a href="./jline/ConsoleOperations.html" title="interface in jline"><span class="strong">ConsoleOperations</span></a> - Interface in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">Symbolic constants for Console operations and virtual key bindings.</div>
</dd>
<dt><a href="./jline/ConsoleReader.html" title="class in jline"><span class="strong">ConsoleReader</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">A reader for console applications.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#ConsoleReader()">ConsoleReader()</a></span> - Constructor for class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Create a new reader using <code>FileDescriptor.in</code> for input and
 <code>System.out</code> for output.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#ConsoleReader(java.io.InputStream, java.io.Writer)">ConsoleReader(InputStream, Writer)</a></span> - Constructor for class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Create a new reader using the specified <code>InputStream</code> for input and
 the specific writer for output, using the default keybindings resource.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#ConsoleReader(java.io.InputStream, java.io.Writer, java.io.InputStream)">ConsoleReader(InputStream, Writer, InputStream)</a></span> - Constructor for class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#ConsoleReader(java.io.InputStream, java.io.Writer, java.io.InputStream, jline.Terminal)">ConsoleReader(InputStream, Writer, InputStream, Terminal)</a></span> - Constructor for class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Create a new reader.</div>
</dd>
<dt><a href="./jline/ConsoleReaderInputStream.html" title="class in jline"><span class="strong">ConsoleReaderInputStream</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">An <code>InputStream</code> implementation that wraps a <a href="./jline/ConsoleReader.html" title="class in jline"><code>ConsoleReader</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReaderInputStream.html#ConsoleReaderInputStream(jline.ConsoleReader)">ConsoleReaderInputStream(ConsoleReader)</a></span> - Constructor for class jline.<a href="./jline/ConsoleReaderInputStream.html" title="class in jline">ConsoleReaderInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/ConsoleRunner.html" title="class in jline"><span class="strong">ConsoleRunner</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">
  A pass-through application that sets the system input stream to a
  <a href="./jline/ConsoleReader.html" title="class in jline"><code>ConsoleReader</code></a> and invokes the specified main method.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleRunner.html#ConsoleRunner()">ConsoleRunner()</a></span> - Constructor for class jline.<a href="./jline/ConsoleRunner.html" title="class in jline">ConsoleRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CR">CR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#CR">CR</a></span> - Static variable in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_A">CTRL_A</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_B">CTRL_B</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_C">CTRL_C</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_D">CTRL_D</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_E">CTRL_E</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_F">CTRL_F</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_G">CTRL_G</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_K">CTRL_K</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_L">CTRL_L</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_N">CTRL_N</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_OB">CTRL_OB</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_P">CTRL_P</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#CTRL_QM">CTRL_QM</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#current()">current()</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/History.html#current()">current()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Return the content of the current buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#cursor">cursor</a></span> - Variable in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/CursorBuffer.html" title="class in jline"><span class="strong">CursorBuffer</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">A CursorBuffer is a holder for a <code>StringBuffer</code> that also contains the
 current cursor position.</div>
</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#CursorBuffer()">CursorBuffer()</a></span> - Constructor for class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#cyan(java.lang.String)">cyan(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#debug(java.lang.String)">debug(String)</a></span> - Static method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">debug.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#DEL_SECOND">DEL_SECOND</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#DEL_THIRD">DEL_THIRD</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#DELETE">DELETE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#delete()">delete()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Issue a delete.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#DELETE_KEY">DELETE_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
 this character indicates that
 the delete key was pressed.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#DELETE_META">DELETE_META</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#DELETE_NEXT_CHAR">DELETE_NEXT_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that deletes the previous character.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#DELETE_PREV_CHAR">DELETE_PREV_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#DELETE_PREV_WORD">DELETE_PREV_WORD</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that deletes the previous word in the buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#delimit(java.lang.String, int)">delimit(String, int)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentDelimiter.html#delimit(java.lang.String, int)">delimit(String, int)</a></span> - Method in interface jline.<a href="./jline/ArgumentCompletor.ArgumentDelimiter.html" title="interface in jline">ArgumentCompletor.ArgumentDelimiter</a></dt>
<dd>
<div class="block">Break the specified buffer into individual tokens
  that can be completed on their own.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#disableEcho()">disableEcho()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Disable character echoing.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#disableEcho()">disableEcho()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#disableEcho()">disableEcho()</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#disableEcho()">disableEcho()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#down(int)">down(int)</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Moves the cursor n rows down.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#DOWN_ARROW_KEY">DOWN_ARROW_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
 this character indicates an
 down arrow key press.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#drawLine()">drawLine()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Output put the prompt + the current buffer</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./jline/Terminal.html#enableEcho()">enableEcho()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Enable character echoing.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#enableEcho()">enableEcho()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#enableEcho()">enableEcho()</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#enableEcho()">enableEcho()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#END_CODE">END_CODE</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#END_KEY">END_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
 this character indicates that
 the end key was pressed.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#END_OF_HISTORY">END_OF_HISTORY</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moves the current History to the end.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#END_WORD">END_WORD</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#ESCAPE_KEY">ESCAPE_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR,
 this character indicates that the escape key was pressed.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#EXIT">EXIT</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that exits the command prompt.</div>
</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="./jline/FileNameCompletor.html" title="class in jline"><span class="strong">FileNameCompletor</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">A file name completor takes the buffer and issues a list of
  potential completions.</div>
</dd>
<dt><span class="strong"><a href="./jline/FileNameCompletor.html#FileNameCompletor()">FileNameCompletor()</a></span> - Constructor for class jline.<a href="./jline/FileNameCompletor.html" title="class in jline">FileNameCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.NoOpFilter.html#filter(java.lang.String)">filter(String)</a></span> - Method in class jline.<a href="./jline/SimpleCompletor.NoOpFilter.html" title="class in jline">SimpleCompletor.NoOpFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.SimpleCompletorFilter.html#filter(java.lang.String)">filter(String)</a></span> - Method in interface jline.<a href="./jline/SimpleCompletor.SimpleCompletorFilter.html" title="interface in jline">SimpleCompletor.SimpleCompletorFilter</a></dt>
<dd>
<div class="block">Filter the specified String.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#flushBuffer()">flushBuffer()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Flush the entire history buffer to the output PrintWriter.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#flushConsole()">flushConsole()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Flush the console output stream.</div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#getAnsiBuffer()">getAnsiBuffer()</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#getAnsiEnabled()">getAnsiEnabled()</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#getArgumentPosition()">getArgumentPosition()</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#getArguments()">getArguments()</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getAutoprintThreshhold()">getAutoprintThreshhold()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getBellEnabled()">getBellEnabled()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#getBuffer()">getBuffer()</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#getBufferPosition()">getBufferPosition()</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#getCandidates()">getCandidates()</a></span> - Method in class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ClassNameCompletor.html#getClassNames()">getClassNames()</a></span> - Static method in class jline.<a href="./jline/ClassNameCompletor.html" title="class in jline">ClassNameCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getCompletionHandler()">getCompletionHandler()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getCompletors()">getCompletors()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Returns an unmodifiable list of all the completors.</div>
</dd>
<dt><span class="strong"><a href="./jline/MultiCompletor.html#getCompletors()">getCompletors()</a></span> - Method in class jline.<a href="./jline/MultiCompletor.html" title="class in jline">MultiCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/History.html#getCurrentIndex()">getCurrentIndex()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Returns the current history index.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#getCursorArgument()">getCursorArgument()</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#getCursorArgumentIndex()">getCursorArgumentIndex()</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getCursorBuffer()">getCursorBuffer()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#getDefaultBindings()">getDefaultBindings()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#getDefaultBindings()">getDefaultBindings()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getDefaultPrompt()">getDefaultPrompt()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">The default prompt that will be issued.</div>
</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#getDelimiter()">getDelimiter()</a></span> - Method in class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#getDirectConsole()">getDirectConsole()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">Whether or not to allow the use of the JNI console interaction.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#getEcho()">getEcho()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Returns true if the terminal will echo all characters type.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#getEcho()">getEcho()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#getEcho()">getEcho()</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#getEcho()">getEcho()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getEchoCharacter()">getEchoCharacter()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Returns the echo character.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#getEscapeChars()">getEscapeChars()</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getHistory()">getHistory()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/History.html#getHistory(int)">getHistory(int)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Get the history string for the given index.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#getHistoryList()">getHistoryList()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Returns an immutable list of the history buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getInput()">getInput()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Returns the stream used for console input.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#getMaxSize()">getMaxSize()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Get the maximum size that the history buffer will store.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#getOutput()">getOutput()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Returns the PrintWriter that is used to store history elements.</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#getPlainBuffer()">getPlainBuffer()</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#getQuoteChars()">getQuoteChars()</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleRunner.html#getReader()">getReader()</a></span> - Static method in class jline.<a href="./jline/ConsoleRunner.html" title="class in jline">ConsoleRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.html#getStrict()">getStrict()</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.html" title="class in jline">ArgumentCompletor</a></dt>
<dd>
<div class="block">Returns whether a completion at argument index N will succees
  if all the completions from arguments 0-(N-1) also succeed.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#getSttyCommand()">getSttyCommand()</a></span> - Static method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>
<div class="block">The command to use to set the terminal options.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getTermheight()">getTermheight()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Query the terminal to find the current width;</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getTerminal()">getTerminal()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#getTerminal()">getTerminal()</a></span> - Static method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#getTerminalHeight()">getTerminalHeight()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Returns the current height of the terminal (in lines)</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#getTerminalHeight()">getTerminalHeight()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>
<div class="block">Returns the value of "stty size" height param.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#getTerminalHeight()">getTerminalHeight()</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>
<div class="block">Always returng 24, since we can't access this info on Windows.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#getTerminalHeight()">getTerminalHeight()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">Unsupported; return the default.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#getTerminalWidth()">getTerminalWidth()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Returns the current width of the terminal (in characters)</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#getTerminalWidth()">getTerminalWidth()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>
<div class="block">Returns the value of "stty size" width param.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#getTerminalWidth()">getTerminalWidth()</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>
<div class="block">Always returng 80, since we can't access this info on Windows.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#getTerminalWidth()">getTerminalWidth()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">Unsupported; return the default.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getTermwidth()">getTermwidth()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Query the terminal to find the current width;</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getUseHistory()">getUseHistory()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Whether or not to add new commands to the history buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#getUsePagination()">getUsePagination()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Whether to use pagination when the number of rows of candidates exceeds
 the height of the temrinal.</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#gotoxy(int, int)">gotoxy(int, int)</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#green(java.lang.String)">green(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><a href="./jline/History.html" title="class in jline"><span class="strong">History</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">A command history buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#History()">History()</a></span> - Constructor for class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Construstor: initialize a blank history.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#History(java.io.File)">History(File)</a></span> - Constructor for class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Construstor: initialize History object the the specified <code>File</code> for
 storage.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#HOME_CODE">HOME_CODE</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#HOME_KEY">HOME_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
 this character indicates that
 the home key was pressed.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./jline/Terminal.html#initializeTerminal()">initializeTerminal()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Initialize any system settings
  that are required for the console to be able to handle
  input correctly, such as setting tabtop, buffered input, and
  character echo.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#initializeTerminal()">initializeTerminal()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>
<div class="block">Remove line-buffered input by invoking "stty -icanon min 1"
  against the current terminal.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#initializeTerminal()">initializeTerminal()</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#initializeTerminal()">initializeTerminal()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#INSERT">INSERT</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that toggles insert/overtype</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#INSERT_KEY">INSERT_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
 this character indicates that
 the insert key was pressed.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#isANSISupported()">isANSISupported()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Returns true if the current console supports ANSI
  codes.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#isANSISupported()">isANSISupported()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">Windows doesn't support ANSI codes by default; disable them.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#isDelimiter(java.lang.String, int)">isDelimiter(String, int)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>
<div class="block">Returns true if the specified character is a whitespace
  parameter.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentDelimiter.html#isDelimiter(java.lang.String, int)">isDelimiter(String, int)</a></span> - Method in interface jline.<a href="./jline/ArgumentCompletor.ArgumentDelimiter.html" title="interface in jline">ArgumentCompletor.ArgumentDelimiter</a></dt>
<dd>
<div class="block">Returns true if the specified character is a whitespace
  parameter.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#isDelimiterChar(java.lang.String, int)">isDelimiterChar(String, int)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>
<div class="block">Returns true if the character at the specified position
  if a delimiter.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.WhitespaceArgumentDelimiter.html#isDelimiterChar(java.lang.String, int)">isDelimiterChar(String, int)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.WhitespaceArgumentDelimiter.html" title="class in jline">ArgumentCompletor.WhitespaceArgumentDelimiter</a></dt>
<dd>
<div class="block">The character is a delimiter if it is whitespace, and the
  preceeding character is not an escape character.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#isEchoEnabled()">isEchoEnabled()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Returns false if character echoing is disabled.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#isEchoEnabled()">isEchoEnabled()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#isEchoEnabled()">isEchoEnabled()</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#isEchoEnabled()">isEchoEnabled()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#isEscaped(java.lang.String, int)">isEscaped(String, int)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#isOvertyping()">isOvertyping()</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#isQuoted(java.lang.String, int)">isQuoted(String, int)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#isSupported()">isSupported()</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Returns true if this terminal is capable of initializing the
  terminal to use jline.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#isSupported()">isSupported()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#isSupported()">isSupported()</a></span> - Method in class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#isSupported()">isSupported()</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="./jline/package-summary.html">jline</a> - package jline</dt>
<dd>
<div class="block">
The core JLine API.</div>
</dd>
</dl>
<a name="_K_">
<!--   -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#KEYBOARD_BELL">KEYBOARD_BELL</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#KEYMAP_NAMES">KEYMAP_NAMES</a></span> - Static variable in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Map that contains the operation name to keymay operation mapping.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#KILL_LINE">KILL_LINE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that deletes the buffer from the current character to the end.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#KILL_LINE_PREV">KILL_LINE_PREV</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that deletes the buffer from the cursor to the beginning.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#killLine()">killLine()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Kill the buffer ahead of the current cursor position.</div>
</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#left(int)">left(int)</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Moves the cursor n positions to the left.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#LEFT_ARROW_KEY">LEFT_ARROW_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR,
 this character indicates an left arrow key press.</div>
</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#length()">length()</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/History.html#load(java.io.InputStream)">load(InputStream)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Load the history buffer from the specified InputStream.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#load(java.io.Reader)">load(Reader)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Load the history buffer from the specified Reader.</div>
</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#magenta(java.lang.String)">magenta(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleRunner.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class jline.<a href="./jline/ConsoleRunner.html" title="class in jline">ConsoleRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/FileNameCompletor.html#matchFiles(java.lang.String, java.lang.String, java.io.File[], java.util.List)">matchFiles(String, String, File[], List)</a></span> - Method in class jline.<a href="./jline/FileNameCompletor.html" title="class in jline">FileNameCompletor</a></dt>
<dd>
<div class="block">Match the specified <i>buffer</i> to the array of <i>entries</i>
  and enter the matches into the list of <i>candidates</i>.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#MOVE_TO_BEG">MOVE_TO_BEG</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moves to the beginning of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#MOVE_TO_END">MOVE_TO_END</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moves to the end of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#moveCursor(int)">moveCursor(int)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Move the cursor <i>where</i> characters.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#moveToEnd()">moveToEnd()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Move to the end of the history buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#moveToFirstEntry()">moveToFirstEntry()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Moves the history index to the first entry.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#moveToLastEntry()">moveToLastEntry()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">This moves the history to the last entry.</div>
</dd>
<dt><a href="./jline/MultiCompletor.html" title="class in jline"><span class="strong">MultiCompletor</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">
  A completor that contains multiple embedded completors.</div>
</dd>
<dt><span class="strong"><a href="./jline/MultiCompletor.html#MultiCompletor()">MultiCompletor()</a></span> - Constructor for class jline.<a href="./jline/MultiCompletor.html" title="class in jline">MultiCompletor</a></dt>
<dd>
<div class="block">Construct a MultiCompletor with no embedded completors.</div>
</dd>
<dt><span class="strong"><a href="./jline/MultiCompletor.html#MultiCompletor(java.util.List)">MultiCompletor(List)</a></span> - Constructor for class jline.<a href="./jline/MultiCompletor.html" title="class in jline">MultiCompletor</a></dt>
<dd>
<div class="block">Construct a MultiCompletor with the specified list of
  <a href="./jline/Completor.html" title="interface in jline"><code>Completor</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./jline/MultiCompletor.html#MultiCompletor(jline.Completor[])">MultiCompletor(Completor[])</a></span> - Constructor for class jline.<a href="./jline/MultiCompletor.html" title="class in jline">MultiCompletor</a></dt>
<dd>
<div class="block">Construct a MultiCompletor with the specified
  <a href="./jline/Completor.html" title="interface in jline"><code>Completor</code></a> instances.</div>
</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#NEWLINE">NEWLINE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that issues a newline.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#next()">next()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Move the pointer to the next element in the buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#NEXT_CHAR">NEXT_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moves to the next character in the buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#NEXT_HISTORY">NEXT_HISTORY</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that sets the buffer to the next history item.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#NEXT_SPACE_WORD">NEXT_SPACE_WORD</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#NEXT_WORD">NEXT_WORD</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moved to the next word.</div>
</dd>
<dt><a href="./jline/NullCompletor.html" title="class in jline"><span class="strong">NullCompletor</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">
  A completor that does nothing.</div>
</dd>
<dt><span class="strong"><a href="./jline/NullCompletor.html#NullCompletor()">NullCompletor()</a></span> - Constructor for class jline.<a href="./jline/NullCompletor.html" title="class in jline">NullCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#NUMPAD_KEY_INDICATOR">NUMPAD_KEY_INDICATOR</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">On windows terminals, this character indicates that a special key on the
 number pad has been pressed.</div>
</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#O_PREFIX">O_PREFIX</a></span> - Static variable in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#PAGE_DOWN_KEY">PAGE_DOWN_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
 this character indicates that
 the page down key was pressed.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#PAGE_UP_KEY">PAGE_UP_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
 this character indicates that
 the page up key was pressed.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#PASTE">PASTE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that pastes the contents of the clipboard into the line</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#paste()">paste()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Paste the contents of the clipboard into the console buffer</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#PASTE_NEXT">PASTE_NEXT</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#PASTE_PREV">PASTE_PREV</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#PREV_CHAR">PREV_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moved to the previous character in the buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#PREV_HISTORY">PREV_HISTORY</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that sets the buffer to the previous history item.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#PREV_SPACE_WORD">PREV_SPACE_WORD</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moved to the previous whitespace.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#PREV_WORD">PREV_WORD</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#previous()">previous()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Move the pointer to the previous element in the buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/CandidateListCompletionHandler.html#printCandidates(jline.ConsoleReader, java.util.Collection, boolean)">printCandidates(ConsoleReader, Collection, boolean)</a></span> - Static method in class jline.<a href="./jline/CandidateListCompletionHandler.html" title="class in jline">CandidateListCompletionHandler</a></dt>
<dd>
<div class="block">Print out the candidates.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#printColumns(java.util.Collection)">printColumns(Collection)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Output the specified <code>Collection</code> in proper columns.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#printNewline()">printNewline()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Output a platform-dependant newline.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#printSearchStatus(java.lang.String, java.lang.String)">printSearchStatus(String, String)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#printString(java.lang.String)">printString(String)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Output the specified string to the output stream (but not the buffer).</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleRunner.html#property">property</a></span> - Static variable in class jline.<a href="./jline/ConsoleRunner.html" title="class in jline">ConsoleRunner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#putString(java.lang.String)">putString(String)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Write out the specified string to the buffer and the output stream.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#readCharacter(char[])">readCharacter(char[])</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#readCharacter(java.io.InputStream)">readCharacter(InputStream)</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Read a single character from the input stream.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#readCharacter(java.io.InputStream)">readCharacter(InputStream)</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#readLine()">readLine()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Read the next line and return the contents of the buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#readLine(java.lang.Character)">readLine(Character)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Read the next line with the specified character mask.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#readLine(java.lang.String)">readLine(String)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#readLine(java.lang.String, java.lang.Character)">readLine(String, Character)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Read a line from the <i>in</i> <code>InputStream</code>, and return the line
 (without any trailing newlines).</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#readVirtualKey()">readVirtualKey()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Read a character from the console.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#readVirtualKey(java.io.InputStream)">readVirtualKey(InputStream)</a></span> - Method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Reads a virtual key from the console.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#readVirtualKey(java.io.InputStream)">readVirtualKey(InputStream)</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#readVirtualKey(java.io.InputStream)">readVirtualKey(InputStream)</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#red(java.lang.String)">red(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#REDISPLAY">REDISPLAY</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that redisplays the current buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#redrawLine()">redrawLine()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Clear the line and redraw it.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#removeCompletor(jline.Completor)">removeCompletor(Completor)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Remove the specified <a href="./jline/Completor.html" title="interface in jline"><code>Completor</code></a> from the list of handlers for
 tab-completion.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#REPEAT_NEXT_CHAR">REPEAT_NEXT_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that repeats the character.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#REPEAT_PREV_CHAR">REPEAT_PREV_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moves to the previous character in the buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#REPEAT_SEARCH_NEXT">REPEAT_SEARCH_NEXT</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#REPEAT_SEARCH_PREV">REPEAT_SEARCH_PREV</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#replace(int, java.lang.String)">replace(int, String)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#REPLACE_CHAR">REPLACE_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#REPLACE_MODE">REPLACE_MODE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#RESET_LINE">RESET_LINE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#resetmode(int)">resetmode(int)</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Same as setmode () except for mode = 7, which disables line
 wrapping (useful for writing the right-most column without
 scrolling to the next line).</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#resetTerminal()">resetTerminal()</a></span> - Static method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Reset the current terminal to null.</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#restore()">restore()</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Restores the saved cursor position.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReaderInputStream.html#restoreIn()">restoreIn()</a></span> - Static method in class jline.<a href="./jline/ConsoleReaderInputStream.html" title="class in jline">ConsoleReaderInputStream</a></dt>
<dd>
<div class="block">Restore the original <code>System.in</code> input stream.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#restoreLine()">restoreLine()</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#restoreTerminal()">restoreTerminal()</a></span> - Method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>
<div class="block">Restore the original terminal configuration, which can be used when
 shutting down the console reader.</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#reverse(java.lang.String)">reverse(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#right(int)">right(int)</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Moves the cursor n positions to the right.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#RIGHT_ARROW_KEY">RIGHT_ARROW_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
 this character indicates an
 right arrow key press.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#save()">save()</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Saves the current cursor position.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#SEARCH_NEXT">SEARCH_NEXT</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that searches forward in the command history.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#SEARCH_PREV">SEARCH_PREV</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that searches backwards in the command history.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#searchBackwards(java.lang.String, int)">searchBackwards(String, int)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Search backward in history from a given position.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#searchBackwards(java.lang.String)">searchBackwards(String)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Search backwards in history from the current position.</div>
</dd>
<dt><span class="strong"><a href="./jline/CandidateListCompletionHandler.html#setAlwaysIncludeNewline(boolean)">setAlwaysIncludeNewline(boolean)</a></span> - Method in class jline.<a href="./jline/CandidateListCompletionHandler.html" title="class in jline">CandidateListCompletionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#setAnsiEnabled(boolean)">setAnsiEnabled(boolean)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#setArgumentPosition(int)">setArgumentPosition(int)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#setArguments(java.lang.String[])">setArguments(String[])</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setAutoprintThreshhold(int)">setAutoprintThreshhold(int)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setBellEnabled(boolean)">setBellEnabled(boolean)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CandidateListCompletionHandler.html#setBuffer(jline.ConsoleReader, java.lang.String, int)">setBuffer(ConsoleReader, String, int)</a></span> - Static method in class jline.<a href="./jline/CandidateListCompletionHandler.html" title="class in jline">CandidateListCompletionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#setBuffer(java.lang.StringBuffer)">setBuffer(StringBuffer)</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#setBufferPosition(int)">setBufferPosition(int)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#setCandidates(java.util.SortedSet)">setCandidates(SortedSet)</a></span> - Method in class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#setCandidateStrings(java.lang.String[])">setCandidateStrings(String[])</a></span> - Method in class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setCompletionHandler(jline.CompletionHandler)">setCompletionHandler(CompletionHandler)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/MultiCompletor.html#setCompletors(jline.Completor[])">setCompletors(Completor[])</a></span> - Method in class jline.<a href="./jline/MultiCompletor.html" title="class in jline">MultiCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/History.html#setCurrentIndex(int)">setCurrentIndex(int)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Set current index to given number.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.ArgumentList.html#setCursorArgumentIndex(int)">setCursorArgumentIndex(int)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.ArgumentList.html" title="class in jline">ArgumentCompletor.ArgumentList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setCursorPosition(int)">setCursorPosition(int)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Move the cursor position to the specified absolute index.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setDebug(java.io.PrintWriter)">setDebug(PrintWriter)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Set the stream for debugging.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setDefaultPrompt(java.lang.String)">setDefaultPrompt(String)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">The default prompt that will be issued.</div>
</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#setDelimiter(java.lang.String)">setDelimiter(String)</a></span> - Method in class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#setDirectConsole(java.lang.Boolean)">setDirectConsole(Boolean)</a></span> - Method in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">Whether or not to allow the use of the JNI console interaction.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setEchoCharacter(java.lang.Character)">setEchoCharacter(Character)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">
 Set the echo character.</div>
</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#setEscapeChars(char[])">setEscapeChars(char[])</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setHistory(jline.History)">setHistory(History)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/History.html#setHistoryFile(java.io.File)">setHistoryFile(File)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReaderInputStream.html#setIn()">setIn()</a></span> - Static method in class jline.<a href="./jline/ConsoleReaderInputStream.html" title="class in jline">ConsoleReaderInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReaderInputStream.html#setIn(jline.ConsoleReader)">setIn(ConsoleReader)</a></span> - Static method in class jline.<a href="./jline/ConsoleReaderInputStream.html" title="class in jline">ConsoleReaderInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setInput(java.io.InputStream)">setInput(InputStream)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Set the stream to be used for console input.</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#setkey(java.lang.String, java.lang.String)">setkey(String, String)</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Sets the key with the given code to the given value.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#setMaxSize(int)">setMaxSize(int)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Set the maximum size that the history buffer will store.</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#setmode(int)">setmode(int)</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Sets the screen mode.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#setOutput(java.io.PrintWriter)">setOutput(PrintWriter)</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">The output to which all history elements will be written (or null of
 history is not saved to a buffer).</div>
</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#setOvertyping(boolean)">setOvertyping(boolean)</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html#setQuoteChars(char[])">setQuoteChars(char[])</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.AbstractArgumentDelimiter.html" title="class in jline">ArgumentCompletor.AbstractArgumentDelimiter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ArgumentCompletor.html#setStrict(boolean)">setStrict(boolean)</a></span> - Method in class jline.<a href="./jline/ArgumentCompletor.html" title="class in jline">ArgumentCompletor</a></dt>
<dd>
<div class="block">If true, a completion at argument index N will only succeed
  if all the completions from 0-(N-1) also succeed.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#setSttyCommand(java.lang.String)">setSttyCommand(String)</a></span> - Static method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>
<div class="block">The command to use to set the terminal options.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#setupTerminal()">setupTerminal()</a></span> - Static method in class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>
<div class="block">Configure and return the <a href="./jline/Terminal.html" title="class in jline"><code>Terminal</code></a> instance for the
  current platform.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setUseHistory(boolean)">setUseHistory(boolean)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Whether or not to add new commands to the history buffer.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleReader.html#setUsePagination(boolean)">setUsePagination(boolean)</a></span> - Method in class jline.<a href="./jline/ConsoleReader.html" title="class in jline">ConsoleReader</a></dt>
<dd>
<div class="block">Whether to use pagination when the number of rows of candidates exceeds
 the height of the temrinal.</div>
</dd>
<dt><a href="./jline/SimpleCompletor.html" title="class in jline"><span class="strong">SimpleCompletor</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">
  A simple <a href="./jline/Completor.html" title="interface in jline"><code>Completor</code></a> implementation that handles a pre-defined
  list of completion words.</div>
</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#SimpleCompletor(java.lang.String)">SimpleCompletor(String)</a></span> - Constructor for class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>
<div class="block">Create a new SimpleCompletor with a single possible completion
  values.</div>
</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#SimpleCompletor(java.lang.String[])">SimpleCompletor(String[])</a></span> - Constructor for class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>
<div class="block">Create a new SimpleCompletor with a list of possible completion
  values.</div>
</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#SimpleCompletor(java.lang.String[], jline.SimpleCompletor.SimpleCompletorFilter)">SimpleCompletor(String[], SimpleCompletor.SimpleCompletorFilter)</a></span> - Constructor for class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#SimpleCompletor(java.io.Reader)">SimpleCompletor(Reader)</a></span> - Constructor for class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>
<div class="block">Complete candidates using the contents of the specified Reader.</div>
</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.html#SimpleCompletor(java.io.InputStream)">SimpleCompletor(InputStream)</a></span> - Constructor for class jline.<a href="./jline/SimpleCompletor.html" title="class in jline">SimpleCompletor</a></dt>
<dd>
<div class="block">Complete candidates using the whitespearated values in
  read from the specified Reader.</div>
</dd>
<dt><a href="./jline/SimpleCompletor.NoOpFilter.html" title="class in jline"><span class="strong">SimpleCompletor.NoOpFilter</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/SimpleCompletor.NoOpFilter.html#SimpleCompletor.NoOpFilter()">SimpleCompletor.NoOpFilter()</a></span> - Constructor for class jline.<a href="./jline/SimpleCompletor.NoOpFilter.html" title="class in jline">SimpleCompletor.NoOpFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./jline/SimpleCompletor.SimpleCompletorFilter.html" title="interface in jline"><span class="strong">SimpleCompletor.SimpleCompletorFilter</span></a> - Interface in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">Filter for elements in the completor.</div>
</dd>
<dt><span class="strong"><a href="./jline/History.html#size()">size()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/FileNameCompletor.html#sortFileNames(java.util.List)">sortFileNames(List)</a></span> - Method in class jline.<a href="./jline/FileNameCompletor.html" title="class in jline">FileNameCompletor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#SPECIAL_KEY_INDICATOR">SPECIAL_KEY_INDICATOR</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">On windows terminals, this character indicates that a 'special' key has
 been pressed.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#START_OF_HISTORY">START_OF_HISTORY</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moves the current History to the beginning.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#stty(java.lang.String)">stty(String)</a></span> - Static method in class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>
<div class="block">Execute the stty command with the specified arguments
  against the current active terminal.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#SUBSTITUTE_CHAR">SUBSTITUTE_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#SUBSTITUTE_LINE">SUBSTITUTE_LINE</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="./jline/Terminal.html" title="class in jline"><span class="strong">Terminal</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">Representation of the input terminal for a platform.</div>
</dd>
<dt><span class="strong"><a href="./jline/Terminal.html#Terminal()">Terminal()</a></span> - Constructor for class jline.<a href="./jline/Terminal.html" title="class in jline">Terminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#TO_END_WORD">TO_END_WORD</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that moved to the end of the current word.</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#TO_NEXT_CHAR">TO_NEXT_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#TO_PREV_CHAR">TO_PREV_CHAR</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that</div>
</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#toString(boolean)">toString(boolean)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#toString()">toString()</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#toString()">toString()</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/History.html#toString()">toString()</a></span> - Method in class jline.<a href="./jline/History.html" title="class in jline">History</a></dt>
<dd>
<div class="block">Returns the standard <code>AbstractCollection.toString()</code> representation
 of the history list.</div>
</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#underscore(java.lang.String)">underscore(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#UNDO">UNDO</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Operation that undoes the previous operation.</div>
</dd>
<dt><a href="./jline/UnixTerminal.html" title="class in jline"><span class="strong">UnixTerminal</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">
  Terminal that is used for unix platforms.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnixTerminal.html#UnixTerminal()">UnixTerminal()</a></span> - Constructor for class jline.<a href="./jline/UnixTerminal.html" title="class in jline">UnixTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ConsoleOperations.html#UNKNOWN">UNKNOWN</a></span> - Static variable in interface jline.<a href="./jline/ConsoleOperations.html" title="interface in jline">ConsoleOperations</a></dt>
<dd>
<div class="block">Unknown operation.</div>
</dd>
<dt><a href="./jline/UnsupportedTerminal.html" title="class in jline"><span class="strong">UnsupportedTerminal</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">A no-op unsupported terminal.</div>
</dd>
<dt><span class="strong"><a href="./jline/UnsupportedTerminal.html#UnsupportedTerminal()">UnsupportedTerminal()</a></span> - Constructor for class jline.<a href="./jline/UnsupportedTerminal.html" title="class in jline">UnsupportedTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/ANSIBuffer.ANSICodes.html#up(int)">up(int)</a></span> - Static method in class jline.<a href="./jline/ANSIBuffer.ANSICodes.html" title="class in jline">ANSIBuffer.ANSICodes</a></dt>
<dd>
<div class="block">Moves the cursor n rows up without changing the current column.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#UP_ARROW_KEY">UP_ARROW_KEY</a></span> - Static variable in class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>
<div class="block">When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR
 this character indicates an up
 arrow key press.</div>
</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><a href="./jline/WindowsTerminal.html" title="class in jline"><span class="strong">WindowsTerminal</span></a> - Class in <a href="./jline/package-summary.html">jline</a></dt>
<dd>
<div class="block">
 Terminal implementation for Microsoft Windows.</div>
</dd>
<dt><span class="strong"><a href="./jline/WindowsTerminal.html#WindowsTerminal()">WindowsTerminal()</a></span> - Constructor for class jline.<a href="./jline/WindowsTerminal.html" title="class in jline">WindowsTerminal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#write(char)">write(char)</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>
<div class="block">Write the specific character into the buffer, setting the cursor position
 ahead one.</div>
</dd>
<dt><span class="strong"><a href="./jline/CursorBuffer.html#write(java.lang.String)">write(String)</a></span> - Method in class jline.<a href="./jline/CursorBuffer.html" title="class in jline">CursorBuffer</a></dt>
<dd>
<div class="block">Insert the specified <code>String</code> into the buffer, setting the cursor
 to the end of the insertion point.</div>
</dd>
</dl>
<a name="_Y_">
<!--   -->
</a>
<h2 class="title">Y</h2>
<dl>
<dt><span class="strong"><a href="./jline/ANSIBuffer.html#yellow(java.lang.String)">yellow(String)</a></span> - Method in class jline.<a href="./jline/ANSIBuffer.html" title="class in jline">ANSIBuffer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_Y_">Y</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./jline/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="./jline/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 Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All 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>