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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Fri Jun 15 04:16:15 UTC 2012 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2012-06-15">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./jline/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./jline/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

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

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./jline/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./jline/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>