This file is indexed.

/usr/share/doc/libplexus-interpolation-java/api/index-all.html is in libplexus-interpolation-java-doc 1.11-3.

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

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
<!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_23) on Tue Oct 18 04:43:01 UTC 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Index (Plexus Interpolation API 1.11 API)
</TITLE>

<META NAME="date" CONTENT="2011-10-18">

<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 (Plexus Interpolation API 1.11 API)";
    }
}
</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="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</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="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html" title="class in org.codehaus.plexus.interpolation"><B>AbstractDelegatingValueSource</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html#AbstractDelegatingValueSource(org.codehaus.plexus.interpolation.ValueSource)"><B>AbstractDelegatingValueSource(ValueSource)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractDelegatingValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractFunctionValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation"><B>AbstractFunctionValueSourceWrapper</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD><A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> abstract implementation that wraps another value source.<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractFunctionValueSourceWrapper.html#AbstractFunctionValueSourceWrapper(org.codehaus.plexus.interpolation.ValueSource)"><B>AbstractFunctionValueSourceWrapper(ValueSource)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractFunctionValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">AbstractFunctionValueSourceWrapper</A>
<DD>Construct a new function value source instance, using the supplied <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A>
 to retrieve the input values for the function(s) this class implements.
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html" title="class in org.codehaus.plexus.interpolation"><B>AbstractValueSource</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html#AbstractValueSource(boolean)"><B>AbstractValueSource(boolean)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.html#add(java.lang.reflect.Method)"><B>add(Method)</B></A> - 
Method in class org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.html" title="class in org.codehaus.plexus.interpolation.reflection">MethodMap</A>
<DD>Add a method to a list of methods by name.
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html#addFeedback(java.lang.String)"><B>addFeedback(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html#addFeedback(java.lang.String, java.lang.Throwable)"><B>addFeedback(String, Throwable)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#addPostProcessor(org.codehaus.plexus.interpolation.InterpolationPostProcessor)"><B>addPostProcessor(InterpolationPostProcessor)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>Add a new post-processor to handle final processing after 
 recursively-interpolated value is determined.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#addPostProcessor(org.codehaus.plexus.interpolation.InterpolationPostProcessor)"><B>addPostProcessor(InterpolationPostProcessor)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Add a new post-processor to handle final processing after 
 recursively-interpolated value is determined.
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#addPostProcessor(org.codehaus.plexus.interpolation.InterpolationPostProcessor)"><B>addPostProcessor(InterpolationPostProcessor)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>Add a new post-processor to handle final processing after 
 recursively-interpolated value is determined.
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#addValueSource(org.codehaus.plexus.interpolation.ValueSource)"><B>addValueSource(ValueSource)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>Add a new <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> to the stack used to resolve expressions
 in this interpolator instance.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#addValueSource(org.codehaus.plexus.interpolation.ValueSource)"><B>addValueSource(ValueSource)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Add a new <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> to the stack used to resolve expressions
 in this interpolator instance.
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#addValueSource(org.codehaus.plexus.interpolation.ValueSource)"><B>addValueSource(ValueSource)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>Add a new <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> to the stack used to resolve expressions
 in this interpolator instance.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/util/StringUtils.html#capitalizeFirstLetter(java.lang.String)"><B>capitalizeFirstLetter(String)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.util.<A HREF="./org/codehaus/plexus/interpolation/util/StringUtils.html" title="class in org.codehaus.plexus.interpolation.util">StringUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/ClassMap.html" title="class in org.codehaus.plexus.interpolation.reflection"><B>ClassMap</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/reflection/package-summary.html">org.codehaus.plexus.interpolation.reflection</A><DD><b>NOTE:</b> This class was copied from plexus-utils, to allow this library
 to stand completely self-contained.<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/ClassMap.html#ClassMap(java.lang.Class)"><B>ClassMap(Class)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/ClassMap.html" title="class in org.codehaus.plexus.interpolation.reflection">ClassMap</A>
<DD>Standard constructor
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#clearAnswers()"><B>clearAnswers()</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#clearAnswers()"><B>clearAnswers()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#clearAnswers()"><B>clearAnswers()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html#clearCaches()"><B>clearCaches()</B></A> - 
Static method in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object">FieldBasedObjectInterpolator</A>
<DD>Clear out the Reflection caches kept for the most expensive operations encountered: field lookup and primitive
 queries for fields.
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html#clearFeedback()"><B>clearFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractDelegatingValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html#clearFeedback()"><B>clearFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#clearFeedback()"><B>clearFeedback()</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>Clear the feedback messages from previous interpolate(..) calls.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html#clearFeedback()"><B>clearFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">PrefixedValueSourceWrapper</A>
<DD>If the nested <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> implements <A HREF="./org/codehaus/plexus/interpolation/FeedbackEnabledValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>FeedbackEnabledValueSource</CODE></A>,
 then clear that source's feedback list.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#clearFeedback()"><B>clearFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Clear the feedback messages from previous interpolate(..) calls.
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#clearFeedback()"><B>clearFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>Clear the feedback messages from previous interpolate(..) calls.
<DT><A HREF="./org/codehaus/plexus/interpolation/ValueSource.html#clearFeedback()"><B>clearFeedback()</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation">ValueSource</A>
<DD>Clear the feedback accumulated by a prior interpolation run.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#DEFAULT_BEGIN_TOKEN"><B>DEFAULT_BEGIN_TOKEN</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>Default begin token.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html#DEFAULT_BLACKLISTED_FIELD_NAMES"><B>DEFAULT_BLACKLISTED_FIELD_NAMES</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object">FieldBasedObjectInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html#DEFAULT_BLACKLISTED_PACKAGE_PREFIXES"><B>DEFAULT_BLACKLISTED_PACKAGE_PREFIXES</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object">FieldBasedObjectInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#DEFAULT_END_EXPR"><B>DEFAULT_END_EXPR</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#DEFAULT_END_TOKEN"><B>DEFAULT_END_TOKEN</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>Default end token.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html#DEFAULT_END_TOKEN"><B>DEFAULT_END_TOKEN</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">PrefixAwareRecursionInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#DEFAULT_REGEXP"><B>DEFAULT_REGEXP</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#DEFAULT_START_EXPR"><B>DEFAULT_START_EXPR</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html#DEFAULT_START_TOKEN"><B>DEFAULT_START_TOKEN</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">PrefixAwareRecursionInterceptor</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/EnvarBasedValueSource.html" title="class in org.codehaus.plexus.interpolation"><B>EnvarBasedValueSource</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD><A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> which resolves expressions against the environment variables
 available from the underlying operating system (and possibly, the shell environment
 that created the present Java process).<DT><A HREF="./org/codehaus/plexus/interpolation/EnvarBasedValueSource.html#EnvarBasedValueSource()"><B>EnvarBasedValueSource()</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/EnvarBasedValueSource.html" title="class in org.codehaus.plexus.interpolation">EnvarBasedValueSource</A>
