This file is indexed.

/usr/share/doc/libplexus-component-api-java/api/index-all.html is in libplexus-component-api-java-doc 1.0.0~alpha22-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
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
<!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:38:26 UTC 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Index (Plexus Component API 1.0-alpha-22 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 Component API 1.0-alpha-22 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="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html" title="class in org.codehaus.plexus.logging"><B>AbstractLogEnabled</B></A> - Class in <A HREF="./org/codehaus/plexus/logging/package-summary.html">org.codehaus.plexus.logging</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html#AbstractLogEnabled()"><B>AbstractLogEnabled()</B></A> - 
Constructor for class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html" title="class in org.codehaus.plexus.logging">AbstractLogEnabled</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging"><B>AbstractLogger</B></A> - Class in <A HREF="./org/codehaus/plexus/logging/package-summary.html">org.codehaus.plexus.logging</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#AbstractLogger(int, java.lang.String)"><B>AbstractLogger(int, String)</B></A> - 
Constructor for class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html" title="class in org.codehaus.plexus.logging"><B>AbstractLoggerManager</B></A> - Class in <A HREF="./org/codehaus/plexus/logging/package-summary.html">org.codehaus.plexus.logging</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html#AbstractLoggerManager()"><B>AbstractLoggerManager()</B></A> - 
Constructor for class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html" title="class in org.codehaus.plexus.logging">AbstractLoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#addChild(org.codehaus.plexus.configuration.PlexusConfiguration)"><B>addChild(PlexusConfiguration)</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Adds a configuration under this configuration, which acts as
 a parent.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#addComponentDescriptor(org.codehaus.plexus.component.repository.ComponentDescriptor)"><B>addComponentDescriptor(ComponentDescriptor)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Add a new ComponentDescriptor to this set.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#addComponentDescriptor(org.codehaus.plexus.component.repository.ComponentDescriptor)"><B>addComponentDescriptor(ComponentDescriptor)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Adds a component descriptor to this container.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#addContextValue(java.lang.Object, java.lang.Object)"><B>addContextValue(Object, Object)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Add a key/value pair to this container's Context.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#addDependency(org.codehaus.plexus.component.repository.ComponentDependency)"><B>addDependency(ComponentDependency)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Add a depenency to this set's contents.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#addJarRepository(java.io.File)"><B>addJarRepository(File)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Adds a directory of jar resources.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#addJarResource(java.io.File)"><B>addJarResource(File)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Adds a jar to this container's ClassRealm - whose components are then discovered (via the various registered
 ComponentDiscoverer's).
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#addRequirement(org.codehaus.plexus.component.repository.ComponentRequirement)"><B>addRequirement(ComponentRequirement)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Add a project requirement to this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#addRequirements(java.util.List)"><B>addRequirements(List)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Adds a list of requirements to this component.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#autowire(java.lang.Object)"><B>autowire(Object)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Assembles a component and returns it.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/PlexusConstants.html#BOOTSTRAP_CONFIGURATION"><B>BOOTSTRAP_CONFIGURATION</B></A> - 
Static variable in class org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusConstants.html" title="class in org.codehaus.plexus">PlexusConstants</A>
<DD>Location of plexus bootstrap configuration file.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentConfigurationException.html" title="class in org.codehaus.plexus.component.repository.exception"><B>ComponentConfigurationException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/repository/exception/package-summary.html">org.codehaus.plexus.component.repository.exception</A><DD>Exception that is thrown when the class(es) required for a component
 implementation are not available.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentConfigurationException.html#ComponentConfigurationException(java.lang.String)"><B>ComponentConfigurationException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentConfigurationException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentConfigurationException</A>
<DD>Construct a new <code>ComponentConfigurationException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentConfigurationException.html#ComponentConfigurationException(java.lang.String, java.lang.Throwable)"><B>ComponentConfigurationException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentConfigurationException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentConfigurationException</A>
<DD>Construct a new <code>ComponentConfigurationException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository"><B>ComponentDependency</B></A> - Class in <A HREF="./org/codehaus/plexus/component/repository/package-summary.html">org.codehaus.plexus.component.repository</A><DD>This represents a project which this component depends upon to function
 properly, for example, a required jar file.<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#ComponentDependency()"><B>ComponentDependency()</B></A> - 
Constructor for class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository"><B>ComponentDescriptor</B></A> - Class in <A HREF="./org/codehaus/plexus/component/repository/package-summary.html">org.codehaus.plexus.component.repository</A><DD>Component instantiation description.<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#ComponentDescriptor()"><B>ComponentDescriptor()</B></A> - 
Constructor for class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentDescriptorUnmarshallingException.html" title="class in org.codehaus.plexus.component.repository.exception"><B>ComponentDescriptorUnmarshallingException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/repository/exception/package-summary.html">org.codehaus.plexus.component.repository.exception</A><DD>Exception that is thrown when the class(es) required for a component
 implementation are not available.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentDescriptorUnmarshallingException.html#ComponentDescriptorUnmarshallingException(java.lang.String)"><B>ComponentDescriptorUnmarshallingException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentDescriptorUnmarshallingException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentDescriptorUnmarshallingException</A>
<DD>Construct a new <code>ComponentDescriptorUnmarshallingException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentDescriptorUnmarshallingException.html#ComponentDescriptorUnmarshallingException(java.lang.String, java.lang.Throwable)"><B>ComponentDescriptorUnmarshallingException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentDescriptorUnmarshallingException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentDescriptorUnmarshallingException</A>
<DD>Construct a new <code>ComponentDescriptorUnmarshallingException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryListener.html#componentDiscovered(org.codehaus.plexus.component.discovery.ComponentDiscoveryEvent)"><B>componentDiscovered(ComponentDiscoveryEvent)</B></A> - 
Method in interface org.codehaus.plexus.component.discovery.<A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryListener.html" title="interface in org.codehaus.plexus.component.discovery">ComponentDiscoveryListener</A>
<DD>Signals to this listener that a component has been discovered.
<DT><A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryEvent.html" title="class in org.codehaus.plexus.component.discovery"><B>ComponentDiscoveryEvent</B></A> - Class in <A HREF="./org/codehaus/plexus/component/discovery/package-summary.html">org.codehaus.plexus.component.discovery</A><DD>Signals to a ComponentDiscoveryListener that an event has taken place
 involving a set of components.<DT><A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryEvent.html#ComponentDiscoveryEvent(org.codehaus.plexus.component.repository.ComponentSetDescriptor)"><B>ComponentDiscoveryEvent(ComponentSetDescriptor)</B></A> - 
Constructor for class org.codehaus.plexus.component.discovery.<A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryEvent.html" title="class in org.codehaus.plexus.component.discovery">ComponentDiscoveryEvent</A>
<DD>Constructs a <code>ComponentDiscoveryEvent</code> with a set of
 ComponentDescriptors.
<DT><A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryListener.html" title="interface in org.codehaus.plexus.component.discovery"><B>ComponentDiscoveryListener</B></A> - Interface in <A HREF="./org/codehaus/plexus/component/discovery/package-summary.html">org.codehaus.plexus.component.discovery</A><DD>A listener which responds in some way to component discovery by a
 PlexusContainer.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentImplementationNotFoundException.html" title="class in org.codehaus.plexus.component.repository.exception"><B>ComponentImplementationNotFoundException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/repository/exception/package-summary.html">org.codehaus.plexus.component.repository.exception</A><DD>Exception that is thrown when the class(es) required for a component
 implementation are not available.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentImplementationNotFoundException.html#ComponentImplementationNotFoundException(java.lang.String)"><B>ComponentImplementationNotFoundException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentImplementationNotFoundException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentImplementationNotFoundException</A>
<DD>Construct a new <code>ComponentImplementationNotFoundException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentImplementationNotFoundException.html#ComponentImplementationNotFoundException(java.lang.String, java.lang.Throwable)"><B>ComponentImplementationNotFoundException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentImplementationNotFoundException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentImplementationNotFoundException</A>
<DD>Construct a new <code>ComponentImplementationNotFoundException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLifecycleException.html" title="class in org.codehaus.plexus.component.repository.exception"><B>ComponentLifecycleException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/repository/exception/package-summary.html">org.codehaus.plexus.component.repository.exception</A><DD>Exception that is thrown when the class(es) required for a component
 implementation are not available.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLifecycleException.html#ComponentLifecycleException(java.lang.String)"><B>ComponentLifecycleException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLifecycleException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentLifecycleException</A>
<DD>Construct a new <code>ComponentLifecycleException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLifecycleException.html#ComponentLifecycleException(java.lang.String, java.lang.Throwable)"><B>ComponentLifecycleException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLifecycleException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentLifecycleException</A>
<DD>Construct a new <code>ComponentLifecycleException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLookupException.html" title="class in org.codehaus.plexus.component.repository.exception"><B>ComponentLookupException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/repository/exception/package-summary.html">org.codehaus.plexus.component.repository.exception</A><DD>The exception which is thrown by a component repository when
 the requested component cannot be found.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLookupException.html#ComponentLookupException(java.lang.String)"><B>ComponentLookupException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLookupException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentLookupException</A>
<DD>Construct a new <code>ComponentLookupException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLookupException.html#ComponentLookupException(java.lang.String, java.lang.Throwable)"><B>ComponentLookupException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentLookupException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentLookupException</A>
<DD>Construct a new <code>ComponentLookupException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentManagerImplementationNotFoundException.html" title="class in org.codehaus.plexus.component.repository.exception"><B>ComponentManagerImplementationNotFoundException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/repository/exception/package-summary.html">org.codehaus.plexus.component.repository.exception</A><DD>Exception that is thrown when the class(es) required for a component
 implementation are not available.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentManagerImplementationNotFoundException.html#ComponentManagerImplementationNotFoundException(java.lang.String)"><B>ComponentManagerImplementationNotFoundException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentManagerImplementationNotFoundException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentManagerImplementationNotFoundException</A>
<DD>Construct a new <code>ComponentManagerImplementationNotFoundException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentManagerImplementationNotFoundException.html#ComponentManagerImplementationNotFoundException(java.lang.String, java.lang.Throwable)"><B>ComponentManagerImplementationNotFoundException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentManagerImplementationNotFoundException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentManagerImplementationNotFoundException</A>
<DD>Construct a new <code>ComponentManagerImplementationNotFoundException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentProfileException.html" title="class in org.codehaus.plexus.component.repository.exception"><B>ComponentProfileException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/repository/exception/package-summary.html">org.codehaus.plexus.component.repository.exception</A><DD>Exception that is thrown when the class(es) required for a component
 implementation are not available.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentProfileException.html#ComponentProfileException(java.lang.String)"><B>ComponentProfileException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentProfileException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentProfileException</A>
<DD>Construct a new <code>ComponentProfileException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentProfileException.html#ComponentProfileException(java.lang.String, java.lang.Throwable)"><B>ComponentProfileException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentProfileException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentProfileException</A>
<DD>Construct a new <code>ComponentProfileException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingException.html" title="class in org.codehaus.plexus.component.reloading"><B>ComponentReloadingException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/reloading/package-summary.html">org.codehaus.plexus.component.reloading</A><DD>Exception for problems in the reloading strategy.<DT><A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingException.html#ComponentReloadingException(java.lang.String)"><B>ComponentReloadingException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.reloading.<A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingException.html" title="class in org.codehaus.plexus.component.reloading">ComponentReloadingException</A>
<DD>Construct a new <code>ComponentReloadingException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingException.html#ComponentReloadingException(java.lang.Throwable)"><B>ComponentReloadingException(Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.reloading.<A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingException.html" title="class in org.codehaus.plexus.component.reloading">ComponentReloadingException</A>
<DD>Construct a new <code>ComponentReloadingException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingException.html#ComponentReloadingException(java.lang.String, java.lang.Throwable)"><B>ComponentReloadingException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.reloading.<A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingException.html" title="class in org.codehaus.plexus.component.reloading">ComponentReloadingException</A>
<DD>Construct a new <code>ComponentReloadingException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingStrategy.html" title="interface in org.codehaus.plexus.component.reloading"><B>ComponentReloadingStrategy</B></A> - Interface in <A HREF="./org/codehaus/plexus/component/reloading/package-summary.html">org.codehaus.plexus.component.reloading</A><DD>Implementations declares whether a component should reload when
 accessed.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentRepositoryException.html" title="class in org.codehaus.plexus.component.repository.exception"><B>ComponentRepositoryException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/repository/exception/package-summary.html">org.codehaus.plexus.component.repository.exception</A><DD>Exception that is thrown when the class(es) required for a component
 implementation are not available.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentRepositoryException.html#ComponentRepositoryException(java.lang.String)"><B>ComponentRepositoryException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentRepositoryException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentRepositoryException</A>
<DD>Construct a new <code>ComponentRepositoryException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/exception/ComponentRepositoryException.html#ComponentRepositoryException(java.lang.String, java.lang.Throwable)"><B>ComponentRepositoryException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.repository.exception.<A HREF="./org/codehaus/plexus/component/repository/exception/ComponentRepositoryException.html" title="class in org.codehaus.plexus.component.repository.exception">ComponentRepositoryException</A>
<DD>Construct a new <code>ComponentRepositoryException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository"><B>ComponentRequirement</B></A> - Class in <A HREF="./org/codehaus/plexus/component/repository/package-summary.html">org.codehaus.plexus.component.repository</A><DD>This represents a component this is required by another component.<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#ComponentRequirement()"><B>ComponentRequirement()</B></A> - 
Constructor for class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository"><B>ComponentSetDescriptor</B></A> - Class in <A HREF="./org/codehaus/plexus/component/repository/package-summary.html">org.codehaus.plexus.component.repository</A><DD>Contains a set of ComponentDescriptors and the set's dependencies.<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#ComponentSetDescriptor()"><B>ComponentSetDescriptor()</B></A> - 
Constructor for class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/composition/CompositionException.html" title="class in org.codehaus.plexus.component.composition"><B>CompositionException</B></A> - Exception in <A HREF="./org/codehaus/plexus/component/composition/package-summary.html">org.codehaus.plexus.component.composition</A><DD>Thrown when component composition goes awry.<DT><A HREF="./org/codehaus/plexus/component/composition/CompositionException.html#CompositionException(java.lang.String)"><B>CompositionException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.component.composition.<A HREF="./org/codehaus/plexus/component/composition/CompositionException.html" title="class in org.codehaus.plexus.component.composition">CompositionException</A>
<DD>Construct a new <code>CompositionException</code> instance.
<DT><A HREF="./org/codehaus/plexus/component/composition/CompositionException.html#CompositionException(java.lang.String, java.lang.Throwable)"><B>CompositionException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.component.composition.<A HREF="./org/codehaus/plexus/component/composition/CompositionException.html" title="class in org.codehaus.plexus.component.composition">CompositionException</A>
<DD>Construct a new <code>CompositionException</code> instance.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Configurable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>Configurable</B></A> - Interface in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>Configures a component.<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Configurable.html#configure(org.codehaus.plexus.configuration.PlexusConfiguration)"><B>configure(PlexusConfiguration)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Configurable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">Configurable</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/context/Context.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 
Method in interface org.codehaus.plexus.context.<A HREF="./org/codehaus/plexus/context/Context.html" title="interface in org.codehaus.plexus.context">Context</A>
<DD>Returns true if the map or the parent map contains the key.
<DT><A HREF="./org/codehaus/plexus/context/Context.html" title="interface in org.codehaus.plexus.context"><B>Context</B></A> - Interface in <A HREF="./org/codehaus/plexus/context/package-summary.html">org.codehaus.plexus.context</A><DD>Context of the plexus container.<DT><A HREF="./org/codehaus/plexus/context/ContextException.html" title="class in org.codehaus.plexus.context"><B>ContextException</B></A> - Exception in <A HREF="./org/codehaus/plexus/context/package-summary.html">org.codehaus.plexus.context</A><DD>Exception signalling a badly formed Context.<DT><A HREF="./org/codehaus/plexus/context/ContextException.html#ContextException(java.lang.String)"><B>ContextException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.context.<A HREF="./org/codehaus/plexus/context/ContextException.html" title="class in org.codehaus.plexus.context">ContextException</A>
<DD>Construct a new <code>ContextException</code> instance.
<DT><A HREF="./org/codehaus/plexus/context/ContextException.html#ContextException(java.lang.String, java.lang.Throwable)"><B>ContextException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.context.<A HREF="./org/codehaus/plexus/context/ContextException.html" title="class in org.codehaus.plexus.context">ContextException</A>
<DD>Construct a new <code>ContextException</code> instance.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Contextualizable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>Contextualizable</B></A> - Interface in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Contextualizable.html#contextualize(org.codehaus.plexus.context.Context)"><B>contextualize(Context)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Contextualizable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">Contextualizable</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#createAndAutowire(java.lang.String)"><B>createAndAutowire(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Creates a corrosponding component instance found in this container's classrealm, then autowires it.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#createChildContainer(java.lang.String, java.util.List, java.util.Map)"><B>createChildContainer(String, List, Map)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#createChildContainer(java.lang.String, java.util.List, java.util.Map, java.util.List)"><B>createChildContainer(String, List, Map, List)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#createComponentRealm(java.lang.String, java.util.List)"><B>createComponentRealm(String, List)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Creates and returns a new class realm under this container's realm for the given list of jars.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#debug(java.lang.String)"><B>debug(String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#debug(java.lang.String)"><B>debug(String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#debug(java.lang.String, java.lang.Throwable)"><B>debug(String, Throwable)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Disposable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>Disposable</B></A> - Interface in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Disposable.html#dispose()"><B>dispose()</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Disposable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">Disposable</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#dispose()"><B>dispose()</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Disposes of this container, which in turn disposes all of it's components.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html#enableLogging(org.codehaus.plexus.logging.Logger)"><B>enableLogging(Logger)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html" title="class in org.codehaus.plexus.logging">AbstractLogEnabled</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LogEnabled.html#enableLogging(org.codehaus.plexus.logging.Logger)"><B>enableLogging(Logger)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LogEnabled.html" title="interface in org.codehaus.plexus.logging">LogEnabled</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#error(java.lang.String)"><B>error(String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#error(java.lang.String)"><B>error(String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#error(java.lang.String, java.lang.Throwable)"><B>error(String, Throwable)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#fatalError(java.lang.String)"><B>fatalError(String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#fatalError(java.lang.String)"><B>fatalError(String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#fatalError(java.lang.String, java.lang.Throwable)"><B>fatalError(String, Throwable)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/context/Context.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in interface org.codehaus.plexus.context.<A HREF="./org/codehaus/plexus/context/Context.html" title="interface in org.codehaus.plexus.context">Context</A>
<DD>Returns the value of the key.
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#getActiveLoggerCount()"><B>getActiveLoggerCount()</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getAlias()"><B>getAlias()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns an alias for this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#getArtifactId()"><B>getArtifactId()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>Gets a key for an artifact, which is an alias for a specific
 project timeline in a group.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns the value of the named attribute.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getAttribute(java.lang.String, java.lang.String)"><B>getAttribute(String, String)</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns the value of the named attribute, or default if one cannot be
 found.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns an array of attribute names.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getChild(java.lang.String)"><B>getChild(String)</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns the child configuration of the given name.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getChild(int)"><B>getChild(int)</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns the child configuration at the given location.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getChild(java.lang.String, boolean)"><B>getChild(String, boolean)</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns the child configuration of the given name.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getChildContainer(java.lang.String)"><B>getChildContainer(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns a child container with the unique name.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getChildCount()"><B>getChildCount()</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns the number of directly children under this configuration.
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#getChildLogger(java.lang.String)"><B>getChildLogger(String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getChildren()"><B>getChildren()</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns an array of all child configurations.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getChildren(java.lang.String)"><B>getChildren(String)</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns an array of all child configurations with the given name.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getComponentComposer()"><B>getComponentComposer()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns the ID of the type of composer this component will use.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getComponentConfigurator()"><B>getComponentConfigurator()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns the type of component configurator for this project.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getComponentDescriptor(java.lang.String)"><B>getComponentDescriptor(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns the ComponentDescriptor with the given component role and the default role hint.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getComponentDescriptor(java.lang.String, java.lang.String)"><B>getComponentDescriptor(String, String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns the ComponentDescriptor with the given component role and hint.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getComponentDescriptor(java.lang.String, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>getComponentDescriptor(String, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns the ComponentDescriptor with the given component role and the default role hint.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getComponentDescriptor(java.lang.String, java.lang.String, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>getComponentDescriptor(String, String, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns the ComponentDescriptor with the given component role and hint.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getComponentDescriptorList(java.lang.String)"><B>getComponentDescriptorList(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns a List of ComponentDescriptors with the given role.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getComponentDescriptorList(java.lang.String, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>getComponentDescriptorList(String, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns a List of ComponentDescriptors with the given role.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getComponentDescriptorMap(java.lang.String)"><B>getComponentDescriptorMap(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns a Map of ComponentDescriptors with the given role, keyed by role-hint.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getComponentDescriptorMap(java.lang.String, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>getComponentDescriptorMap(String, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns a Map of ComponentDescriptors with the given role, keyed by role-hint.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getComponentFactory()"><B>getComponentFactory()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns an id of the factory used to create this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getComponentProfile()"><B>getComponentProfile()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getComponentRealm(java.lang.String)"><B>getComponentRealm(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#getComponents()"><B>getComponents()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Returns a list of components in this set.
<DT><A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryEvent.html#getComponentSetDescriptor()"><B>getComponentSetDescriptor()</B></A> - 
Method in class org.codehaus.plexus.component.discovery.<A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryEvent.html" title="class in org.codehaus.plexus.component.discovery">ComponentDiscoveryEvent</A>
<DD>Returns this event's set of ComponentDescriptors.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getComponentSetDescriptor()"><B>getComponentSetDescriptor()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns the component set descriptor.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getComponentType()"><B>getComponentType()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns the type of this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getConfiguration()"><B>getConfiguration()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns configuration values defined for this component.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getContainerRealm()"><B>getContainerRealm()</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns the Classworld's ClassRealm of this Container, which acts as the default parent for all contained
 components.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getContext()"><B>getContext()</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns this container's context.
<DT><A HREF="./org/codehaus/plexus/context/Context.html#getContextData()"><B>getContextData()</B></A> - 
Method in interface org.codehaus.plexus.context.<A HREF="./org/codehaus/plexus/context/Context.html" title="interface in org.codehaus.plexus.context">Context</A>
<DD>Utility method to retrieve containerContext data.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getCreationDate()"><B>getCreationDate()</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns the date this container was created.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getDependencies()"><B>getDependencies()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns a List of dependencies of this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#getDependencies()"><B>getDependencies()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Returns a List of dependencies of this set of components.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getDescription()"><B>getDescription()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Return a human-readable description of this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#getFieldMappingType()"><B>getFieldMappingType()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>Returns the type of the field this component requirement will inject.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#getFieldName()"><B>getFieldName()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>Returns the field name that this component requirement will inject.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#getGroupId()"><B>getGroupId()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>Gets a key for a group, which represents a set of artifacts timelines.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getHumanReadableKey()"><B>getHumanReadableKey()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns a human-friendly key, suitable for display.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#getHumanReadableKey()"><B>getHumanReadableKey()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>Returns a human-friendly key, suitable for display.
<DT><A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryListener.html#getId()"><B>getId()</B></A> - 
Method in interface org.codehaus.plexus.component.discovery.<A HREF="./org/codehaus/plexus/component/discovery/ComponentDiscoveryListener.html" title="interface in org.codehaus.plexus.component.discovery">ComponentDiscoveryListener</A>
<DD>Returns this listener's unique key.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#getId()"><B>getId()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Returns the identifier of this set.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getImplementation()"><B>getImplementation()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns the implementation of this componet.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getInstantiationStrategy()"><B>getInstantiationStrategy()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns the type of instantiation strategy for this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getLifecycleHandler()"><B>getLifecycleHandler()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns the lifecycle-handler for this component.
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html#getLogger()"><B>getLogger()</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html" title="class in org.codehaus.plexus.logging">AbstractLogEnabled</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getLogger()"><B>getLogger()</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html#getLoggerForComponent(java.lang.String)"><B>getLoggerForComponent(String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html" title="class in org.codehaus.plexus.logging">AbstractLoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#getLoggerForComponent(java.lang.String)"><B>getLoggerForComponent(String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#getLoggerForComponent(java.lang.String, java.lang.String)"><B>getLoggerForComponent(String, String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getLoggerManager()"><B>getLoggerManager()</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getLookupRealm()"><B>getLookupRealm()</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns the lookup realm for this container, which is either
 the container realm or the realm set by <CODE>MutablePlexusContainer#setLookupRealm(ClassRealm)</CODE>.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getLookupRealm(java.lang.Object)"><B>getLookupRealm(Object)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>XXX ideally i'd like to place this in a plexus container specific utility class.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getName()"><B>getName()</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns the name of this configuration.
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#getName()"><B>getName()</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#getName()"><B>getName()</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#getName()"><B>getName()</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns the unique name of this container in the container hierarchy.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getRealmId()"><B>getRealmId()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>The ClassRealm that this component lives under.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getRequirements()"><B>getRequirements()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns all project requirements of this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getRole()"><B>getRole()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns the role of this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#getRole()"><B>getRole()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>Returns the role of the required component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getRoleHint()"><B>getRoleHint()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns the role-hint of this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#getRoleHint()"><B>getRoleHint()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>Returns the role-hint of the required component.
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#getThreshold()"><B>getThreshold()</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html#getThreshold(java.lang.String)"><B>getThreshold(String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html" title="class in org.codehaus.plexus.logging">AbstractLoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#getThreshold()"><B>getThreshold()</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#getThreshold()"><B>getThreshold()</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>Returns the current threshold for all new loggers.
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#getThreshold(java.lang.String)"><B>getThreshold(String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#getThreshold(java.lang.String, java.lang.String)"><B>getThreshold(String, String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#getType()"><B>getType()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>Gets the type of dependency, for example a "jar".
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getValue()"><B>getValue()</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns the value of this configuration.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in interface org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration">PlexusConfiguration</A>
<DD>Returns the value of this configuration, or default if one cannot be
 found.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#getVersion()"><B>getVersion()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>Returns a specific point in a project's timeline.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#getVersion()"><B>getVersion()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns a specific point in a components's project timeline.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#hasChildContainer(java.lang.String)"><B>hasChildContainer(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns true if this container has a child with the given name.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html#hasComponent(java.lang.String)"><B>hasComponent(String)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">ServiceLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html#hasComponent(java.lang.String, java.lang.String)"><B>hasComponent(String, String)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">ServiceLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#hasComponent(java.lang.String)"><B>hasComponent(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns true if this container has the keyed component.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#hasComponent(java.lang.String, java.lang.String)"><B>hasComponent(String, String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns true if this container has a component with the given role/role-hint.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#hasConfiguration()"><B>hasConfiguration()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns true if this component has a configuration.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/context/Context.html#hide(java.lang.Object)"><B>hide(Object)</B></A> - 
Method in interface org.codehaus.plexus.context.<A HREF="./org/codehaus/plexus/context/Context.html" title="interface in org.codehaus.plexus.context">Context</A>
<DD>Hides the item in the containerContext.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/PlexusConstants.html#IGNORE_CONTAINER_CONFIGURATION"><B>IGNORE_CONTAINER_CONFIGURATION</B></A> - 
Static variable in class org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusConstants.html" title="class in org.codehaus.plexus">PlexusConstants</A>
<DD>Context key for the variable that determines whether to load the container configuration file.
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#info(java.lang.String)"><B>info(String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#info(java.lang.String)"><B>info(String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#info(java.lang.String, java.lang.Throwable)"><B>info(String, Throwable)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Initializable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>Initializable</B></A> - Interface in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/InitializationException.html" title="class in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>InitializationException</B></A> - Exception in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>Indicates a problem occurred when initialising a component.<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/InitializationException.html#InitializationException(java.lang.String)"><B>InitializationException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/InitializationException.html" title="class in org.codehaus.plexus.personality.plexus.lifecycle.phase">InitializationException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/InitializationException.html#InitializationException(java.lang.String, java.lang.Throwable)"><B>InitializationException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/InitializationException.html" title="class in org.codehaus.plexus.personality.plexus.lifecycle.phase">InitializationException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Initializable.html#initialize()"><B>initialize()</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Initializable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">Initializable</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#isFatalErrorEnabled()"><B>isFatalErrorEnabled()</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#isFatalErrorEnabled()"><B>isFatalErrorEnabled()</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#isIsolatedRealm()"><B>isIsolatedRealm()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Returns true if this may be in an isolated classrealm.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#isIsolatedRealm()"><B>isIsolatedRealm()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Returns true if this set may be in an isolated classrealm.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#isReloadingEnabled()"><B>isReloadingEnabled()</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Returns true if a component's metadata may be reloaded, otherwise, it may be loaded only once.
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#isValidThreshold(int)"><B>isValidThreshold(int)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#LEVEL_DEBUG"><B>LEVEL_DEBUG</B></A> - 
Static variable in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>Typecode for debugging messages.
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#LEVEL_DISABLED"><B>LEVEL_DISABLED</B></A> - 
Static variable in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>Typecode for disabled log levels.
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#LEVEL_ERROR"><B>LEVEL_ERROR</B></A> - 
Static variable in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>Typecode for error messages.
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#LEVEL_FATAL"><B>LEVEL_FATAL</B></A> - 
Static variable in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>Typecode for fatal error messages.
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#LEVEL_INFO"><B>LEVEL_INFO</B></A> - 
Static variable in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>Typecode for informational messages.
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#LEVEL_WARN"><B>LEVEL_WARN</B></A> - 
Static variable in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>Typecode for warning messages.
<DT><A HREF="./org/codehaus/plexus/logging/LogEnabled.html" title="interface in org.codehaus.plexus.logging"><B>LogEnabled</B></A> - Interface in <A HREF="./org/codehaus/plexus/logging/package-summary.html">org.codehaus.plexus.logging</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging"><B>Logger</B></A> - Interface in <A HREF="./org/codehaus/plexus/logging/package-summary.html">org.codehaus.plexus.logging</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging"><B>LoggerManager</B></A> - Interface in <A HREF="./org/codehaus/plexus/logging/package-summary.html">org.codehaus.plexus.logging</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">ServiceLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html#lookup(java.lang.String, java.lang.String)"><B>lookup(String, String)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">ServiceLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a component object with the given unique key or role.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookup(java.lang.String, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>lookup(String, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a component object with the given unique key or role.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookup(java.lang.String, java.lang.String)"><B>lookup(String, String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a component object with the given unique role/role-hint combination.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookup(java.lang.String, java.lang.String, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>lookup(String, String, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a component object with the given unique role/role-hint combination.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookup(java.lang.Class)"><B>lookup(Class)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a component object with the given unique key or role.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookup(java.lang.Class, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>lookup(Class, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a component object with the given unique key or role.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookup(java.lang.Class, java.lang.String)"><B>lookup(Class, String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a component object with the given unique role/role-hint combination.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookup(java.lang.Class, java.lang.String, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>lookup(Class, String, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a component object with the given unique role/role-hint combination.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html#lookupList(java.lang.String)"><B>lookupList(String)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">ServiceLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookupList(java.lang.String)"><B>lookupList(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a List of component objects with the given role.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookupList(java.lang.String, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>lookupList(String, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a List of component objects with the given role.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookupList(java.lang.Class)"><B>lookupList(Class)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a List of component objects with the given role.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookupList(java.lang.Class, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>lookupList(Class, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a List of component objects with the given role.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html#lookupMap(java.lang.String)"><B>lookupMap(String)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">ServiceLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookupMap(java.lang.String)"><B>lookupMap(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookupMap(java.lang.String, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>lookupMap(String, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookupMap(java.lang.Class)"><B>lookupMap(Class)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#lookupMap(java.lang.Class, org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>lookupMap(Class, ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/context/Context.html#makeReadOnly()"><B>makeReadOnly()</B></A> - 
Method in interface org.codehaus.plexus.context.<A HREF="./org/codehaus/plexus/context/Context.html" title="interface in org.codehaus.plexus.context">Context</A>
<DD>Make the containerContext read-only.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/package-summary.html"><B>org.codehaus.plexus</B></A> - package org.codehaus.plexus<DD>Provides the API that bootstraps the Plexus Component managment.<DT><A HREF="./org/codehaus/plexus/component/composition/package-summary.html"><B>org.codehaus.plexus.component.composition</B></A> - package org.codehaus.plexus.component.composition<DD>Contains tools used for component composition - which basically means, injecting component objects with its required
dependencies and other configuration data.<DT><A HREF="./org/codehaus/plexus/component/discovery/package-summary.html"><B>org.codehaus.plexus.component.discovery</B></A> - package org.codehaus.plexus.component.discovery<DD>Component discovery in Plexus is the act of finding component metadata.<DT><A HREF="./org/codehaus/plexus/component/reloading/package-summary.html"><B>org.codehaus.plexus.component.reloading</B></A> - package org.codehaus.plexus.component.reloading<DD>Provides tools for defining what Plexus should do when reloading a component.<DT><A HREF="./org/codehaus/plexus/component/repository/package-summary.html"><B>org.codehaus.plexus.component.repository</B></A> - package org.codehaus.plexus.component.repository<DD>Provides classes for defining/describing components and dependencies as they are contained in a component repository.<DT><A HREF="./org/codehaus/plexus/component/repository/exception/package-summary.html"><B>org.codehaus.plexus.component.repository.exception</B></A> - package org.codehaus.plexus.component.repository.exception<DD>Contains exceptions thrown by ComponentRepositories (see container implementation).<DT><A HREF="./org/codehaus/plexus/configuration/package-summary.html"><B>org.codehaus.plexus.configuration</B></A> - package org.codehaus.plexus.configuration<DD>Configurations in Plexus are the classes that define how a component is described, for example, as a plexus.xml file.<DT><A HREF="./org/codehaus/plexus/context/package-summary.html"><B>org.codehaus.plexus.context</B></A> - package org.codehaus.plexus.context<DD>Contains classes which hold and help hold context information for the Plexus framework.<DT><A HREF="./org/codehaus/plexus/logging/package-summary.html"><B>org.codehaus.plexus.logging</B></A> - package org.codehaus.plexus.logging<DD>Provides the classes and interfaces for the core Plexus logging facilities.<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html"><B>org.codehaus.plexus.personality.plexus.lifecycle.phase</B></A> - package org.codehaus.plexus.personality.plexus.lifecycle.phase<DD>Contains the interfaces (and exceptions) which represent the component lifecycle phases of the Plexus personality.</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/PlexusConstants.html#PLEXUS_CORE_REALM"><B>PLEXUS_CORE_REALM</B></A> - 
Static variable in class org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusConstants.html" title="class in org.codehaus.plexus">PlexusConstants</A>
<DD>Key used to retrieve the core classworlds realm from the containerContext.
<DT><A HREF="./org/codehaus/plexus/PlexusConstants.html#PLEXUS_DEFAULT_HINT"><B>PLEXUS_DEFAULT_HINT</B></A> - 
Static variable in class org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusConstants.html" title="class in org.codehaus.plexus">PlexusConstants</A>
<DD>The role-hint to use for components or lookups that do not specify a role.
<DT><A HREF="./org/codehaus/plexus/PlexusConstants.html#PLEXUS_KEY"><B>PLEXUS_KEY</B></A> - 
Static variable in class org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusConstants.html" title="class in org.codehaus.plexus">PlexusConstants</A>
<DD>Key used to retrieve the plexus container from the containerContext.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfiguration.html" title="interface in org.codehaus.plexus.configuration"><B>PlexusConfiguration</B></A> - Interface in <A HREF="./org/codehaus/plexus/configuration/package-summary.html">org.codehaus.plexus.configuration</A><DD>A configuration data hierarchy for configuring aspects of plexus.<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfigurationException.html" title="class in org.codehaus.plexus.configuration"><B>PlexusConfigurationException</B></A> - Exception in <A HREF="./org/codehaus/plexus/configuration/package-summary.html">org.codehaus.plexus.configuration</A><DD>Exception that is thrown when an expected configuration value encounters
 problems loading correctly.<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfigurationException.html#PlexusConfigurationException(java.lang.String)"><B>PlexusConfigurationException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfigurationException.html" title="class in org.codehaus.plexus.configuration">PlexusConfigurationException</A>
<DD>Construct a new <code>PlexusConfigurationException</code> instance.
<DT><A HREF="./org/codehaus/plexus/configuration/PlexusConfigurationException.html#PlexusConfigurationException(java.lang.String, java.lang.Throwable)"><B>PlexusConfigurationException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.configuration.<A HREF="./org/codehaus/plexus/configuration/PlexusConfigurationException.html" title="class in org.codehaus.plexus.configuration">PlexusConfigurationException</A>
<DD>Construct a new <code>PlexusConfigurationException</code> instance.
<DT><A HREF="./org/codehaus/plexus/PlexusConstants.html" title="class in org.codehaus.plexus"><B>PlexusConstants</B></A> - Class in <A HREF="./org/codehaus/plexus/package-summary.html">org.codehaus.plexus</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/PlexusConstants.html#PlexusConstants()"><B>PlexusConstants()</B></A> - 
Constructor for class org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusConstants.html" title="class in org.codehaus.plexus">PlexusConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus"><B>PlexusContainer</B></A> - Interface in <A HREF="./org/codehaus/plexus/package-summary.html">org.codehaus.plexus</A><DD>The core component of Plexus.<DT><A HREF="./org/codehaus/plexus/PlexusContainerException.html" title="class in org.codehaus.plexus"><B>PlexusContainerException</B></A> - Exception in <A HREF="./org/codehaus/plexus/package-summary.html">org.codehaus.plexus</A><DD>Container execution exception.<DT><A HREF="./org/codehaus/plexus/PlexusContainerException.html#PlexusContainerException(java.lang.String, java.lang.Throwable)"><B>PlexusContainerException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainerException.html" title="class in org.codehaus.plexus">PlexusContainerException</A>
<DD>Construct a new <code>PlexusContainerException</code> instance.
<DT><A HREF="./org/codehaus/plexus/PlexusContainerException.html#PlexusContainerException(java.lang.String)"><B>PlexusContainerException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainerException.html" title="class in org.codehaus.plexus">PlexusContainerException</A>
<DD>Construct a new <code>PlexusContainerException</code> instance.
<DT><A HREF="./org/codehaus/plexus/context/Context.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
Method in interface org.codehaus.plexus.context.<A HREF="./org/codehaus/plexus/context/Context.html" title="interface in org.codehaus.plexus.context">Context</A>
<DD>Adds the item to the containerContext.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#registerComponentDiscoveryListener(org.codehaus.plexus.component.discovery.ComponentDiscoveryListener)"><B>registerComponentDiscoveryListener(ComponentDiscoveryListener)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Adds the listener to this container.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html#release(java.lang.Object)"><B>release(Object)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">ServiceLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#release(java.lang.Object)"><B>release(Object)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Releases the component from the container.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html#releaseAll(java.util.Map)"><B>releaseAll(Map)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">ServiceLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html#releaseAll(java.util.List)"><B>releaseAll(List)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">ServiceLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#releaseAll(java.util.Map)"><B>releaseAll(Map)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Releases all Mapped component values from the container.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#releaseAll(java.util.List)"><B>releaseAll(List)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Releases all Listed components from the container.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#removeChildContainer(java.lang.String)"><B>removeChildContainer(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Removes the keyed child from this container.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#removeComponentDiscoveryListener(org.codehaus.plexus.component.discovery.ComponentDiscoveryListener)"><B>removeComponentDiscoveryListener(ComponentDiscoveryListener)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Removes the listener from this container.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Suspendable.html#resume()"><B>resume()</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Suspendable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">Suspendable</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#resume(java.lang.Object)"><B>resume(Object)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Attempts to resume execution of the component.
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html#returnComponentLogger(java.lang.String)"><B>returnComponentLogger(String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html" title="class in org.codehaus.plexus.logging">AbstractLoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#returnComponentLogger(java.lang.String)"><B>returnComponentLogger(String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#returnComponentLogger(java.lang.String, java.lang.String)"><B>returnComponentLogger(String, String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#ROLE"><B>ROLE</B></A> - 
Static variable in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#ROLE"><B>ROLE</B></A> - 
Static variable in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Serviceable.html#service(org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator)"><B>service(ServiceLocator)</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Serviceable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">Serviceable</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Serviceable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>Serviceable</B></A> - Interface in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>Indicates that a class wants a hold on a ServiceLocator.<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/ServiceLocator.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>ServiceLocator</B></A> - Interface in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>Provides services to components by means of a lookup.<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setAlias(java.lang.String)"><B>setAlias(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the alias for this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#setArtifactId(java.lang.String)"><B>setArtifactId(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>Sets the dependency's artifact ID.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setComponentComposer(java.lang.String)"><B>setComponentComposer(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets a representation of the composer this component uses.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setComponentConfigurator(java.lang.String)"><B>setComponentConfigurator(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the type of component configurator for this project.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setComponentFactory(java.lang.String)"><B>setComponentFactory(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the id of the factory to use to create this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setComponentProfile(java.lang.String)"><B>setComponentProfile(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#setComponents(java.util.List)"><B>setComponents(List)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Sets a List of components as this set's contents.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setComponentSetDescriptor(org.codehaus.plexus.component.repository.ComponentSetDescriptor)"><B>setComponentSetDescriptor(ComponentSetDescriptor)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the component set descriptor of components and dependencies for
 this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setComponentType(java.lang.String)"><B>setComponentType(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets this component's type.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setConfiguration(org.codehaus.plexus.configuration.PlexusConfiguration)"><B>setConfiguration(PlexusConfiguration)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the configuration hierarchy for this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#setDependencies(java.util.List)"><B>setDependencies(List)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Sets a List of dependencies as this set's component dependencies.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setDescription(java.lang.String)"><B>setDescription(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets a description of this component for users to read.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#setFieldMappingType(java.lang.String)"><B>setFieldMappingType(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>Sets the type of the field that will be populated by the required
 component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#setFieldName(java.lang.String)"><B>setFieldName(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>Sets the name of the field that will be populated by the required
 component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#setGroupId(java.lang.String)"><B>setGroupId(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>Sets the dependency's group ID.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#setId(java.lang.String)"><B>setId(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Sets the identifier of this set.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setImplementation(java.lang.String)"><B>setImplementation(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the implementation of this componet.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setInstantiationStrategy(java.lang.String)"><B>setInstantiationStrategy(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the instantiation-strategy for this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setIsolatedRealm(boolean)"><B>setIsolatedRealm(boolean)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets that this component may be in an isolated classrealm.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#setIsolatedRealm(boolean)"><B>setIsolatedRealm(boolean)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>Sets that this set of components may be in an isolated classrealm.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setLifecycleHandler(java.lang.String)"><B>setLifecycleHandler(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the lifecycle-handler for this component.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#setLoggerManager(org.codehaus.plexus.logging.LoggerManager)"><B>setLoggerManager(LoggerManager)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#setLookupRealm(org.codehaus.plexus.classworlds.realm.ClassRealm)"><B>setLookupRealm(ClassRealm)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Sets the lookup realm to use for lookup calls that don't have a ClassRealm parameter.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#setParentPlexusContainer(org.codehaus.plexus.PlexusContainer)"><B>setParentPlexusContainer(PlexusContainer)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Sets the parent of this container.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setRealmId(java.lang.String)"><B>setRealmId(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Set the id of the ClassRealm that this component lives under.
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#setReloadingEnabled(boolean)"><B>setReloadingEnabled(boolean)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Sets the ability to reload a component's metadata multiple times.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setRole(java.lang.String)"><B>setRole(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the role of this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#setRole(java.lang.String)"><B>setRole(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>Sets the role of the require component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setRoleHint(java.lang.String)"><B>setRoleHint(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the role-hint of this component.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#setRoleHint(java.lang.String)"><B>setRoleHint(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>Sets the role-hint of the require component.
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#setThreshold(int)"><B>setThreshold(int)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html#setThreshold(java.lang.String, int)"><B>setThreshold(String, int)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html" title="class in org.codehaus.plexus.logging">AbstractLoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#setThreshold(int)"><B>setThreshold(int)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#setThreshold(int)"><B>setThreshold(int)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>Sets the threshold for all new loggers.
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#setThreshold(java.lang.String, int)"><B>setThreshold(String, int)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#setThreshold(java.lang.String, java.lang.String, int)"><B>setThreshold(String, String, int)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/LoggerManager.html#setThresholds(int)"><B>setThresholds(int)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/LoggerManager.html" title="interface in org.codehaus.plexus.logging">LoggerManager</A>
<DD>Sets the threshold for all loggers.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#setType(java.lang.String)"><B>setType(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>Sets the dependency project's type.
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html#setupLogger(java.lang.Object)"><B>setupLogger(Object)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html" title="class in org.codehaus.plexus.logging">AbstractLogEnabled</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html#setupLogger(java.lang.Object, java.lang.String)"><B>setupLogger(Object, String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html" title="class in org.codehaus.plexus.logging">AbstractLogEnabled</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html#setupLogger(java.lang.Object, org.codehaus.plexus.logging.Logger)"><B>setupLogger(Object, Logger)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogEnabled.html" title="class in org.codehaus.plexus.logging">AbstractLogEnabled</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#setVersion(java.lang.String)"><B>setVersion(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>Sets the point in a project's development timeline
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#setVersion(java.lang.String)"><B>setVersion(String)</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>Sets the point in a components's project development timeline
<DT><A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingStrategy.html#shouldReload(java.lang.String, org.codehaus.plexus.PlexusContainer)"><B>shouldReload(String, PlexusContainer)</B></A> - 
Method in interface org.codehaus.plexus.component.reloading.<A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingStrategy.html" title="interface in org.codehaus.plexus.component.reloading">ComponentReloadingStrategy</A>
<DD>Returns true if the given role in the container should be reloaded.
<DT><A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingStrategy.html#shouldReload(java.lang.String, java.lang.String, org.codehaus.plexus.PlexusContainer)"><B>shouldReload(String, String, PlexusContainer)</B></A> - 
Method in interface org.codehaus.plexus.component.reloading.<A HREF="./org/codehaus/plexus/component/reloading/ComponentReloadingStrategy.html" title="interface in org.codehaus.plexus.component.reloading">ComponentReloadingStrategy</A>
<DD>Returns true if the given role/role-hint in the container should be
 reloaded.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.html#start()"><B>start()</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">Startable</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>Startable</B></A> - Interface in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>&nbsp;<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.html" title="class in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>StartingException</B></A> - Exception in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>Error occuring while starting a component.<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.html#StartingException(java.lang.String)"><B>StartingException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.html" title="class in org.codehaus.plexus.personality.plexus.lifecycle.phase">StartingException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.html#StartingException(java.lang.String, java.lang.Throwable)"><B>StartingException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.html" title="class in org.codehaus.plexus.personality.plexus.lifecycle.phase">StartingException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.html#stop()"><B>stop()</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">Startable</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StoppingException.html" title="class in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>StoppingException</B></A> - Exception in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>Error occuring while starting a component.<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StoppingException.html#StoppingException(java.lang.String)"><B>StoppingException(String)</B></A> - 
Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StoppingException.html" title="class in org.codehaus.plexus.personality.plexus.lifecycle.phase">StoppingException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StoppingException.html#StoppingException(java.lang.String, java.lang.Throwable)"><B>StoppingException(String, Throwable)</B></A> - 
Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/StoppingException.html" title="class in org.codehaus.plexus.personality.plexus.lifecycle.phase">StoppingException</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Suspendable.html#suspend()"><B>suspend()</B></A> - 
Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.<A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Suspendable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase">Suspendable</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/PlexusContainer.html#suspend(java.lang.Object)"><B>suspend(Object)</B></A> - 
Method in interface org.codehaus.plexus.<A HREF="./org/codehaus/plexus/PlexusContainer.html" title="interface in org.codehaus.plexus">PlexusContainer</A>
<DD>Attempts to suspend execution of the component.
<DT><A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/Suspendable.html" title="interface in org.codehaus.plexus.personality.plexus.lifecycle.phase"><B>Suspendable</B></A> - Interface in <A HREF="./org/codehaus/plexus/personality/plexus/lifecycle/phase/package-summary.html">org.codehaus.plexus.personality.plexus.lifecycle.phase</A><DD>&nbsp;</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html#toMapKey(java.lang.String, java.lang.String)"><B>toMapKey(String, String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLoggerManager.html" title="class in org.codehaus.plexus.logging">AbstractLoggerManager</A>
<DD>Creates a string key useful as keys in <code>Map</code>'s.
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html#toString()"><B>toString()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDependency.html" title="class in org.codehaus.plexus.component.repository">ComponentDependency</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html#toString()"><B>toString()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html#toString()"><B>toString()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentRequirement.html" title="class in org.codehaus.plexus.component.repository">ComponentRequirement</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html#toString()"><B>toString()</B></A> - 
Method in class org.codehaus.plexus.component.repository.<A HREF="./org/codehaus/plexus/component/repository/ComponentSetDescriptor.html" title="class in org.codehaus.plexus.component.repository">ComponentSetDescriptor</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/codehaus/plexus/logging/AbstractLogger.html#warn(java.lang.String)"><B>warn(String)</B></A> - 
Method in class org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/AbstractLogger.html" title="class in org.codehaus.plexus.logging">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#warn(java.lang.String)"><B>warn(String)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/codehaus/plexus/logging/Logger.html#warn(java.lang.String, java.lang.Throwable)"><B>warn(String, Throwable)</B></A> - 
Method in interface org.codehaus.plexus.logging.<A HREF="./org/codehaus/plexus/logging/Logger.html" title="interface in org.codehaus.plexus.logging">Logger</A>
<DD>&nbsp;
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</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>