This file is indexed.

/usr/share/doc/libgentlyweb-utils-java-doc/api/index-all.html is in libgentlyweb-utils-java-doc 1.5-1.

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
<!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_22) on Thu Jun 30 08:32:08 UTC 2011 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2011-06-30">

<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="./com/gentlyweb/utils/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="./overview-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="#_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="#_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="#_V_">V</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="./com/gentlyweb/utils/GeneralFilter.html#accept(java.lang.Object)"><B>accept(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Cycle over all our fields and check to see if this object
 matches.
<DT><A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils"><B>Accessor</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>This class is used to perform access into a Java object using a 
 String value with a specific notation.<DT><A HREF="./com/gentlyweb/utils/Accessor.html#Accessor()"><B>Accessor()</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils">Accessor</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#add(com.gentlyweb.utils.TimeDuration)"><B>add(TimeDuration)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#addAll(java.io.File, java.io.FileFilter)"><B>addAll(File, FileFilter)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>Add all the files in the specified directory.
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#addField(com.gentlyweb.utils.Getter, java.lang.String)"><B>addField(Getter, String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#addField(java.lang.String, java.lang.String)"><B>addField(String, String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Add a field that we sort on, if you readd the same field then
 the type is just updated.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#addField(java.lang.String, java.util.Date, java.util.Date)"><B>addField(String, Date, Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Add a new field to check for the date to be in the specified range.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#addField(java.lang.String, java.util.Date, int)"><B>addField(String, Date, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Add a new field for a Date comparison.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#addField(java.lang.String, boolean, int)"><B>addField(String, boolean, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Add a new field for a boolean comparison.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#addField(java.lang.String, double, int)"><B>addField(String, double, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Add a new field for a number comparison.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#addField(java.lang.String, double, double)"><B>addField(String, double, double)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Add a new field for a number range comparison.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#addField(java.lang.String, java.lang.String, int)"><B>addField(String, String, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Add a new field for a String comparison.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#addField(java.lang.String, java.lang.Object, int)"><B>addField(String, Object, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Add a new field for an Object comparison.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#addField(java.lang.String, java.lang.Object, java.util.Comparator, int)"><B>addField(String, Object, Comparator, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Add a new field for an Object comparison.
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#addFieldAfter(java.lang.String, java.lang.String, java.lang.String)"><B>addFieldAfter(String, String, String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Add a new field in AFTER the named field, if we don't have the 
 named field then we just call <A HREF="./com/gentlyweb/utils/GeneralComparator.html#addField(java.lang.String, java.lang.String)"><CODE>GeneralComparator.addField(String,String)</CODE></A> which
 will add the field in after all the others.
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#addFieldAtIndex(java.lang.String, java.lang.String, int)"><B>addFieldAtIndex(String, String, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Add a new field in at the specified index.
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#addFieldBefore(java.lang.String, java.lang.String, java.lang.String)"><B>addFieldBefore(String, String, String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Add a new field in BEFORE the named field, if we don't have the 
 named field then we just call <A HREF="./com/gentlyweb/utils/GeneralComparator.html#addField(java.lang.String, java.lang.String)"><CODE>GeneralComparator.addField(String,String)</CODE></A> which
 will add the field in after all the others.
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#addFile(java.io.File)"><B>addFile(File)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>Add a file to be watched.
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#addFileChangeListener(com.gentlyweb.utils.FileChangeListener, int)"><B>addFileChangeListener(FileChangeListener, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#addFileChangeListener(com.gentlyweb.utils.FileChangeListener)"><B>addFileChangeListener(FileChangeListener)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html#addFileChangeListener(com.gentlyweb.utils.FileChangeListener, int)"><B>addFileChangeListener(FileChangeListener, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils">FileWatcher.Worker</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html#addFileChangeListener(com.gentlyweb.utils.FileChangeListener)"><B>addFileChangeListener(FileChangeListener)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils">FileWatcher.Worker</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Grouper.html#addGroupBy(com.gentlyweb.utils.Getter)"><B>addGroupBy(Getter)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Grouper.html" title="class in com.gentlyweb.utils">Grouper</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Grouper.html#addGroupBy(java.lang.String)"><B>addGroupBy(String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Grouper.html" title="class in com.gentlyweb.utils">Grouper</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/CollectionsUtils.html#addListEntriesToMap(java.util.List, java.util.Map, boolean)"><B>addListEntriesToMap(List, Map, boolean)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/CollectionsUtils.html" title="class in com.gentlyweb.utils">CollectionsUtils</A>
<DD>Add all the entries in the List as keys in the specified map.
<DT><A HREF="./com/gentlyweb/utils/CollectionsUtils.html#addMapEntriesToList(java.util.Map, java.util.List)"><B>addMapEntriesToList(Map, List)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/CollectionsUtils.html" title="class in com.gentlyweb.utils">CollectionsUtils</A>
<DD>Get all the entries in the Map object out and place into
 the List passed in, just add at the bottom.
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#areAllCharsInRange(java.lang.String, char, char)"><B>areAllCharsInRange(String, char, char)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Indicate whether the String value has ALL of it's characters
 in the specified range of characters.
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#ASC"><B>ASC</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Use to indicate that a field should be sorted in ascending order.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#cacheSlice(java.util.Date, java.util.Date)"><B>cacheSlice(Date, Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#cacheSliceFrom(java.util.Date)"><B>cacheSliceFrom(Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#cacheSliceTo(java.util.Date)"><B>cacheSliceTo(Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#canRead()"><B>canRead()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#canWrite()"><B>canWrite()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html#capacity(java.lang.Object)"><B>capacity(Object)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils">MultipleObjectCacheManager</A>
<DD>Return the current capacity of the cache, it should basically be (max size - current size).
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#capacity()"><B>capacity()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html#capacity()"><B>capacity()</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils">ObjectCacheManager</A>
<DD>Return the current capacity of the cache, it should basically be (max size - current size).
<DT><A HREF="./com/gentlyweb/utils/ChainException.html" title="class in com.gentlyweb.utils"><B>ChainException</B></A> - Exception in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/ChainException.html#ChainException(java.lang.String)"><B>ChainException(String)</B></A> - 
Constructor for exception com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ChainException.html" title="class in com.gentlyweb.utils">ChainException</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ChainException.html#ChainException(java.lang.String, java.lang.Throwable)"><B>ChainException(String, Throwable)</B></A> - 
Constructor for exception com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ChainException.html" title="class in com.gentlyweb.utils">ChainException</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html#clazz"><B>clazz</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html" title="class in com.gentlyweb.utils">GeneralComparator.XMLConstants</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#clearAll()"><B>clearAll()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>Stop ALL files from being watched.
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#collect(java.util.Map, java.lang.String, java.util.List)"><B>collect(Map, String, List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#collect(java.util.Map, java.lang.String, java.util.Collection)"><B>collect(Map, String, Collection)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#collect(java.util.Map, java.lang.String, java.util.Map)"><B>collect(Map, String, Map)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#collect(java.util.Collection, java.util.Collection)"><B>collect(Collection, Collection)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#collect(java.util.Collection, java.util.List)"><B>collect(Collection, List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#collect(java.util.List, java.util.List)"><B>collect(List, List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#collect(java.util.List, java.util.Collection)"><B>collect(List, Collection)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/CollectionsUtils.html" title="class in com.gentlyweb.utils"><B>CollectionsUtils</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/CollectionsUtils.html#CollectionsUtils()"><B>CollectionsUtils()</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/CollectionsUtils.html" title="class in com.gentlyweb.utils">CollectionsUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/package-summary.html"><B>com.gentlyweb.utils</B></A> - package com.gentlyweb.utils<DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#compare(java.lang.Object, java.lang.Object)"><B>compare(Object, Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Implement the <CODE>Comparator.compare(Object,Object)</CODE> method.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#CONTAINS"><B>CONTAINS</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/CollectionsUtils.html#convertListToMap(java.util.List, java.util.Map, java.lang.String, java.lang.String)"><B>convertListToMap(List, Map, String, String)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/CollectionsUtils.html" title="class in com.gentlyweb.utils">CollectionsUtils</A>
<DD>Given a List of objects, convert the values it contains to the passed in Map.
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#convertStringToCharEntities(java.lang.String)"><B>convertStringToCharEntities(String)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Convert a string to a set of character entities.
<DT><A HREF="./com/gentlyweb/utils/CollectionsUtils.html#convertToRows(java.util.List, int)"><B>convertToRows(List, int)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/CollectionsUtils.html" title="class in com.gentlyweb.utils">CollectionsUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#copyFile(java.io.File, java.io.File, int)"><B>copyFile(File, File, int)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>Copy a file from one location to a new location.
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#count"><B>count</B></A> - 
Variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#DEFAULT_FORMAT_SPEC"><B>DEFAULT_FORMAT_SPEC</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#DESC"><B>DESC</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Use to indicate that a field should be sorted in descending order.
<DT><A HREF="./com/gentlyweb/utils/DynamicGetter.html" title="class in com.gentlyweb.utils"><B>DynamicGetter</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>This class is used to perform access into a Java object using a 
 String value with a specific notation.<DT><A HREF="./com/gentlyweb/utils/DynamicGetter.html#DynamicGetter(java.lang.String, java.lang.Object)"><B>DynamicGetter(String, Object)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/DynamicGetter.html" title="class in com.gentlyweb.utils">DynamicGetter</A>