<DD>Create a new value source for interpolation based on shell environment variables.
<DT><A HREF="./org/codehaus/plexus/interpolation/EnvarBasedValueSource.html#EnvarBasedValueSource(boolean)"><B>EnvarBasedValueSource(boolean)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/EnvarBasedValueSource.html" title="class in org.codehaus.plexus.interpolation">EnvarBasedValueSource</A>
<DD>Create a new value source for interpolation based on shell environment variables.
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#eval()"><B>eval()</B></A> - 
Method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Determines if the current OS matches the type of that
 set in setFamily.
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor.html#evaluate(java.lang.String, java.lang.Object)"><B>evaluate(String, Object)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor.html" title="class in org.codehaus.plexus.interpolation.reflection">ReflectionValueExtractor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor.html#evaluate(java.lang.String, java.lang.Object, boolean)"><B>evaluate(String, Object, boolean)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor.html" title="class in org.codehaus.plexus.interpolation.reflection">ReflectionValueExtractor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolationPostProcessor.html#execute(java.lang.String, java.lang.Object)"><B>execute(String, Object)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolationPostProcessor.html" title="interface in org.codehaus.plexus.interpolation">InterpolationPostProcessor</A>
<DD>Given the starting expression and the fully-recursively-interpolated value,
 perform some post-processing step and return the resulting [possibly different]
 value, or null if no change was made..
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractFunctionValueSourceWrapper.html#executeFunction(java.lang.String, java.lang.Object)"><B>executeFunction(String, Object)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractFunctionValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">AbstractFunctionValueSourceWrapper</A>
<DD>Execute the function referenced in the last-processed expression using the
 value resolved from the current expression (using the embedded <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A>).
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html#expressionResolutionFinished(java.lang.String)"><B>expressionResolutionFinished(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">PrefixAwareRecursionInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html#expressionResolutionFinished(java.lang.String)"><B>expressionResolutionFinished(String)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html" title="interface in org.codehaus.plexus.interpolation">RecursionInterceptor</A>
<DD>Signal to the interceptor that the all efforts to resolve the given
 expression have completed - whether successfully or not is irrelevant -
 and that the expression should not be tracked for recursion any longer.
<DT><A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html#expressionResolutionFinished(java.lang.String)"><B>expressionResolutionFinished(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">SimpleRecursionInterceptor</A>
<DD>Signal to the interceptor that the all efforts to resolve the given
 expression have completed - whether successfully or not is irrelevant -
 and that the expression should not be tracked for recursion any longer.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html#expressionResolutionStarted(java.lang.String)"><B>expressionResolutionStarted(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">PrefixAwareRecursionInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html#expressionResolutionStarted(java.lang.String)"><B>expressionResolutionStarted(String)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html" title="interface in org.codehaus.plexus.interpolation">RecursionInterceptor</A>
<DD>Log the intention to start resolving the given expression.
<DT><A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html#expressionResolutionStarted(java.lang.String)"><B>expressionResolutionStarted(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">SimpleRecursionInterceptor</A>
<DD>Log the intention to start resolving the given expression.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_DOS"><B>FAMILY_DOS</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_MAC"><B>FAMILY_MAC</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_NETWARE"><B>FAMILY_NETWARE</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_OPENVMS"><B>FAMILY_OPENVMS</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_OS2"><B>FAMILY_OS2</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_OS400"><B>FAMILY_OS400</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_TANDEM"><B>FAMILY_TANDEM</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_UNIX"><B>FAMILY_UNIX</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_WIN9X"><B>FAMILY_WIN9X</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_WINDOWS"><B>FAMILY_WINDOWS</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#FAMILY_ZOS"><B>FAMILY_ZOS</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/FeedbackEnabledValueSource.html" title="interface in org.codehaus.plexus.interpolation"><B>FeedbackEnabledValueSource</B></A> - Interface in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD><B>Deprecated.</B>&nbsp;<I>Rolled into <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> now.</I><DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object"><B>FieldBasedObjectInterpolator</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/object/package-summary.html">org.codehaus.plexus.interpolation.object</A><DD>Reflectively traverses an object graph and uses an <A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation"><CODE>Interpolator</CODE></A> instance to resolve any String fields in the
 graph.<DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html#FieldBasedObjectInterpolator()"><B>FieldBasedObjectInterpolator()</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object">FieldBasedObjectInterpolator</A>
<DD>Use the default settings for blacklisted fields and packages, where fields named 'parent' and classes in packages
 starting with 'java' will not be interpolated.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html#FieldBasedObjectInterpolator(java.util.Set, java.util.Set)"><B>FieldBasedObjectInterpolator(Set, Set)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object">FieldBasedObjectInterpolator</A>
<DD>Use the given black-lists to limit the interpolation of fields and classes (by package).
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.html#find(java.lang.String, java.lang.Object[])"><B>find(String, Object[])</B></A> - 
Method in class org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.html" title="class in org.codehaus.plexus.interpolation.reflection">MethodMap</A>
<DD>
  Find a method.
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/ClassMap.html#findMethod(java.lang.String, java.lang.Object[])"><B>findMethod(String, Object[])</B></A> - 
Method in class org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/ClassMap.html" title="class in org.codehaus.plexus.interpolation.reflection">ClassMap</A>
<DD>Find a Method using the methodKey
 provided.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.html#get(java.lang.String)"><B>get(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.html" title="class in org.codehaus.plexus.interpolation.reflection">MethodMap</A>