<DD>Get the getter associated with the named reference.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#ENDS_WITH"><B>ENDS_WITH</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Implement the <CODE>Comparator.equals(Object)</CODE> method.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#EQUALS"><B>EQUALS</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ItemPair.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ItemPair.html" title="class in com.gentlyweb.utils">ItemPair</A>
<DD>This method just uses the algorithm defined in the Map.Entry interface.
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#EXISTS"><B>EXISTS</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#exists()"><B>exists()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html#field"><B>field</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html" title="class in com.gentlyweb.utils">GeneralComparator.XMLConstants</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#FILE_TYPE_CHANGE"><B>FILE_TYPE_CHANGE</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeListener.html#fileChanged(com.gentlyweb.utils.FileChangeEvent, int)"><B>fileChanged(FileChangeEvent, int)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeListener.html" title="interface in com.gentlyweb.utils">FileChangeListener</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils"><B>FileChangeEvent</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#FileChangeEvent(java.io.File, com.gentlyweb.utils.FileDetails, com.gentlyweb.utils.FileDetails, int)"><B>FileChangeEvent(File, FileDetails, FileDetails, int)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeListener.html" title="interface in com.gentlyweb.utils"><B>FileChangeListener</B></A> - Interface in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils"><B>FileDetails</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#FileDetails(java.io.File)"><B>FileDetails(File)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils"><B>FileWatcher</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#FileWatcher()"><B>FileWatcher()</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils"><B>FileWatcher.Worker</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html#FileWatcher.Worker(com.gentlyweb.utils.FileWatcher)"><B>FileWatcher.Worker(FileWatcher)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils">FileWatcher.Worker</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.Set, java.util.Set)"><B>filter(Set, Set)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the Set and filter the objects it contains.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.Set, java.util.List)"><B>filter(Set, List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the Set and filter the objects it contains.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.List, java.util.Set)"><B>filter(List, Set)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the List and filter the objects it contains.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.Map, int, java.util.Map)"><B>filter(Map, int, Map)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the Map and filter either the Keys or Values in the Map
 given our fields.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.Collection, java.util.Collection)"><B>filter(Collection, Collection)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the Collection and filter given our fields.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.List, java.util.List)"><B>filter(List, List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Cycle over the List and filter given our fields.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.lang.Object[])"><B>filter(Object[])</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Filter an array of objects and return a new array of the filtered 
 objects.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.Map, int)"><B>filter(Map, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the Map and filter either the Keys or Values in the Map
 given our fields.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.SortedMap, int)"><B>filter(SortedMap, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the SortedMap and filter either the Keys or Values in the SortedMap
 given our fields.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.Collection)"><B>filter(Collection)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the Collection and filter given our fields, return the filtered
 objects in a new Collection.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.Set)"><B>filter(Set)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the Set and filter given our fields, return the filtered
 objects in a new Set.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.SortedSet)"><B>filter(SortedSet)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the SortedSet and filter the objects it contains.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filter(java.util.List)"><B>filter(List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Cycle over the List and filter given our fields.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filterAndRemove(java.util.List)"><B>filterAndRemove(List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Cycle over the List and filter given our fields directly from the passed in
 List.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filterAndRemove(java.util.Collection)"><B>filterAndRemove(Collection)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Cycle over the Collection and filter given our fields directly from the passed in
 Set.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filterAndRemove(java.util.Set)"><B>filterAndRemove(Set)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Cycle over the Set and filter given our fields directly from the passed in
 Set.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#filterAndRemove(java.util.Map, int)"><B>filterAndRemove(Map, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Iterate over the Map and filter given our fields directly from the passed in
 Map.
<DT><A HREF="./com/gentlyweb/utils/FilterException.html" title="class in com.gentlyweb.utils"><B>FilterException</B></A> - Exception in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/FilterException.html#FilterException(java.lang.String, java.lang.Exception)"><B>FilterException(String, Exception)</B></A> - 
Constructor for exception com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FilterException.html" title="class in com.gentlyweb.utils">FilterException</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FilterException.html#FilterException(java.lang.String)"><B>FilterException(String)</B></A> - 
Constructor for exception com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FilterException.html" title="class in com.gentlyweb.utils">FilterException</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#fireFileChange(java.io.File, com.gentlyweb.utils.FileChangeEvent, int)"><B>fireFileChange(File, FileChangeEvent, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html#fireFileChange(java.io.File, com.gentlyweb.utils.FileChangeEvent, int)"><B>fireFileChange(File, FileChangeEvent, int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils">FileWatcher.Worker</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#firstKey()"><B>firstKey()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#firstValue()"><B>firstValue()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html#flush(java.lang.Object)"><B>flush(Object)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils">MultipleObjectCacheManager</A>
<DD>Let the object cache be flushed.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#flush()"><B>flush()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>Clear our data structures.
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html#flush()"><B>flush()</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils">ObjectCacheManager</A>
<DD>Let the object cache be flushed.
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#format()"><B>format()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#format(java.lang.String)"><B>format(String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils"><B>GeneralCollector</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#GeneralCollector(java.lang.Class)"><B>GeneralCollector(Class)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#GeneralCollector(java.lang.Class, java.lang.String)"><B>GeneralCollector(Class, String)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils"><B>GeneralComparator</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>A general purpose comparator designed to compare any pair of 
 heterogeneous objects.<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#GeneralComparator(java.lang.Class)"><B>GeneralComparator(Class)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Create a new GeneralComparator using the data held in the JDOM
 element.
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html" title="class in com.gentlyweb.utils"><B>GeneralComparator.XMLConstants</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html#GeneralComparator.XMLConstants()"><B>GeneralComparator.XMLConstants()</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html" title="class in com.gentlyweb.utils">GeneralComparator.XMLConstants</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils"><B>GeneralFilter</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#GeneralFilter(java.lang.Class)"><B>GeneralFilter(Class)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralUtils.html" title="class in com.gentlyweb.utils"><B>GeneralUtils</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>A Class to hold some general purpose Utilities that don't have a home 
 anywhere else (at the moment).<DT><A HREF="./com/gentlyweb/utils/GeneralUtils.html#GeneralUtils()"><B>GeneralUtils()</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralUtils.html" title="class in com.gentlyweb.utils">GeneralUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralUtils.html#GENTLYWEB_EMAIL"><B>GENTLYWEB_EMAIL</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralUtils.html" title="class in com.gentlyweb.utils">GeneralUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Getter.html#getAccessor()"><B>getAccessor()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Getter.html" title="class in com.gentlyweb.utils">Getter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Accessor.html#getAccessorChain(java.lang.String, java.lang.Class)"><B>getAccessorChain(String, Class)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils">Accessor</A>
<DD>Get the Java field associated with the named field.
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getAsDate()"><B>getAsDate()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/DynamicGetter.html#getBaseClass()"><B>getBaseClass()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/DynamicGetter.html" title="class in com.gentlyweb.utils">DynamicGetter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Getter.html#getBaseClass()"><B>getBaseClass()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Getter.html" title="class in com.gentlyweb.utils">Getter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#getCompareClass()"><B>getCompareClass()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html#getContentType()"><B>getContentType()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html" title="class in com.gentlyweb.utils">GZIPFileDataSource</A>
<DD>Get the content type for this data source.
<DT><A HREF="./com/gentlyweb/utils/HTMLDataSource.html#getContentType()"><B>getContentType()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/HTMLDataSource.html" title="class in com.gentlyweb.utils">HTMLDataSource</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/URLDataSource.html#getContentType()"><B>getContentType()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/URLDataSource.html" title="class in com.gentlyweb.utils">URLDataSource</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#getCount()"><B>getCount()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getDays()"><B>getDays()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/NumberUtils.html#getDaysAsMillis(int)"><B>getDaysAsMillis(int)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/NumberUtils.html" title="class in com.gentlyweb.utils">NumberUtils</A>
<DD>Given an int value treat it as a number of days and return 
 the number of milliseconds for that number of days.
<DT><A HREF="./com/gentlyweb/utils/Timing.html#getDuration()"><B>getDuration()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils">Timing</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#getDuration(java.lang.Object)"><B>getDuration(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#getDurationAsLong(java.lang.Object)"><B>getDurationAsLong(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#getEventTypes()"><B>getEventTypes()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ChainException.html#getException()"><B>getException()</B></A> - 
Method in exception com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ChainException.html" title="class in com.gentlyweb.utils">ChainException</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralUtils.html#getExceptionTraceAsString(java.lang.Exception)"><B>getExceptionTraceAsString(Exception)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralUtils.html" title="class in com.gentlyweb.utils">GeneralUtils</A>
<DD>Get an exception (and if it's an instance of  <A HREF="./com/gentlyweb/utils/ChainException.html" title="class in com.gentlyweb.utils"><CODE>ChainException</CODE></A>) the chain of
 exceptions (if present) as a String.
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#getField()"><B>getField()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>Get a field given a field name.
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#getFields()"><B>getFields()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Return a List of GeneralComparator.SortField objects, this is used in 
 the <A HREF="./com/gentlyweb/utils/GeneralComparator.html#equals(java.lang.Object)"><CODE>GeneralComparator.equals(Object)</CODE></A> method.
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#getFile()"><B>getFile()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#getFile()"><B>getFile()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#getFile(java.io.File)"><B>getFile(File)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>Get the contents of a File as a String.
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#getFileAsArray(java.io.File)"><B>getFileAsArray(File)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>Get the contents of a File as a byte array.
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#getFileLengthAsFormattedKilobytes(long)"><B>getFileLengthAsFormattedKilobytes(long)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>Get a file length as kilobytes in the form x.y.
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#getFiles()"><B>getFiles()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#getFilterClass()"><B>getFilterClass()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Get the class that we are filtering.
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#getFormattedFileLength(long)"><B>getFormattedFileLength(long)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>Get a file length as formatted string.
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getHours()"><B>getHours()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Accessor.html#getIndex()"><B>getIndex()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils">Accessor</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html#getInputStream()"><B>getInputStream()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html" title="class in com.gentlyweb.utils">GZIPFileDataSource</A>
<DD>Get an appropriate InputStream for the data source.
<DT><A HREF="./com/gentlyweb/utils/HTMLDataSource.html#getInputStream()"><B>getInputStream()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/HTMLDataSource.html" title="class in com.gentlyweb.utils">HTMLDataSource</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/URLDataSource.html#getInputStream()"><B>getInputStream()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/URLDataSource.html" title="class in com.gentlyweb.utils">URLDataSource</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getInstance(com.gentlyweb.utils.TimeDuration)"><B>getInstance(TimeDuration)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getInstance(com.gentlyweb.utils.Timing)"><B>getInstance(Timing)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getInstance(java.util.Date)"><B>getInstance(Date)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getInstance(long)"><B>getInstance(long)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ItemPair.html#getKey()"><B>getKey()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ItemPair.html" title="class in com.gentlyweb.utils">ItemPair</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#getLastAccessTime(java.lang.Object)"><B>getLastAccessTime(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#getLength()"><B>getLength()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/CollectionsUtils.html#getMapEntriesAsOrderedList(java.util.Map, java.util.List)"><B>getMapEntriesAsOrderedList(Map, List)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/CollectionsUtils.html" title="class in com.gentlyweb.utils">CollectionsUtils</A>
<DD>Given a Map return the entries in the Map in the passed in
 List in order.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#getMaxSize()"><B>getMaxSize()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralUtils.html#getMethods(java.lang.Class, java.lang.String, int, java.util.List)"><B>getMethods(Class, String, int, List)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralUtils.html" title="class in com.gentlyweb.utils">GeneralUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getMillis()"><B>getMillis()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/NumberUtils.html#getMillisAsFormattedSeconds(long)"><B>getMillisAsFormattedSeconds(long)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/NumberUtils.html" title="class in com.gentlyweb.utils">NumberUtils</A>
<DD>Convert a number of milliseconds into seconds, we format to 2 decimal
 places, i.e.
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getMins()"><B>getMins()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html#getName()"><B>getName()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html" title="class in com.gentlyweb.utils">GZIPFileDataSource</A>
<DD>Get the name of the data source.
<DT><A HREF="./com/gentlyweb/utils/HTMLDataSource.html#getName()"><B>getName()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/HTMLDataSource.html" title="class in com.gentlyweb.utils">HTMLDataSource</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/URLDataSource.html#getName()"><B>getName()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/URLDataSource.html" title="class in com.gentlyweb.utils">URLDataSource</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#getNewFileDetails()"><B>getNewFileDetails()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Getter.html#getNoParmJavaGetMethod(java.lang.String, java.lang.Class)"><B>getNoParmJavaGetMethod(String, Class)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Getter.html" title="class in com.gentlyweb.utils">Getter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#getNullAcceptPolicy()"><B>getNullAcceptPolicy()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Get the null accept policy, this governs what happens when a null is
 observed from the result of an accessor chain call, <code>true</code>
 indicates that the value is accepted, <code>false</code> indicates
 that it is rejected.
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#getOldFileDetails()"><B>getOldFileDetails()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html#getOutputStream()"><B>getOutputStream()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html" title="class in com.gentlyweb.utils">GZIPFileDataSource</A>
<DD>Get an appropriate OutputStream for the data source.
<DT><A HREF="./com/gentlyweb/utils/HTMLDataSource.html#getOutputStream()"><B>getOutputStream()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/HTMLDataSource.html" title="class in com.gentlyweb.utils">HTMLDataSource</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/URLDataSource.html#getOutputStream()"><B>getOutputStream()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/URLDataSource.html" title="class in com.gentlyweb.utils">URLDataSource</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#getPolicy()"><B>getPolicy()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#getSecs()"><B>getSecs()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Getter.html" title="class in com.gentlyweb.utils"><B>Getter</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>This class is used to perform access into a Java object using a 
 String value with a specific notation.<DT><A HREF="./com/gentlyweb/utils/Getter.html#Getter(java.lang.String, java.lang.Class)"><B>Getter(String, Class)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Getter.html" title="class in com.gentlyweb.utils">Getter</A>
<DD>Get the getter associated with the named reference.
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#getTextAsFormattedLines(java.lang.String, int)"><B>getTextAsFormattedLines(String, int)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Given a chunk of text format it so that you return a new String
 with the line length equal to that passed in.
<DT><A HREF="./com/gentlyweb/utils/DynamicGetter.html#getType()"><B>getType()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/DynamicGetter.html" title="class in com.gentlyweb.utils">DynamicGetter</A>
<DD>Get the class of the type of object we would return from the <A HREF="./com/gentlyweb/utils/DynamicGetter.html#getValue(java.lang.Object)"><CODE>DynamicGetter.getValue(Object)</CODE></A>
 method.
<DT><A HREF="./com/gentlyweb/utils/Getter.html#getType()"><B>getType()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Getter.html" title="class in com.gentlyweb.utils">Getter</A>
<DD>Get the class of the type of object we would return from the <A HREF="./com/gentlyweb/utils/Getter.html#getValue(java.lang.Object)"><CODE>Getter.getValue(Object)</CODE></A>
 method.
<DT><A HREF="./com/gentlyweb/utils/DynamicGetter.html#getValue(java.lang.Object)"><B>getValue(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/DynamicGetter.html" title="class in com.gentlyweb.utils">DynamicGetter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Getter.html#getValue(java.lang.Object)"><B>getValue(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Getter.html" title="class in com.gentlyweb.utils">Getter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ItemPair.html#getValue()"><B>getValue()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ItemPair.html" title="class in com.gentlyweb.utils">ItemPair</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Accessor.html#getValueForIndex(java.lang.Object, java.lang.String)"><B>getValueForIndex(Object, String)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils">Accessor</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Accessor.html#getValueFromAccessorChain(java.lang.Object, java.util.List)"><B>getValueFromAccessorChain(Object, List)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils">Accessor</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#getYNFromUser(java.lang.String)"><B>getYNFromUser(String)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>Ask a question of the User on stdout and wait for a response.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#GREATER_THAN"><B>GREATER_THAN</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Grouper.html#group(java.util.List)"><B>group(List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Grouper.html" title="class in com.gentlyweb.utils">Grouper</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Grouper.html" title="class in com.gentlyweb.utils"><B>Grouper</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/Grouper.html#Grouper(java.lang.Class)"><B>Grouper(Class)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Grouper.html" title="class in com.gentlyweb.utils">Grouper</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Grouper.html#groupSortByGroupSize(java.util.List, java.lang.String)"><B>groupSortByGroupSize(List, String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Grouper.html" title="class in com.gentlyweb.utils">Grouper</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#gzipFile(java.io.File, java.io.File)"><B>gzipFile(File, File)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>GZIP a file, this will move the file from the
 given name to the new location.
<DT><A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html" title="class in com.gentlyweb.utils"><B>GZIPFileDataSource</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>A Class for handling a gzipped file as a DataSource.<DT><A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html#GZIPFileDataSource(java.io.File, java.lang.String)"><B>GZIPFileDataSource(File, String)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html" title="class in com.gentlyweb.utils">GZIPFileDataSource</A>
<DD>Create a new data source for the specified file.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#hasCharInRange(java.lang.String, char, char)"><B>hasCharInRange(String, char, char)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Indicate whether the String value has at least one
 character in the range specified.
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#hasEvent(int)"><B>hasEvent(int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ItemPair.html#hashCode()"><B>hashCode()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ItemPair.html" title="class in com.gentlyweb.utils">ItemPair</A>
<DD>This method just uses the algorithm defined in the Map.Entry interface.
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheIterator.html#hasNext()"><B>hasNext()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheIterator.html" title="class in com.gentlyweb.utils">ObjectCacheIterator</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#hasValue(java.lang.String)"><B>hasValue(String)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Determine whether the specified string contains a value, where
 having a value means:
 <code>
   (string != null) && (!string.equals (""))
 </code>
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#HIDDEN"><B>HIDDEN</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/HTMLDataSource.html" title="class in com.gentlyweb.utils"><B>HTMLDataSource</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/HTMLDataSource.html#HTMLDataSource(java.lang.String)"><B>HTMLDataSource(String)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/HTMLDataSource.html" title="class in com.gentlyweb.utils">HTMLDataSource</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html#id"><B>id</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html" title="class in com.gentlyweb.utils">GeneralComparator.XMLConstants</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#init(long)"><B>init(long)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#init(com.gentlyweb.utils.TimeDuration)"><B>init(TimeDuration)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/StringRangeComparator.html#inRange(java.lang.Object, java.lang.Object)"><B>inRange(Object, Object)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringRangeComparator.html" title="interface in com.gentlyweb.utils">StringRangeComparator</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils"><B>IOUtils</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#IOUtils()"><B>IOUtils()</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#isDirectory()"><B>isDirectory()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html#isEmpty(java.lang.Object)"><B>isEmpty(Object)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils">MultipleObjectCacheManager</A>
<DD>Return whether the cache is empty or not.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils">ObjectCacheManager</A>
<DD>Return whether the cache is empty or not.
<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#isFile()"><B>isFile()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#isHidden()"><B>isHidden()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Accessor.html#isIndexCorrectForType(java.lang.Class)"><B>isIndexCorrectForType(Class)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils">Accessor</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ItemPair.html" title="class in com.gentlyweb.utils"><B>ItemPair</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/ItemPair.html#ItemPair(java.lang.Object, java.lang.Object)"><B>ItemPair(Object, Object)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ItemPair.html" title="class in com.gentlyweb.utils">ItemPair</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#iterator()"><B>iterator()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#iterator()"><B>iterator()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/Timings.html#KEY_ORDERED"><B>KEY_ORDERED</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#KEYS"><B>KEYS</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#KEYS"><B>KEYS</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#keys()"><B>keys()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>Return a List of all the keys in the cache.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#keys(com.gentlyweb.utils.GeneralFilter)"><B>keys(GeneralFilter)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>Return a List of all the keys in the cache that match 
 the conditions imposed by the <A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils"><CODE>GeneralFilter</CODE></A> passed in.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#keysForFilteredValues(com.gentlyweb.utils.GeneralFilter)"><B>keysForFilteredValues(GeneralFilter)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>Return a List of keys in the cache that match the conditions imposed
 by the <A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils"><CODE>GeneralFilter</CODE></A> AND are applied to the values NOT the keys.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#keysToList(java.util.List)"><B>keysToList(List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/FileDetails.html#lastModified()"><B>lastModified()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileDetails.html" title="class in com.gentlyweb.utils">FileDetails</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#lastValue()"><B>lastValue()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#LENGTH_CHANGED"><B>LENGTH_CHANGED</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#LESS_THAN"><B>LESS_THAN</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html#merge(java.lang.Object, com.gentlyweb.utils.ObjectCache)"><B>merge(Object, ObjectCache)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils">MultipleObjectCacheManager</A>
<DD>Merge the current cache with another.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#merge(com.gentlyweb.utils.ObjectCache)"><B>merge(ObjectCache)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html#merge(com.gentlyweb.utils.ObjectCache)"><B>merge(ObjectCache)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils">ObjectCacheManager</A>
<DD>Merge the current cache with another.
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#MODIFIED"><B>MODIFIED</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils"><B>MultipleObjectCacheManager</B></A> - Interface in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>This interface should be implemented by classes that contain X number of publicly available
 ObjectCaches, it provides methods that allow applications to control the caches without
 understanding what is inside the cache.</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheIterator.html#next()"><B>next()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheIterator.html" title="class in com.gentlyweb.utils">ObjectCacheIterator</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#NOT_CONTAINS"><B>NOT_CONTAINS</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#NOT_EQUALS"><B>NOT_EQUALS</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#NOT_EXISTS"><B>NOT_EXISTS</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#NOT_HIDDEN"><B>NOT_HIDDEN</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#NOT_READABLE"><B>NOT_READABLE</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#NOT_WRITEABLE"><B>NOT_WRITEABLE</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/NumberUtils.html" title="class in com.gentlyweb.utils"><B>NumberUtils</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/NumberUtils.html#NumberUtils()"><B>NumberUtils()</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/NumberUtils.html" title="class in com.gentlyweb.utils">NumberUtils</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils"><B>ObjectCache</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>The ObjectCache is it's own manager which means that classes that extend this one can
 do so quickly and without having to implement the <A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils"><CODE>ObjectCacheManager</CODE></A> interface
 they only have to provide their own functionality whilst client classes can rely on the
 interface.<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#ObjectCache(int)"><B>ObjectCache(int)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheIterator.html" title="class in com.gentlyweb.utils"><B>ObjectCacheIterator</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/ObjectCacheIterator.html#ObjectCacheIterator(com.gentlyweb.utils.ObjectCache)"><B>ObjectCacheIterator(ObjectCache)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheIterator.html" title="class in com.gentlyweb.utils">ObjectCacheIterator</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils"><B>ObjectCacheManager</B></A> - Interface in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>This interface should be implemented by classes that contain a publicly available
 ObjectCache, it provides methods that allow applications to control the cache without
 understanding what is inside the cache.<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#OLDEST"><B>OLDEST</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/ChainException.html#printInnerExceptionChain(java.io.PrintWriter)"><B>printInnerExceptionChain(PrintWriter)</B></A> - 
Method in exception com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ChainException.html" title="class in com.gentlyweb.utils">ChainException</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html#putAll(java.lang.Object, java.util.Map)"><B>putAll(Object, Map)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils">MultipleObjectCacheManager</A>
<DD>Add all the entries in the Map to cache.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils">ObjectCacheManager</A>
<DD>Add all the entries in the Map to cache.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#RANDOM"><B>RANDOM</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#RANDOM"><B>RANDOM</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#READABLE"><B>READABLE</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheIterator.html#remove()"><B>remove()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheIterator.html" title="class in com.gentlyweb.utils">ObjectCacheIterator</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#removeAll(java.io.File)"><B>removeAll(File)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>Remove all the files that we are watching that have the specified directory
 as given by the passed in File.
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#removeAll(java.io.FileFilter)"><B>removeAll(FileFilter)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>Remove all the files from our list of watched files according to the 
 FileFilter passed in.
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#removeChar(java.lang.String, char)"><B>removeChar(String, char)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Given a particular String, remove any instances of the given
 character from it and return a new String.
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.html#removeField(java.lang.String)"><B>removeField(String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.html" title="class in com.gentlyweb.utils">GeneralComparator</A>
<DD>Remove a field that we sort on.
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#removeFile(java.io.File)"><B>removeFile(File)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>Stop a file being watched.
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#removeFileChangeListener(com.gentlyweb.utils.FileChangeListener)"><B>removeFileChangeListener(FileChangeListener)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html#removeFileChangeListener(com.gentlyweb.utils.FileChangeListener)"><B>removeFileChangeListener(FileChangeListener)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils">FileWatcher.Worker</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#replaceAllStrings(java.lang.String, java.util.Map, boolean)"><B>replaceAllStrings(String, Map, boolean)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Given a Map of String/String (or Object/Object, they will be converted to Strings before
 replacement) replace all instances of each one in the specified text.
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#replaceAllStrings(java.lang.String, java.util.Map)"><B>replaceAllStrings(String, Map)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Given a Map of String/String (or Object/Object, they will be converted to Strings before
 replacement) replace all instances of each one in the specified text.
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#replaceString(java.lang.String, java.lang.String, java.lang.String, boolean)"><B>replaceString(String, String, String, boolean)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Replace all instances of the specified string in the text given.
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#replaceString(java.lang.String, java.lang.String, java.lang.String)"><B>replaceString(String, String, String)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>Replace all instances of the specified string in the text given.
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html#resize(java.lang.Object, int)"><B>resize(Object, int)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils">MultipleObjectCacheManager</A>
<DD>Resize the cache to a particular size, if the size is actually bigger than the 
 current size then this operation should not touch the cached objects, if the size is
 less then the cache should be reduced in size using the current policy until the
 size is reached.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#resize(int)"><B>resize(int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#resize()"><B>resize()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html#resize(int)"><B>resize(int)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils">ObjectCacheManager</A>
<DD>Resize the cache to a particular size, if the size is actually bigger than the 
 current size then this operation should not touch the cached objects, if the size is
 less then the cache should be reduced in size using the current policy until the
 size is reached.
<DT><A HREF="./com/gentlyweb/utils/Timing.html#restart(java.util.Date)"><B>restart(Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils">Timing</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timing.html#restart()"><B>restart()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils">Timing</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#rollUpToMillis()"><B>rollUpToMillis()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html#root"><B>root</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html" title="class in com.gentlyweb.utils">GeneralComparator.XMLConstants</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html#run()"><B>run()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils">FileWatcher.Worker</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/Accessor.html#setAccessor(java.lang.reflect.Field)"><B>setAccessor(Field)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils">Accessor</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Accessor.html#setAccessor(java.lang.reflect.Method)"><B>setAccessor(Method)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils">Accessor</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#setCheckRepeatTime(long)"><B>setCheckRepeatTime(long)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html#setCheckRepeatTime(long)"><B>setCheckRepeatTime(long)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils">FileWatcher.Worker</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#setDays(int)"><B>setDays(int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#setField(java.lang.String)"><B>setField(String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>Set the field that we collect if you readd the same field then
 the type is just updated.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#setFieldValue(java.lang.String, java.util.Date, java.util.Date)"><B>setFieldValue(String, Date, Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Set new date range values for the specified date filter field.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#setFieldValue(java.lang.String, java.util.Date)"><B>setFieldValue(String, Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Set a new date value for the specified date filter field.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#setFieldValue(java.lang.String, boolean)"><B>setFieldValue(String, boolean)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Set a new value for the specified boolean filter field.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#setFieldValue(java.lang.String, double)"><B>setFieldValue(String, double)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Set new maximum and minimum values for the specified number filter field.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#setFieldValue(java.lang.String, double, double)"><B>setFieldValue(String, double, double)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Set new maximum and minimum values for the specified number filter field.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#setFieldValue(java.lang.String, java.lang.String)"><B>setFieldValue(String, String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Set the value for the specified String filter field.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#setFieldValue(java.lang.String, java.lang.Object)"><B>setFieldValue(String, Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Set the value for the specified field.
<DT><A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html#setFile(java.io.File)"><B>setFile(File)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html" title="class in com.gentlyweb.utils">GZIPFileDataSource</A>
<DD>Set the File to use for the data source.
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#setFileDetails(java.io.File, com.gentlyweb.utils.FileDetails)"><B>setFileDetails(File, FileDetails)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#setHours(int)"><B>setHours(int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Accessor.html#setIndex(java.lang.String)"><B>setIndex(String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Accessor.html" title="class in com.gentlyweb.utils">Accessor</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html#setMaxSize(java.lang.Object, int)"><B>setMaxSize(Object, int)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils">MultipleObjectCacheManager</A>
<DD>Set the maximum size of the cache.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#setMaxSize(int)"><B>setMaxSize(int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html#setMaxSize(int)"><B>setMaxSize(int)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils">ObjectCacheManager</A>
<DD>Set the maximum size of the cache.
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#setMillis(int)"><B>setMillis(int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#setMins(int)"><B>setMins(int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#setNullAcceptPolicy(boolean)"><B>setNullAcceptPolicy(boolean)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Specify what the policy should be when a null value is returned from an
 accesor chain, in other words, when the comparison is made should
 a <code>null</code> value return <code>true</code> or <code>false</code>.
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html#setPolicy(java.lang.Object, int)"><B>setPolicy(Object, int)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils">MultipleObjectCacheManager</A>
<DD>Set the policy for managing the cache, should be one of:
 <CODE>ObjectCache.OLDEST</CODE>, <CODE>ObjectCache.YOUNGEST</CODE>, <CODE>ObjectCache.RANDOM</CODE>.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#setPolicy(int)"><B>setPolicy(int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html#setPolicy(int)"><B>setPolicy(int)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils">ObjectCacheManager</A>
<DD>Set the policy for managing the cache, should be one of:
 <CODE>ObjectCache.OLDEST</CODE>, <CODE>ObjectCache.YOUNGEST</CODE>, <CODE>ObjectCache.RANDOM</CODE>.
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#setSecs(int)"><B>setSecs(int)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ItemPair.html#setValue(java.lang.Object)"><B>setValue(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ItemPair.html" title="class in com.gentlyweb.utils">ItemPair</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html#setZipExtension(java.lang.String)"><B>setZipExtension(String)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GZIPFileDataSource.html" title="class in com.gentlyweb.utils">GZIPFileDataSource</A>
<DD>Set the zip extension to use.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#size()"><B>size()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#slice(java.util.Date, java.util.Date)"><B>slice(Date, Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#sliceFrom(java.util.Date)"><B>sliceFrom(Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#sliceTo(java.util.Date)"><B>sliceTo(Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#start()"><B>start()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html#start()"><B>start()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils">FileWatcher.Worker</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#start(java.lang.Object)"><B>start(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#start(java.lang.Object, long)"><B>start(Object, long)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#start(java.lang.Object, java.util.Date)"><B>start(Object, Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#STARTS_WITH"><B>STARTS_WITH</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.html#stop()"><B>stop()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.html" title="class in com.gentlyweb.utils">FileWatcher</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html#stop()"><B>stop()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileWatcher.Worker.html" title="class in com.gentlyweb.utils">FileWatcher.Worker</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timing.html#stop(long)"><B>stop(long)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils">Timing</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timing.html#stop(java.util.Date)"><B>stop(Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils">Timing</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timing.html#stop()"><B>stop()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils">Timing</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#stop(java.lang.Object, java.util.Date)"><B>stop(Object, Date)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#stop(java.lang.Object, long)"><B>stop(Object, long)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html#stop(java.lang.Object)"><B>stop(Object)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#streamTo(java.io.InputStream, java.io.OutputStream, int)"><B>streamTo(InputStream, OutputStream, int)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>This method acts as a "join" between an input and an output stream, all it does is
 take the input and keep reading it in and sending it directly to the output using the
 specified buffer size.
<DT><A HREF="./com/gentlyweb/utils/StringRangeComparator.html" title="interface in com.gentlyweb.utils"><B>StringRangeComparator</B></A> - Interface in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils"><B>StringUtils</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#StringUtils()"><B>StringUtils()</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#subtract(com.gentlyweb.utils.TimeDuration)"><B>subtract(TimeDuration)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/Timings.html#TIME_ORDERED"><B>TIME_ORDERED</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils"><B>TimeDuration</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#TimeDuration(int, int, int, int)"><B>TimeDuration(int, int, int, int)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#TimeDuration(java.util.Date, java.util.Date)"><B>TimeDuration(Date, Date)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#TimeDuration(java.util.Date)"><B>TimeDuration(Date)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#TimeDuration(long)"><B>TimeDuration(long)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#TimeDuration(com.gentlyweb.utils.TimeDuration)"><B>TimeDuration(TimeDuration)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/TimeDuration.html#TimeDuration(int, int, int, int, int)"><B>TimeDuration(int, int, int, int, int)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/TimeDuration.html" title="class in com.gentlyweb.utils">TimeDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils"><B>Timing</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/Timing.html#Timing()"><B>Timing()</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils">Timing</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timing.html#Timing(java.util.Date)"><B>Timing(Date)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils">Timing</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timing.html#Timing(long)"><B>Timing(long)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timing.html" title="class in com.gentlyweb.utils">Timing</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils"><B>Timings</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/Timings.html#Timings(int)"><B>Timings(int)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Timings.html" title="class in com.gentlyweb.utils">Timings</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/StringUtils.html#tokenizeString(java.lang.String, java.lang.String)"><B>tokenizeString(String, String)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/StringUtils.html" title="class in com.gentlyweb.utils">StringUtils</A>
<DD>A method to chop up a String on another multi-character String and
 then return the results in a List.
<DT><A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html#toMap(java.lang.Object, java.util.Map)"><B>toMap(Object, Map)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/MultipleObjectCacheManager.html" title="interface in com.gentlyweb.utils">MultipleObjectCacheManager</A>
<DD>Get all the entries in the cache as a Map of key to value.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#toMap(java.util.Map)"><B>toMap(Map)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCacheManager.html#toMap(java.util.Map)"><B>toMap(Map)</B></A> - 
Method in interface com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCacheManager.html" title="interface in com.gentlyweb.utils">ObjectCacheManager</A>
<DD>Get all the entries in the cache as a Map of key to value.
<DT><A HREF="./com/gentlyweb/utils/NumberUtils.html#toPrecision(double, int)"><B>toPrecision(double, int)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/NumberUtils.html" title="class in com.gentlyweb.utils">NumberUtils</A>
<DD>Get the passed in double to the required precision.
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#toString()"><B>toString()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>Output the filter fields as a String suitable for debugging.
<DT><A HREF="./com/gentlyweb/utils/Getter.html#toString()"><B>toString()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/Getter.html" title="class in com.gentlyweb.utils">Getter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html#type"><B>type</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralComparator.XMLConstants.html" title="class in com.gentlyweb.utils">GeneralComparator.XMLConstants</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/URLDataSource.html" title="class in com.gentlyweb.utils"><B>URLDataSource</B></A> - Class in <A HREF="./com/gentlyweb/utils/package-summary.html">com.gentlyweb.utils</A><DD>&nbsp;<DT><A HREF="./com/gentlyweb/utils/URLDataSource.html#URLDataSource(java.net.URL)"><B>URLDataSource(URL)</B></A> - 
Constructor for class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/URLDataSource.html" title="class in com.gentlyweb.utils">URLDataSource</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/GeneralUtils.html#validateIPv4Address(java.lang.String)"><B>validateIPv4Address(String)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralUtils.html" title="class in com.gentlyweb.utils">GeneralUtils</A>
<DD>Validate an IPv4 address (string) passed in, it must conform to the following rules:
 
   Must have 4 parts.
   Parts must be separated by .
   The first octet must be in the range 0-223.
   The second and third octets must be in the range 0-255
   4th octet can be either a number in the range 1-254 (0 is the name of the network, 255 is the
       broadcast address).
   All parts must be numbers...
 
<DT><A HREF="./com/gentlyweb/utils/GeneralCollector.html#VALUES"><B>VALUES</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralCollector.html" title="class in com.gentlyweb.utils">GeneralCollector</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/GeneralFilter.html#VALUES"><B>VALUES</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils">GeneralFilter</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#values()"><B>values()</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>Return a List of all the values in the cache.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#values(com.gentlyweb.utils.GeneralFilter)"><B>values(GeneralFilter)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>Return a List of all the values in the cache that match 
 the conditions imposed by the <A HREF="./com/gentlyweb/utils/GeneralFilter.html" title="class in com.gentlyweb.utils"><CODE>GeneralFilter</CODE></A> passed in.
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#valuesToList(java.util.List)"><B>valuesToList(List)</B></A> - 
Method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/FileChangeEvent.html#WRITEABLE"><B>WRITEABLE</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/FileChangeEvent.html" title="class in com.gentlyweb.utils">FileChangeEvent</A>
<DD>&nbsp;
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#writeBytesToFile(java.io.File, byte[], int)"><B>writeBytesToFile(File, byte[], int)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>Write the given bytes to a file, note that this method will just overwrite
 any existing file.
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#writeBytesToFile(java.io.File, byte[])"><B>writeBytesToFile(File, byte[])</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>Write the given bytes to a file, note that this method will just overwrite
 any existing file.
<DT><A HREF="./com/gentlyweb/utils/IOUtils.html#writeStringToFile(java.io.File, java.lang.String, boolean)"><B>writeStringToFile(File, String, boolean)</B></A> - 
Static method in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/IOUtils.html" title="class in com.gentlyweb.utils">IOUtils</A>
<DD>Write the given String to the File.
</DL>
<HR>
<A NAME="_Y_"><!-- --></A><H2>
<B>Y</B></H2>
<DL>
<DT><A HREF="./com/gentlyweb/utils/ObjectCache.html#YOUNGEST"><B>YOUNGEST</B></A> - 
Static variable in class com.gentlyweb.utils.<A HREF="./com/gentlyweb/utils/ObjectCache.html" title="class in com.gentlyweb.utils">ObjectCache</A>
<DD>&nbsp;
</DL>
<HR>
<A HREF="#_A_">A</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="#_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="#_V_">V</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="./com/gentlyweb/utils/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="./overview-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>