<DD>Return a list of methods with the same name.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html#getCause()"><B>getCause()</B></A> - 
Method in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html" title="class in org.codehaus.plexus.interpolation.object">ObjectInterpolationWarning</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html#getDelegate()"><B>getDelegate()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractDelegatingValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#getEscapeString()"><B>getEscapeString()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#getEscapeString()"><B>getEscapeString()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolationException.html#getExpression()"><B>getExpression()</B></A> - 
Method in exception org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolationException.html" title="class in org.codehaus.plexus.interpolation">InterpolationException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html#getExpressionCycle(java.lang.String)"><B>getExpressionCycle(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">PrefixAwareRecursionInterceptor</A>
<DD>When an expression is determined to be a recursive reference, this method
 returns the sublist of tracked expressions that participate in this cycle.
<DT><A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html#getExpressionCycle(java.lang.String)"><B>getExpressionCycle(String)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html" title="interface in org.codehaus.plexus.interpolation">RecursionInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html#getExpressionCycle(java.lang.String)"><B>getExpressionCycle(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">SimpleRecursionInterceptor</A>
<DD>When an expression is determined to be a recursive reference, this method
 returns the sublist of tracked expressions that participate in this cycle.
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html#getFeedback()"><B>getFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractDelegatingValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html#getFeedback()"><B>getFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#getFeedback()"><B>getFeedback()</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>Return any feedback messages and errors that were generated - but
 suppressed - during the interpolation process.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html#getFeedback()"><B>getFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">PrefixedValueSourceWrapper</A>
<DD>If the nested <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> implements <A HREF="./org/codehaus/plexus/interpolation/FeedbackEnabledValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>FeedbackEnabledValueSource</CODE></A>,
 then return that source's feedback list.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#getFeedback()"><B>getFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Return any feedback messages and errors that were generated - but
 suppressed - during the interpolation process.
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#getFeedback()"><B>getFeedback()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>Return any feedback messages and errors that were generated - but
 suppressed - during the interpolation process.
<DT><A HREF="./org/codehaus/plexus/interpolation/ValueSource.html#getFeedback()"><B>getFeedback()</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation">ValueSource</A>
<DD>Return the feedback about resolution failures for a particular expression.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedObjectValueSource.html#getLastExpression()"><B>getLastExpression()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedObjectValueSource.html" title="class in org.codehaus.plexus.interpolation">PrefixedObjectValueSource</A>
<DD>
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedPropertiesValueSource.html#getLastExpression()"><B>getLastExpression()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedPropertiesValueSource.html" title="class in org.codehaus.plexus.interpolation">PrefixedPropertiesValueSource</A>
<DD>
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html#getLastExpression()"><B>getLastExpression()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">PrefixedValueSourceWrapper</A>
<DD>If the nested <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> implements <A HREF="./org/codehaus/plexus/interpolation/QueryEnabledValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>QueryEnabledValueSource</CODE></A>,
 then return that source's last expression.
<DT><A HREF="./org/codehaus/plexus/interpolation/QueryEnabledValueSource.html#getLastExpression()"><B>getLastExpression()</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/QueryEnabledValueSource.html" title="interface in org.codehaus.plexus.interpolation">QueryEnabledValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html#getMessage()"><B>getMessage()</B></A> - 
Method in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html" title="class in org.codehaus.plexus.interpolation.object">ObjectInterpolationWarning</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html#getPath()"><B>getPath()</B></A> - 
Method in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html" title="class in org.codehaus.plexus.interpolation.object">ObjectInterpolationWarning</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/ClassMap.html#getPublicMethod(java.lang.reflect.Method)"><B>getPublicMethod(Method)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/ClassMap.html" title="class in org.codehaus.plexus.interpolation.reflection">ClassMap</A>
<DD>For a given method, retrieves its publicly accessible counterpart.
<DT><A HREF="./org/codehaus/plexus/interpolation/os/OperatingSystemUtils.html#getSystemEnvVars()"><B>getSystemEnvVars()</B></A> - 
Static method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/OperatingSystemUtils.html" title="class in org.codehaus.plexus.interpolation.os">OperatingSystemUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/OperatingSystemUtils.html#getSystemEnvVars(boolean)"><B>getSystemEnvVars(boolean)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/OperatingSystemUtils.html" title="class in org.codehaus.plexus.interpolation.os">OperatingSystemUtils</A>
<DD>Return the shell environment variables.
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#getValidFamilies()"><B>getValidFamilies()</B></A> - 
Static method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractDelegatingValueSource.html" title="class in org.codehaus.plexus.interpolation">AbstractDelegatingValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractFunctionValueSourceWrapper.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractFunctionValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">AbstractFunctionValueSourceWrapper</A>
<DD>
   Resolve the current expression using the embedded <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A>
   Retrieve the last expression processed by this value source
   Pass the last expression (which should be the function name), along
       with the value for the current expression, into the
       executeFunction(..) method
   Return the result of the executeFunction(..) as the resolved value
       for the current expression.
 
<DT><A HREF="./org/codehaus/plexus/interpolation/EnvarBasedValueSource.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/EnvarBasedValueSource.html" title="class in org.codehaus.plexus.interpolation">EnvarBasedValueSource</A>
<DD>If the expression starts with 'env.' then trim this prefix.
<DT><A HREF="./org/codehaus/plexus/interpolation/MapBasedValueSource.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/MapBasedValueSource.html" title="class in org.codehaus.plexus.interpolation">MapBasedValueSource</A>
<DD>Lookup the supplied expression as a key in the wrapped Map, and return
 its value.
<DT><A HREF="./org/codehaus/plexus/interpolation/ObjectBasedValueSource.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/ObjectBasedValueSource.html" title="class in org.codehaus.plexus.interpolation">ObjectBasedValueSource</A>
<DD>Split the expression into parts, tokenized on the dot ('.') character.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">PrefixedValueSourceWrapper</A>
<DD>Uses <A HREF="./org/codehaus/plexus/interpolation/util/ValueSourceUtils.html#trimPrefix(java.lang.String, java.util.Collection, boolean)"><CODE>ValueSourceUtils.trimPrefix(String, java.util.Collection, boolean)</CODE></A> to
 get the trimmed expression.
<DT><A HREF="./org/codehaus/plexus/interpolation/PropertiesBasedValueSource.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PropertiesBasedValueSource.html" title="class in org.codehaus.plexus.interpolation">PropertiesBasedValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/ValueSource.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation">ValueSource</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/AbstractFunctionValueSourceWrapper.html#getValueSource()"><B>getValueSource()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/AbstractFunctionValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">AbstractFunctionValueSourceWrapper</A>
<DD>Retrieve the embedded value source.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html#getWarnings()"><B>getWarnings()</B></A> - 
Method in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object">FieldBasedObjectInterpolator</A>
<DD>Retrieve the <CODE>List</CODE> of warnings (<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html" title="class in org.codehaus.plexus.interpolation.object"><CODE>ObjectInterpolationWarning</CODE></A>
 instances) generated during the last interpolation execution.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolator.html#getWarnings()"><B>getWarnings()</B></A> - 
Method in interface org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolator.html" title="interface in org.codehaus.plexus.interpolation.object">ObjectInterpolator</A>
<DD>Retrieve the <CODE>List</CODE> of warnings (<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html" title="class in org.codehaus.plexus.interpolation.object"><CODE>ObjectInterpolationWarning</CODE></A>
 instances) generated during the last interpolation execution.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html#hasRecursiveExpression(java.lang.String)"><B>hasRecursiveExpression(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">PrefixAwareRecursionInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html#hasRecursiveExpression(java.lang.String)"><B>hasRecursiveExpression(String)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html" title="interface in org.codehaus.plexus.interpolation">RecursionInterceptor</A>
<DD>Check whether the given value contains an expression that is currently
 being tracked by this interceptor.
<DT><A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html#hasRecursiveExpression(java.lang.String)"><B>hasRecursiveExpression(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">SimpleRecursionInterceptor</A>
<DD>Check whether the current expression is already present in the in-process
 stack.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html#hasWarnings()"><B>hasWarnings()</B></A> - 
Method in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object">FieldBasedObjectInterpolator</A>
<DD>Returns true if the last interpolation execution generated warnings.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolator.html#hasWarnings()"><B>hasWarnings()</B></A> - 
Method in interface org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolator.html" title="interface in org.codehaus.plexus.interpolation.object">ObjectInterpolator</A>
<DD>Returns true if the last interpolation execution generated warnings.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#interpolate(java.lang.String, java.lang.String)"><B>interpolate(String, String)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>See <A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#interpolate(java.lang.String, java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><CODE>Interpolator.interpolate(String, String, RecursionInterceptor)</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#interpolate(java.lang.String, java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><B>interpolate(String, String, RecursionInterceptor)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>Attempt to resolve all expressions in the given input string, using the
 given pattern to first trim an optional prefix from each expression.
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#interpolate(java.lang.String)"><B>interpolate(String)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>See <A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#interpolate(java.lang.String, java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><CODE>Interpolator.interpolate(String, String, RecursionInterceptor)</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#interpolate(java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><B>interpolate(String, RecursionInterceptor)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>See <A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#interpolate(java.lang.String, java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><CODE>Interpolator.interpolate(String, String, RecursionInterceptor)</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html#interpolate(java.lang.Object, org.codehaus.plexus.interpolation.Interpolator)"><B>interpolate(Object, Interpolator)</B></A> - 
Method in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object">FieldBasedObjectInterpolator</A>
<DD>Using reflective field access and mutation, traverse the object graph from the given starting point and
 interpolate any Strings found in that graph using the given <A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation"><CODE>Interpolator</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html#interpolate(java.lang.Object, org.codehaus.plexus.interpolation.Interpolator, org.codehaus.plexus.interpolation.RecursionInterceptor)"><B>interpolate(Object, Interpolator, RecursionInterceptor)</B></A> - 
Method in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/FieldBasedObjectInterpolator.html" title="class in org.codehaus.plexus.interpolation.object">FieldBasedObjectInterpolator</A>
<DD>Using reflective field access and mutation, traverse the object graph from the given starting point and
 interpolate any Strings found in that graph using the given <A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation"><CODE>Interpolator</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolator.html#interpolate(java.lang.Object, org.codehaus.plexus.interpolation.Interpolator)"><B>interpolate(Object, Interpolator)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolator.html" title="interface in org.codehaus.plexus.interpolation.object">ObjectInterpolator</A>
<DD>Traverse the object graph from the given starting point and interpolate 
 any Strings found in that graph using the given <A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation"><CODE>Interpolator</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolator.html#interpolate(java.lang.Object, org.codehaus.plexus.interpolation.Interpolator, org.codehaus.plexus.interpolation.RecursionInterceptor)"><B>interpolate(Object, Interpolator, RecursionInterceptor)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolator.html" title="interface in org.codehaus.plexus.interpolation.object">ObjectInterpolator</A>
<DD>Traverse the object graph from the given starting point and interpolate 
 any Strings found in that graph using the given <A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation"><CODE>Interpolator</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#interpolate(java.lang.String, java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><B>interpolate(String, String, RecursionInterceptor)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Attempt to resolve all expressions in the given input string, using the
 given pattern to first trim an optional prefix from each expression.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#interpolate(java.lang.String, java.lang.String)"><B>interpolate(String, String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>See <A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#interpolate(java.lang.String, java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><CODE>RegexBasedInterpolator.interpolate(String, String, RecursionInterceptor)</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#interpolate(java.lang.String)"><B>interpolate(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>See <A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#interpolate(java.lang.String, java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><CODE>RegexBasedInterpolator.interpolate(String, String, RecursionInterceptor)</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#interpolate(java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><B>interpolate(String, RecursionInterceptor)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>See <A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#interpolate(java.lang.String, java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><CODE>RegexBasedInterpolator.interpolate(String, String, RecursionInterceptor)</CODE></A>.
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#interpolate(java.lang.String, java.lang.String)"><B>interpolate(String, String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#interpolate(java.lang.String, java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><B>interpolate(String, String, RecursionInterceptor)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#interpolate(java.lang.String)"><B>interpolate(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#interpolate(java.lang.String, org.codehaus.plexus.interpolation.RecursionInterceptor)"><B>interpolate(String, RecursionInterceptor)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>Entry point for recursive resolution of an expression and all of its
 nested expressions.
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolationCycleException.html" title="class in org.codehaus.plexus.interpolation"><B>InterpolationCycleException</B></A> - Exception in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolationCycleException.html#InterpolationCycleException(org.codehaus.plexus.interpolation.RecursionInterceptor, java.lang.String, java.lang.String)"><B>InterpolationCycleException(RecursionInterceptor, String, String)</B></A> - 
Constructor for exception org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolationCycleException.html" title="class in org.codehaus.plexus.interpolation">InterpolationCycleException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolationException.html" title="class in org.codehaus.plexus.interpolation"><B>InterpolationException</B></A> - Exception in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Signals an unrecoverable error in the process of interpolating a string, such
 as the detection of an expression cycle.<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolationException.html#InterpolationException(java.lang.String, java.lang.String, java.lang.Throwable)"><B>InterpolationException(String, String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolationException.html" title="class in org.codehaus.plexus.interpolation">InterpolationException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolationException.html#InterpolationException(java.lang.String, java.lang.String)"><B>InterpolationException(String, String)</B></A> - 
Constructor for exception org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolationException.html" title="class in org.codehaus.plexus.interpolation">InterpolationException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolationPostProcessor.html" title="interface in org.codehaus.plexus.interpolation"><B>InterpolationPostProcessor</B></A> - Interface in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Used to allow full recursion of value interpolation before applying some rule
 to the result.<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation"><B>Interpolator</B></A> - Interface in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Interpolator interface.<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation"><B>InterpolatorFilterReader</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>A FilterReader implementation, that works with Interpolator interface instead of it's own interpolation
 implementation.<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#InterpolatorFilterReader(java.io.Reader, org.codehaus.plexus.interpolation.Interpolator)"><B>InterpolatorFilterReader(Reader, Interpolator)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>this constructor use default begin token ${ and default end token }
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#InterpolatorFilterReader(java.io.Reader, org.codehaus.plexus.interpolation.Interpolator, java.lang.String, java.lang.String)"><B>InterpolatorFilterReader(Reader, Interpolator, String, String)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#isArch(java.lang.String)"><B>isArch(String)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Determines if the current OS matches the given OS
 architecture.
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#isCacheAnswers()"><B>isCacheAnswers()</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#isCacheAnswers()"><B>isCacheAnswers()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#isCacheAnswers()"><B>isCacheAnswers()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#isFamily(java.lang.String)"><B>isFamily(String)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Determines if the current OS matches the given OS
 family.
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#isInterpolateWithPrefixPattern()"><B>isInterpolateWithPrefixPattern()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#isName(java.lang.String)"><B>isName(String)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Determines if the current OS matches the given OS
 name.
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#isOs(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>isOs(String, String, String, String)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Determines if the current OS matches the given OS
 family, name, architecture and version.
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#isPreserveEscapeString()"><B>isPreserveEscapeString()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#isReusePatterns()"><B>isReusePatterns()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#isValidFamily(java.lang.String)"><B>isValidFamily(String)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Helper method to check if the given family is in the
 following list:
 
 dos
 mac
 netware
 os/2
 tandem
 unix
 windows
 win9x
 z/os
 os/400
 openvms
 
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#isVersion(java.lang.String)"><B>isVersion(String)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Determines if the current OS matches the given OS
 version.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/MapBasedValueSource.html" title="class in org.codehaus.plexus.interpolation"><B>MapBasedValueSource</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Wraps a Map, and looks up the whole expression as a single key, returning the
 value mapped to it.<DT><A HREF="./org/codehaus/plexus/interpolation/MapBasedValueSource.html#MapBasedValueSource(java.util.Map)"><B>MapBasedValueSource(Map)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/MapBasedValueSource.html" title="class in org.codehaus.plexus.interpolation">MapBasedValueSource</A>
<DD>Construct a new value source to wrap the supplied map.
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.html" title="class in org.codehaus.plexus.interpolation.reflection"><B>MethodMap</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/reflection/package-summary.html">org.codehaus.plexus.interpolation.reflection</A><DD><b>NOTE:</b> This class was copied from plexus-utils, to allow this library
 to stand completely self-contained.<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.html#MethodMap()"><B>MethodMap()</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.html" title="class in org.codehaus.plexus.interpolation.reflection">MethodMap</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.AmbiguousException.html" title="class in org.codehaus.plexus.interpolation.reflection"><B>MethodMap.AmbiguousException</B></A> - Exception in <A HREF="./org/codehaus/plexus/interpolation/reflection/package-summary.html">org.codehaus.plexus.interpolation.reflection</A><DD>simple distinguishable exception, used when
  we run across ambiguous overloading<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.AmbiguousException.html#MethodMap.AmbiguousException()"><B>MethodMap.AmbiguousException()</B></A> - 
Constructor for exception org.codehaus.plexus.interpolation.reflection.<A HREF="./org/codehaus/plexus/interpolation/reflection/MethodMap.AmbiguousException.html" title="class in org.codehaus.plexus.interpolation.reflection">MethodMap.AmbiguousException</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/ObjectBasedValueSource.html" title="class in org.codehaus.plexus.interpolation"><B>ObjectBasedValueSource</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Wraps an object, providing reflective access to the object graph of which the
 supplied object is the root.<DT><A HREF="./org/codehaus/plexus/interpolation/ObjectBasedValueSource.html#ObjectBasedValueSource(java.lang.Object)"><B>ObjectBasedValueSource(Object)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/ObjectBasedValueSource.html" title="class in org.codehaus.plexus.interpolation">ObjectBasedValueSource</A>
<DD>Construct a new value source, using the supplied object as the root from
 which to start, and using expressions split at the dot ('.') to navigate
 the object graph beneath this root.
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html" title="class in org.codehaus.plexus.interpolation.object"><B>ObjectInterpolationWarning</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/object/package-summary.html">org.codehaus.plexus.interpolation.object</A><DD>Represents a warning that occurred while interpolating an object graph.<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html#ObjectInterpolationWarning(java.lang.String, java.lang.String)"><B>ObjectInterpolationWarning(String, String)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html" title="class in org.codehaus.plexus.interpolation.object">ObjectInterpolationWarning</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html#ObjectInterpolationWarning(java.lang.String, java.lang.String, java.lang.Throwable)"><B>ObjectInterpolationWarning(String, String, Throwable)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html" title="class in org.codehaus.plexus.interpolation.object">ObjectInterpolationWarning</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolator.html" title="interface in org.codehaus.plexus.interpolation.object"><B>ObjectInterpolator</B></A> - Interface in <A HREF="./org/codehaus/plexus/interpolation/object/package-summary.html">org.codehaus.plexus.interpolation.object</A><DD>Traverses an object graph and uses an <A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation"><CODE>Interpolator</CODE></A> instance to resolve any String values in the
 graph.<DT><A HREF="./org/codehaus/plexus/interpolation/os/OperatingSystemUtils.html" title="class in org.codehaus.plexus.interpolation.os"><B>OperatingSystemUtils</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/os/package-summary.html">org.codehaus.plexus.interpolation.os</A><DD><b>NOTE:</b> This class was copied from plexus-utils, to allow this library
 to stand completely self-contained.<DT><A HREF="./org/codehaus/plexus/interpolation/package-summary.html"><B>org.codehaus.plexus.interpolation</B></A> - package org.codehaus.plexus.interpolation<DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/interpolation/object/package-summary.html"><B>org.codehaus.plexus.interpolation.object</B></A> - package org.codehaus.plexus.interpolation.object<DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/interpolation/os/package-summary.html"><B>org.codehaus.plexus.interpolation.os</B></A> - package org.codehaus.plexus.interpolation.os<DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/package-summary.html"><B>org.codehaus.plexus.interpolation.reflection</B></A> - package org.codehaus.plexus.interpolation.reflection<DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/interpolation/util/package-summary.html"><B>org.codehaus.plexus.interpolation.util</B></A> - package org.codehaus.plexus.interpolation.util<DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os"><B>Os</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/os/package-summary.html">org.codehaus.plexus.interpolation.os</A><DD><b>NOTE:</b> This class was copied from plexus-utils, to allow this library
 to stand completely self-contained.<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#Os()"><B>Os()</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Default constructor
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#Os(java.lang.String)"><B>Os(String)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Constructor that sets the family attribute
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#OS_ARCH"><B>OS_ARCH</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#OS_FAMILY"><B>OS_FAMILY</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#OS_NAME"><B>OS_NAME</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#OS_VERSION"><B>OS_VERSION</B></A> - 
Static variable in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation"><B>PrefixAwareRecursionInterceptor</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD><A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html" title="interface in org.codehaus.plexus.interpolation"><CODE>RecursionInterceptor</CODE></A> implementation that provides support for expressions
 with multiple synonyms, such as project.build.directory == pom.build.directory ==
 build.directory in Maven's POM.<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html#PrefixAwareRecursionInterceptor(java.util.Collection, boolean)"><B>PrefixAwareRecursionInterceptor(Collection, boolean)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">PrefixAwareRecursionInterceptor</A>
<DD>Use the specified expression prefixes to detect synonyms, and specify whether
 unprefixed expressions can be considered synonyms.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html#PrefixAwareRecursionInterceptor(java.util.Collection)"><B>PrefixAwareRecursionInterceptor(Collection)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">PrefixAwareRecursionInterceptor</A>
<DD>Use the specified expression prefixes to detect synonyms.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedObjectValueSource.html" title="class in org.codehaus.plexus.interpolation"><B>PrefixedObjectValueSource</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Wraps an arbitrary object with an <A HREF="./org/codehaus/plexus/interpolation/ObjectBasedValueSource.html" title="class in org.codehaus.plexus.interpolation"><CODE>ObjectBasedValueSource</CODE></A> instance, then
 wraps that source with a <A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation"><CODE>PrefixedValueSourceWrapper</CODE></A> instance, to which
 this class delegates all of its calls.<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedObjectValueSource.html#PrefixedObjectValueSource(java.lang.String, java.lang.Object)"><B>PrefixedObjectValueSource(String, Object)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedObjectValueSource.html" title="class in org.codehaus.plexus.interpolation">PrefixedObjectValueSource</A>
<DD>Wrap the specified root object, allowing the specified expression prefix.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedObjectValueSource.html#PrefixedObjectValueSource(java.util.List, java.lang.Object, boolean)"><B>PrefixedObjectValueSource(List, Object, boolean)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedObjectValueSource.html" title="class in org.codehaus.plexus.interpolation">PrefixedObjectValueSource</A>
<DD>Wrap the specified root object, allowing the specified list of expression
 prefixes and setting whether the <A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation"><CODE>PrefixedValueSourceWrapper</CODE></A> allows
 unprefixed expressions.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedPropertiesValueSource.html" title="class in org.codehaus.plexus.interpolation"><B>PrefixedPropertiesValueSource</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Legacy support.<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedPropertiesValueSource.html#PrefixedPropertiesValueSource(java.lang.String, java.util.Properties)"><B>PrefixedPropertiesValueSource(String, Properties)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedPropertiesValueSource.html" title="class in org.codehaus.plexus.interpolation">PrefixedPropertiesValueSource</A>
<DD>Wrap the specified properties file with a new <A HREF="./org/codehaus/plexus/interpolation/PropertiesBasedValueSource.html" title="class in org.codehaus.plexus.interpolation"><CODE>PropertiesBasedValueSource</CODE></A>, then
 wrap that source with a new <A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation"><CODE>PrefixedValueSourceWrapper</CODE></A> that uses the specified
 expression prefix.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedPropertiesValueSource.html#PrefixedPropertiesValueSource(java.util.List, java.util.Properties, boolean)"><B>PrefixedPropertiesValueSource(List, Properties, boolean)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedPropertiesValueSource.html" title="class in org.codehaus.plexus.interpolation">PrefixedPropertiesValueSource</A>
<DD>Wrap the specified properties file with a new <A HREF="./org/codehaus/plexus/interpolation/PropertiesBasedValueSource.html" title="class in org.codehaus.plexus.interpolation"><CODE>PropertiesBasedValueSource</CODE></A>, then
 wrap that source with a new <A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation"><CODE>PrefixedValueSourceWrapper</CODE></A> that uses the specified
 expression-prefix list.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation"><B>PrefixedValueSourceWrapper</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD><A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> implementation which simply wraps another value source,
 and trims any of a set of possible expression prefixes before delegating the
 modified expression to be resolved by the real value source.<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html#PrefixedValueSourceWrapper(org.codehaus.plexus.interpolation.ValueSource, java.lang.String)"><B>PrefixedValueSourceWrapper(ValueSource, String)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">PrefixedValueSourceWrapper</A>
<DD>Wrap the given value source, but first trim the given prefix from any
 expressions before they are passed along for resolution.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html#PrefixedValueSourceWrapper(org.codehaus.plexus.interpolation.ValueSource, java.lang.String, boolean)"><B>PrefixedValueSourceWrapper(ValueSource, String, boolean)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">PrefixedValueSourceWrapper</A>
<DD>Wrap the given value source, but first trim the given prefix from any
 expressions before they are passed along for resolution.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html#PrefixedValueSourceWrapper(org.codehaus.plexus.interpolation.ValueSource, java.util.List)"><B>PrefixedValueSourceWrapper(ValueSource, List)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">PrefixedValueSourceWrapper</A>
<DD>Wrap the given value source, but first trim one of the given prefixes from any
 expressions before they are passed along for resolution.
<DT><A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html#PrefixedValueSourceWrapper(org.codehaus.plexus.interpolation.ValueSource, java.util.List, boolean)"><B>PrefixedValueSourceWrapper(ValueSource, List, boolean)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper.html" title="class in org.codehaus.plexus.interpolation">PrefixedValueSourceWrapper</A>
<DD>Wrap the given value source, but first trim one of the given prefixes from any
 expressions before they are passed along for resolution.
<DT><A HREF="./org/codehaus/plexus/interpolation/PropertiesBasedValueSource.html" title="class in org.codehaus.plexus.interpolation"><B>PropertiesBasedValueSource</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD><A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> implementation that wraps a <CODE>Properties</CODE> instance,
 and does a simple lookup of the entire expression string as the parameter for
 <CODE>Properties.getProperty(String)</CODE>, returning the result as the resolved
 value.<DT><A HREF="./org/codehaus/plexus/interpolation/PropertiesBasedValueSource.html#PropertiesBasedValueSource(java.util.Properties)"><B>PropertiesBasedValueSource(Properties)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/PropertiesBasedValueSource.html" title="class in org.codehaus.plexus.interpolation">PropertiesBasedValueSource</A>
<DD>Wrap the specified <CODE>Properties</CODE> object for use as a value source.
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/QueryEnabledValueSource.html" title="interface in org.codehaus.plexus.interpolation"><B>QueryEnabledValueSource</B></A> - Interface in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Tracks the most recent expression processed by this value source implementation.</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>Reads characters into a portion of an array.
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#read()"><B>read()</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>Returns the next character in the filtered stream, replacing tokens from the original stream.
<DT><A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html" title="interface in org.codehaus.plexus.interpolation"><B>RecursionInterceptor</B></A> - Interface in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Logs expressions before resolution is attempted, and clears them
 after resolution is complete (or, fails all strategies).<DT><A HREF="./org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor.html" title="class in org.codehaus.plexus.interpolation.reflection"><B>ReflectionValueExtractor</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/reflection/package-summary.html">org.codehaus.plexus.interpolation.reflection</A><DD><b>NOTE:</b> This class was copied from plexus-utils, to allow this library
 to stand completely self-contained.<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation"><B>RegexBasedInterpolator</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Expansion of the original RegexBasedInterpolator, found in plexus-utils, this
 interpolator provides options for setting custom prefix/suffix regex parts,
 and includes a <A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html" title="interface in org.codehaus.plexus.interpolation"><CODE>RecursionInterceptor</CODE></A> parameter in its interpolate(..)
 call, to allow the detection of cyclical expression references.<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#RegexBasedInterpolator()"><B>RegexBasedInterpolator()</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Setup a basic interpolator.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#RegexBasedInterpolator(boolean)"><B>RegexBasedInterpolator(boolean)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#RegexBasedInterpolator(java.lang.String, java.lang.String)"><B>RegexBasedInterpolator(String, String)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Setup an interpolator with no value sources, and the specified regex pattern
 prefix and suffix in place of the default one.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#RegexBasedInterpolator(java.util.List)"><B>RegexBasedInterpolator(List)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Setup a basic interpolator with the specified list of value sources.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#RegexBasedInterpolator(java.lang.String, java.lang.String, java.util.List)"><B>RegexBasedInterpolator(String, String, List)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Setup an interpolator with the specified value sources, and the specified
 regex pattern prefix and suffix in place of the default one.
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#removePostProcessor(org.codehaus.plexus.interpolation.InterpolationPostProcessor)"><B>removePostProcessor(InterpolationPostProcessor)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>Remove the given post-processor.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#removePostProcessor(org.codehaus.plexus.interpolation.InterpolationPostProcessor)"><B>removePostProcessor(InterpolationPostProcessor)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Remove the given post-processor.
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#removePostProcessor(org.codehaus.plexus.interpolation.InterpolationPostProcessor)"><B>removePostProcessor(InterpolationPostProcessor)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>Remove the given post-processor.
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#removeValuesSource(org.codehaus.plexus.interpolation.ValueSource)"><B>removeValuesSource(ValueSource)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>Remove the specified <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> from the stack used to resolve
 expressions in this interpolator instance.
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#removeValuesSource(org.codehaus.plexus.interpolation.ValueSource)"><B>removeValuesSource(ValueSource)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>Remove the specified <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> from the stack used to resolve
 expressions in this interpolator instance.
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#removeValuesSource(org.codehaus.plexus.interpolation.ValueSource)"><B>removeValuesSource(ValueSource)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>Remove the specified <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> from the stack used to resolve
 expressions in this interpolator instance.
<DT><A HREF="./org/codehaus/plexus/interpolation/util/StringUtils.html#replace(java.lang.String, java.lang.String, java.lang.String)"><B>replace(String, String, String)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.util.<A HREF="./org/codehaus/plexus/interpolation/util/StringUtils.html" title="class in org.codehaus.plexus.interpolation.util">StringUtils</A>
<DD>Replace all occurances of a String within another String.
<DT><A HREF="./org/codehaus/plexus/interpolation/util/StringUtils.html#replace(java.lang.String, java.lang.String, java.lang.String, int)"><B>replace(String, String, String, int)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.util.<A HREF="./org/codehaus/plexus/interpolation/util/StringUtils.html" title="class in org.codehaus.plexus.interpolation.util">StringUtils</A>
<DD>Replace a String with another String inside a larger String,
 for the first <code>max</code> values of the search String.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#setArch(java.lang.String)"><B>setArch(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Sets the desired OS architecture
<DT><A HREF="./org/codehaus/plexus/interpolation/Interpolator.html#setCacheAnswers(boolean)"><B>setCacheAnswers(boolean)</B></A> - 
Method in interface org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/Interpolator.html" title="interface in org.codehaus.plexus.interpolation">Interpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#setCacheAnswers(boolean)"><B>setCacheAnswers(boolean)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#setCacheAnswers(boolean)"><B>setCacheAnswers(boolean)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#setEscapeString(java.lang.String)"><B>setEscapeString(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#setEscapeString(java.lang.String)"><B>setEscapeString(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#setFamily(java.lang.String)"><B>setFamily(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Sets the desired OS family type
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#setInterpolateWithPrefixPattern(boolean)"><B>setInterpolateWithPrefixPattern(boolean)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Sets the desired OS name
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#setPreserveEscapeString(boolean)"><B>setPreserveEscapeString(boolean)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html#setReusePatterns(boolean)"><B>setReusePatterns(boolean)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/RegexBasedInterpolator.html" title="class in org.codehaus.plexus.interpolation">RegexBasedInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/os/Os.html#setVersion(java.lang.String)"><B>setVersion(String)</B></A> - 
Method in class org.codehaus.plexus.interpolation.os.<A HREF="./org/codehaus/plexus/interpolation/os/Os.html" title="class in org.codehaus.plexus.interpolation.os">Os</A>
<DD>Sets the desired OS version
<DT><A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation"><B>SimpleRecursionInterceptor</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Simplest implementation of a <A HREF="./org/codehaus/plexus/interpolation/RecursionInterceptor.html" title="interface in org.codehaus.plexus.interpolation"><CODE>RecursionInterceptor</CODE></A>, which checks whether
 the existing interpolation effort is already attempting to resolve an exact
 expression, but has not finished.<DT><A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html#SimpleRecursionInterceptor()"><B>SimpleRecursionInterceptor()</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/SimpleRecursionInterceptor.html" title="class in org.codehaus.plexus.interpolation">SimpleRecursionInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html#skip(long)"><B>skip(long)</B></A> - 
Method in class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/InterpolatorFilterReader.html" title="class in org.codehaus.plexus.interpolation">InterpolatorFilterReader</A>
<DD>Skips characters.
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation"><B>StringSearchInterpolator</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#StringSearchInterpolator()"><B>StringSearchInterpolator()</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html#StringSearchInterpolator(java.lang.String, java.lang.String)"><B>StringSearchInterpolator(String, String)</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.<A HREF="./org/codehaus/plexus/interpolation/StringSearchInterpolator.html" title="class in org.codehaus.plexus.interpolation">StringSearchInterpolator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/util/StringUtils.html" title="class in org.codehaus.plexus.interpolation.util"><B>StringUtils</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/util/package-summary.html">org.codehaus.plexus.interpolation.util</A><DD>Code here was swiped from plexus-utils' StringUtils class, so
 plexus-interpolation could be completely self-contained.<DT><A HREF="./org/codehaus/plexus/interpolation/util/StringUtils.html#StringUtils()"><B>StringUtils()</B></A> - 
Constructor for class org.codehaus.plexus.interpolation.util.<A HREF="./org/codehaus/plexus/interpolation/util/StringUtils.html" title="class in org.codehaus.plexus.interpolation.util">StringUtils</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html#toString()"><B>toString()</B></A> - 
Method in class org.codehaus.plexus.interpolation.object.<A HREF="./org/codehaus/plexus/interpolation/object/ObjectInterpolationWarning.html" title="class in org.codehaus.plexus.interpolation.object">ObjectInterpolationWarning</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/interpolation/util/ValueSourceUtils.html#trimPrefix(java.lang.String, java.util.Collection, boolean)"><B>trimPrefix(String, Collection, boolean)</B></A> - 
Static method in class org.codehaus.plexus.interpolation.util.<A HREF="./org/codehaus/plexus/interpolation/util/ValueSourceUtils.html" title="class in org.codehaus.plexus.interpolation.util">ValueSourceUtils</A>
<DD>If the expression starts with one of the provided prefixes, trim that prefix
 and return the remaining expression.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><B>ValueSource</B></A> - Interface in <A HREF="./org/codehaus/plexus/interpolation/package-summary.html">org.codehaus.plexus.interpolation</A><DD>Supplies one strategy for resolving a value for an interpolation expression.<DT><A HREF="./org/codehaus/plexus/interpolation/util/ValueSourceUtils.html" title="class in org.codehaus.plexus.interpolation.util"><B>ValueSourceUtils</B></A> - Class in <A HREF="./org/codehaus/plexus/interpolation/util/package-summary.html">org.codehaus.plexus.interpolation.util</A><DD>Utility methods shared by multiple <A HREF="./org/codehaus/plexus/interpolation/ValueSource.html" title="interface in org.codehaus.plexus.interpolation"><CODE>ValueSource</CODE></A> implementations.</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="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</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="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</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>
Copyright &#169; 2011. All Rights Reserved.
</BODY>
</HTML>