This file is indexed.

/usr/share/doc/libcommons-attributes-java/api/index-all.html is in libcommons-attributes-java-doc 2.2-8.

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
<!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_18) on Tue May 18 18:24:33 UTC 2010 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2010-05-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";
    }
}
</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="./org/apache/commons/attributes/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./org/apache/commons/attributes/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

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


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

<A HREF="#_A_">A</A> <A HREF="#_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="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#addClass(java.lang.String)"><B>addClass(String)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Add a class to the index.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addClassAttribute(java.lang.Object)"><B>addClassAttribute(Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds a new attribute to the class itself.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addConstructorAttribute(java.lang.Class[], java.lang.Object)"><B>addConstructorAttribute(Class[], Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a constructor.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addConstructorAttribute(java.lang.reflect.Constructor, java.lang.Object)"><B>addConstructorAttribute(Constructor, Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a constructor.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addFieldAttribute(java.lang.String, java.lang.Object)"><B>addFieldAttribute(String, Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a field.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addFieldAttribute(java.lang.reflect.Field, java.lang.Object)"><B>addFieldAttribute(Field, Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a field.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#addIndex(java.util.Collection, java.lang.Class)"><B>addIndex(Collection, Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#addIndex(java.util.Collection, java.lang.reflect.Field)"><B>addIndex(Collection, Field)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#addIndex(java.util.Collection, java.lang.reflect.Method)"><B>addIndex(Collection, Method)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#addIndex(java.util.Collection, java.lang.reflect.Constructor)"><B>addIndex(Collection, Constructor)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#addIndex(java.util.Collection, java.lang.reflect.Method, int)"><B>addIndex(Collection, Method, int)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#addIndex(java.util.Collection, java.lang.reflect.Constructor, int)"><B>addIndex(Collection, Constructor, int)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addMethodAttribute(java.lang.String, java.lang.Class[], java.lang.Object)"><B>addMethodAttribute(String, Class[], Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a method.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addMethodAttribute(java.lang.reflect.Method, java.lang.Object)"><B>addMethodAttribute(Method, Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a method.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addParameterAttribute(java.lang.Class[], int, java.lang.Object)"><B>addParameterAttribute(Class[], int, Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a parameter of a constructor.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addParameterAttribute(java.lang.reflect.Constructor, int, java.lang.Object)"><B>addParameterAttribute(Constructor, int, Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a parameter of a constructor.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addParameterAttribute(java.lang.String, java.lang.Class[], int, java.lang.Object)"><B>addParameterAttribute(String, Class[], int, Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a parameter of a method.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addParameterAttribute(java.lang.reflect.Method, int, java.lang.Object)"><B>addParameterAttribute(Method, int, Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to a parameter of a method.
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#addParameterAttributes(java.util.Collection)"><B>addParameterAttributes(Collection)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addReturnAttribute(java.lang.String, java.lang.Class[], java.lang.Object)"><B>addReturnAttribute(String, Class[], Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to the return value of a method.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#addReturnAttribute(java.lang.reflect.Method, java.lang.Object)"><B>addReturnAttribute(Method, Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Adds an attribute to the return value of a method.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#addReturnIndex(java.util.Collection, java.lang.reflect.Method)"><B>addReturnIndex(Collection, Method)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Target.html#ALL"><B>ALL</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Indicates that the attribute can be applied to any program element.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes"><B>AttributeIndex</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>An index providing a list of elements with given attributes.<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#AttributeIndex(java.lang.ClassLoader)"><B>AttributeIndex(ClassLoader)</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Creates a new AttributeIndex for the given ClassLoader.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html" title="class in org.apache.commons.attributes"><B>AttributeIndex.ConstructorParameter</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>A constructor parameter.<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html#AttributeIndex.ConstructorParameter(java.lang.reflect.Constructor, int)"><B>AttributeIndex.ConstructorParameter(Constructor, int)</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.ConstructorParameter</A>
<DD>Constructs a new ConstructorParameter.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes"><B>AttributeIndex.IndexNode</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#AttributeIndex.IndexNode()"><B>AttributeIndex.IndexNode()</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html" title="class in org.apache.commons.attributes"><B>AttributeIndex.MethodParameter</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Reference to a method parameter.<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html#AttributeIndex.MethodParameter(java.lang.reflect.Method, int)"><B>AttributeIndex.MethodParameter(Method, int)</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.MethodParameter</A>
<DD>Constructs a new MethodParameter.
<DT><A HREF="./org/apache/commons/attributes/AttributeRepositoryClass.html" title="interface in org.apache.commons.attributes"><B>AttributeRepositoryClass</B></A> - Interface in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Interface implemented by all attribute repository classes.<DT><A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes"><B>Attributes</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>API for accessing attributes.<DT><A HREF="./org/apache/commons/attributes/Attributes.html#Attributes()"><B>Attributes()</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#attributes"><B>attributes</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeUtil.html" title="class in org.apache.commons.attributes"><B>AttributeUtil</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Commonly used convenience functions.<DT><A HREF="./org/apache/commons/attributes/AttributeUtil.html#AttributeUtil()"><B>AttributeUtil()</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeUtil.html" title="class in org.apache.commons.attributes">AttributeUtil</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/CachedRepository.html" title="interface in org.apache.commons.attributes"><B>CachedRepository</B></A> - Interface in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>An attribute repository cache.<DT><A HREF="./org/apache/commons/attributes/DefaultSealable.html#checkSealed()"><B>checkSealed()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultSealable.html" title="class in org.apache.commons.attributes">DefaultSealable</A>
<DD>Checks if the <A HREF="./org/apache/commons/attributes/DefaultSealable.html#seal()"><CODE>DefaultSealable.seal()</CODE></A> method has been called and throws a
 <code>IllegalStateException</code> if it has.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#checkSealed()"><B>checkSealed()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Convenience function to check if the repository is sealed.
<DT><A HREF="./org/apache/commons/attributes/Util.html#checkTarget(int, java.lang.Object, java.lang.String)"><B>checkTarget(int, Object, String)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Util.html" title="class in org.apache.commons.attributes">Util</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Util.html#checkTargets(int, java.util.Collection, java.lang.String)"><B>checkTargets(int, Collection, String)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Util.html" title="class in org.apache.commons.attributes">Util</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/CircularDependencyError.html" title="class in org.apache.commons.attributes"><B>CircularDependencyError</B></A> - Error in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Thrown when an attribute repository class can't be
 loaded because it resulted in a circular dependency.<DT><A HREF="./org/apache/commons/attributes/CircularDependencyError.html#CircularDependencyError(java.lang.String, java.util.List)"><B>CircularDependencyError(String, List)</B></A> - 
Constructor for error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CircularDependencyError.html" title="class in org.apache.commons.attributes">CircularDependencyError</A>
<DD>Create a new CircularDependencyError.
<DT><A HREF="./org/apache/commons/attributes/Target.html#CLASS"><B>CLASS</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Indicates that the attribute can be applied to a class or interface.
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#classAttributes"><B>classAttributes</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#classAttributes"><B>classAttributes</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Set of class attributes.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#classes"><B>classes</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#classLoader"><B>classLoader</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#classRepositories"><B>classRepositories</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>A cache of attribute repositories.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#clazz"><B>clazz</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Class we are defining attributes for.
<DT><A HREF="./org/apache/commons/attributes/Target.html#CONSTRUCTOR"><B>CONSTRUCTOR</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Indicates that the attribute can be applied to a constructor.
<DT><A HREF="./org/apache/commons/attributes/Target.html#CONSTRUCTOR_PARAMETER"><B>CONSTRUCTOR_PARAMETER</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Indicates that the attribute can be applied to a constructor parameter.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#constructorAttributes"><B>constructorAttributes</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Set of ctor attributes.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#constructorParameters"><B>constructorParameters</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#constructors"><B>constructors</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#constructors"><B>constructors</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html#ctor"><B>ctor</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.ConstructorParameter</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/Util.html#decodedClassName(java.lang.String)"><B>decodedClassName(String)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Util.html" title="class in org.apache.commons.attributes">Util</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes"><B>DefaultCachedRepository</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#DefaultCachedRepository(java.lang.Class, org.apache.commons.attributes.AttributeRepositoryClass)"><B>DefaultCachedRepository(Class, AttributeRepositoryClass)</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes"><B>DefaultCachedRepository.MethodAttributeBundle</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#DefaultCachedRepository.MethodAttributeBundle(java.lang.String)"><B>DefaultCachedRepository.MethodAttributeBundle(String)</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultSealable.html" title="class in org.apache.commons.attributes"><B>DefaultSealable</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Implementation of the <A HREF="./org/apache/commons/attributes/Sealable.html" title="interface in org.apache.commons.attributes"><CODE>Sealable</CODE></A> interface.<DT><A HREF="./org/apache/commons/attributes/DefaultSealable.html#DefaultSealable()"><B>DefaultSealable()</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultSealable.html" title="class in org.apache.commons.attributes">DefaultSealable</A>
<DD>Default ctor.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/CachedRepository.html#EMPTY"><B>EMPTY</B></A> - 
Static variable in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CachedRepository.html" title="interface in org.apache.commons.attributes">CachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#EMPTY_COLLECTION"><B>EMPTY_COLLECTION</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html#EMPTY_COLLECTION"><B>EMPTY_COLLECTION</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes">EmptyCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html" title="class in org.apache.commons.attributes"><B>EmptyAttributeRepositoryClass</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Empty implementation of AttributeRepositoryClass.<DT><A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html#EmptyAttributeRepositoryClass()"><B>EmptyAttributeRepositoryClass()</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html" title="class in org.apache.commons.attributes">EmptyAttributeRepositoryClass</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes"><B>EmptyCachedRepository</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Null implementation of a cached repository.<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html#EmptyCachedRepository()"><B>EmptyCachedRepository()</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes">EmptyCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.ConstructorParameter</A>
<DD>Compares two <code>ConstructorParameter</code>s for equality.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.MethodParameter</A>
<DD>Compares two <code>MethodParameter</code>s for equality.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/Target.html#FIELD"><B>FIELD</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Indicates that the attribute can be applied to a field.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#fieldAttributes"><B>fieldAttributes</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Set of field attributes.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#fields"><B>fields</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#fields"><B>fields</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Target.html#flags"><B>flags</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/InvalidAttributeTargetError.html#flagsToString(int)"><B>flagsToString(int)</B></A> - 
Static method in error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/InvalidAttributeTargetError.html" title="class in org.apache.commons.attributes">InvalidAttributeTargetError</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/ParameterIndexOutOfBoundsException.html#formatMessage(java.lang.String, int, int)"><B>formatMessage(String, int, int)</B></A> - 
Static method in exception org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/ParameterIndexOutOfBoundsException.html" title="class in org.apache.commons.attributes">ParameterIndexOutOfBoundsException</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttribute(java.util.Collection, java.lang.Class)"><B>getAttribute(Collection, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Selects from a collection of attributes one attribute with a given class.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttribute(java.lang.Class, java.lang.Class)"><B>getAttribute(Class, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get one attributes of a given type from a class.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttribute(java.lang.reflect.Field, java.lang.Class)"><B>getAttribute(Field, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get one attributes of a given type from a field.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttribute(java.lang.reflect.Constructor, java.lang.Class)"><B>getAttribute(Constructor, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get one attributes of a given type from a constructor.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttribute(java.lang.reflect.Method, java.lang.Class)"><B>getAttribute(Method, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get one attributes of a given type from a method.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttributes(java.lang.Class)"><B>getAttributes(Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Gets all attributes for a class.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttributes(java.lang.reflect.Method)"><B>getAttributes(Method)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Gets all attributes for a method.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttributes(java.lang.reflect.Field)"><B>getAttributes(Field)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Gets all attributes for a field.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttributes(java.lang.reflect.Constructor)"><B>getAttributes(Constructor)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Gets all attributes for a constructor.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttributes(java.util.Collection, java.lang.Class)"><B>getAttributes(Collection, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Selects from a collection of attributes only those with a given class.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttributes(java.lang.Class, java.lang.Class)"><B>getAttributes(Class, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get all attributes of a given type from a class.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttributes(java.lang.reflect.Field, java.lang.Class)"><B>getAttributes(Field, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get all attributes of a given type from a field.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttributes(java.lang.reflect.Constructor, java.lang.Class)"><B>getAttributes(Constructor, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get all attributes of a given type from a constructor.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getAttributes(java.lang.reflect.Method, java.lang.Class)"><B>getAttributes(Method, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get all attributes of a given type from a method.
<DT><A HREF="./org/apache/commons/attributes/CachedRepository.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CachedRepository.html" title="interface in org.apache.commons.attributes">CachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/CachedRepository.html#getAttributes(java.lang.reflect.Field)"><B>getAttributes(Field)</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CachedRepository.html" title="interface in org.apache.commons.attributes">CachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/CachedRepository.html#getAttributes(java.lang.reflect.Method)"><B>getAttributes(Method)</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CachedRepository.html" title="interface in org.apache.commons.attributes">CachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/CachedRepository.html#getAttributes(java.lang.reflect.Constructor)"><B>getAttributes(Constructor)</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CachedRepository.html" title="interface in org.apache.commons.attributes">CachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getAttributes(java.lang.reflect.Field)"><B>getAttributes(Field)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getAttributes(java.lang.reflect.Method)"><B>getAttributes(Method)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getAttributes(java.lang.reflect.Constructor)"><B>getAttributes(Constructor)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes">EmptyCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html#getAttributes(java.lang.reflect.Field)"><B>getAttributes(Field)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes">EmptyCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html#getAttributes(java.lang.reflect.Method)"><B>getAttributes(Method)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes">EmptyCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html#getAttributes(java.lang.reflect.Constructor)"><B>getAttributes(Constructor)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes">EmptyCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getCachedRepository(java.lang.Class)"><B>getCachedRepository(Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RepositoryError.html#getCause()"><B>getCause()</B></A> - 
Method in error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RepositoryError.html" title="class in org.apache.commons.attributes">RepositoryError</A>
<DD>Get the nested Throwable, if any.
<DT><A HREF="./org/apache/commons/attributes/AttributeRepositoryClass.html#getClassAttributes()"><B>getClassAttributes()</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeRepositoryClass.html" title="interface in org.apache.commons.attributes">AttributeRepositoryClass</A>
<DD>Returns a set containing all attributes (instances) associated with this class.
<DT><A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html#getClassAttributes()"><B>getClassAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html" title="class in org.apache.commons.attributes">EmptyAttributeRepositoryClass</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#getClassAttributes()"><B>getClassAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getClasses(java.lang.Class)"><B>getClasses(Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Gets a Collection of the <code>Class</code>es that have an attribute of the specified class.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getClassesWithAttribute(java.lang.String)"><B>getClassesWithAttribute(String)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use the getClasses(Class) method instead.</I>
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getClassesWithAttribute(java.lang.Class)"><B>getClassesWithAttribute(Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use the getClasses(Class) method instead.</I>
<DT><A HREF="./org/apache/commons/attributes/AttributeUtil.html#getClassesWithAttributeType(java.util.Collection, java.lang.Class)"><B>getClassesWithAttributeType(Collection, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeUtil.html" title="class in org.apache.commons.attributes">AttributeUtil</A>
<DD>Filters a Collection of <code>Class</code> objects.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html#getConstructor()"><B>getConstructor()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.ConstructorParameter</A>
<DD>Get the constructor this parameter is defined in.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#getConstructorAttributeBundle(java.lang.reflect.Constructor)"><B>getConstructorAttributeBundle(Constructor)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Convenience method to get and initialize an entry in the constructor map.
<DT><A HREF="./org/apache/commons/attributes/AttributeRepositoryClass.html#getConstructorAttributes()"><B>getConstructorAttributes()</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeRepositoryClass.html" title="interface in org.apache.commons.attributes">AttributeRepositoryClass</A>
<DD>Returns a map with String keys and List values.
<DT><A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html#getConstructorAttributes()"><B>getConstructorAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html" title="class in org.apache.commons.attributes">EmptyAttributeRepositoryClass</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#getConstructorAttributes()"><B>getConstructorAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getConstructorParameters(java.lang.Class)"><B>getConstructorParameters(Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Gets a Collection of the <code>ConstructorParameter</code>s that have an attribute of the specified class.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getConstructors(java.lang.Class)"><B>getConstructors(Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Gets a Collection of the <code>Constructor</code>s that have an attribute of the specified class.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#getDefinedClass()"><B>getDefinedClass()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Gets the class this repository defines attributes for.
<DT><A HREF="./org/apache/commons/attributes/AttributeRepositoryClass.html#getFieldAttributes()"><B>getFieldAttributes()</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeRepositoryClass.html" title="interface in org.apache.commons.attributes">AttributeRepositoryClass</A>
<DD>Returns a map with String keys and Set values.
<DT><A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html#getFieldAttributes()"><B>getFieldAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html" title="class in org.apache.commons.attributes">EmptyAttributeRepositoryClass</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#getFieldAttributes()"><B>getFieldAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getFields(java.lang.Class)"><B>getFields(Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Gets a Collection of the <code>Field</code>s that have an attribute of the specified class.
<DT><A HREF="./org/apache/commons/attributes/Target.html#getFlags()"><B>getFlags()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Returns an <code>int</code> that is the bitwise or of the allowed target flags.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html#getIndex()"><B>getIndex()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.ConstructorParameter</A>
<DD>Get the index of this parameter in the parameter list of the constructor.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html#getIndex()"><B>getIndex()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.MethodParameter</A>
<DD>Get the index of this parameter in the parameter list of the method.
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getInheritableAttributes(java.util.Collection)"><B>getInheritableAttributes(Collection)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getInheritableClassAttributes(java.lang.Class)"><B>getInheritableClassAttributes(Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getInheritableMethodAttributes(java.lang.Class, java.lang.String, java.lang.Class[])"><B>getInheritableMethodAttributes(Class, String, Class[])</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getInheritableMethodParameterAttributes(java.lang.Class, java.lang.String, java.lang.Class[], int)"><B>getInheritableMethodParameterAttributes(Class, String, Class[], int)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getInheritableReturnAttributes(java.lang.Class, java.lang.String, java.lang.Class[])"><B>getInheritableReturnAttributes(Class, String, Class[])</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html#getMethod()"><B>getMethod()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.MethodParameter</A>
<DD>Get the method this parameter is defined in.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#getMethodAttributeBundle(java.lang.reflect.Method)"><B>getMethodAttributeBundle(Method)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Convenience method to get and initialize an entry in the method map.
<DT><A HREF="./org/apache/commons/attributes/AttributeRepositoryClass.html#getMethodAttributes()"><B>getMethodAttributes()</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeRepositoryClass.html" title="interface in org.apache.commons.attributes">AttributeRepositoryClass</A>
<DD>Returns a map with String keys and List values.
<DT><A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html#getMethodAttributes()"><B>getMethodAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html" title="class in org.apache.commons.attributes">EmptyAttributeRepositoryClass</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#getMethodAttributes()"><B>getMethodAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#getMethodOrConstructorAttributeBundle(java.util.Map, java.lang.String, int)"><B>getMethodOrConstructorAttributeBundle(Map, String, int)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Convenience method to get and initialize an enry in the method or
 constructor attribute map.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getMethodParameters(java.lang.Class)"><B>getMethodParameters(Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Gets a Collection of the <code>MethodParameter</code>s that have an attribute of the specified class.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getMethods(java.lang.Class)"><B>getMethods(Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Gets a Collection of the <code>Method</code>s that have an attribute of the specified class.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getMethodsReturning(java.lang.Class)"><B>getMethodsReturning(Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Gets a Collection of the <code>Method</code>s whose return value has an attribute of the specified class.
<DT><A HREF="./org/apache/commons/attributes/RepositoryError.html#getNested()"><B>getNested()</B></A> - 
Method in error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RepositoryError.html" title="class in org.apache.commons.attributes">RepositoryError</A>
<DD>Get the nested Throwable if any.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#getNode(java.lang.Class)"><B>getNode(Class)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeUtil.html#getObjectsWithAttributeType(java.util.Collection, java.lang.Class)"><B>getObjectsWithAttributeType(Collection, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeUtil.html" title="class in org.apache.commons.attributes">AttributeUtil</A>
<DD>Filters a collection of objects.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getParameterAttribute(java.lang.reflect.Method, int, java.lang.Class)"><B>getParameterAttribute(Method, int, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get one attributes of a given type from a parameter.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getParameterAttribute(java.lang.reflect.Constructor, int, java.lang.Class)"><B>getParameterAttribute(Constructor, int, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get one attributes of a given type from a constructor's parameter.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getParameterAttributes(java.lang.reflect.Method, int)"><B>getParameterAttributes(Method, int)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Gets all attributes for a parameter of a method.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getParameterAttributes(java.lang.reflect.Constructor, int)"><B>getParameterAttributes(Constructor, int)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Gets all attributes for a parameter of a constructor.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getParameterAttributes(java.lang.reflect.Method, int, java.lang.Class)"><B>getParameterAttributes(Method, int, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get all attributes of a given type from a method's parameter.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getParameterAttributes(java.lang.reflect.Constructor, int, java.lang.Class)"><B>getParameterAttributes(Constructor, int, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get all attributes of a given type from a method's parameter.
<DT><A HREF="./org/apache/commons/attributes/CachedRepository.html#getParameterAttributes(java.lang.reflect.Method, int)"><B>getParameterAttributes(Method, int)</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CachedRepository.html" title="interface in org.apache.commons.attributes">CachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/CachedRepository.html#getParameterAttributes(java.lang.reflect.Constructor, int)"><B>getParameterAttributes(Constructor, int)</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CachedRepository.html" title="interface in org.apache.commons.attributes">CachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getParameterAttributes(java.lang.reflect.Constructor, int)"><B>getParameterAttributes(Constructor, int)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getParameterAttributes(java.lang.reflect.Method, int)"><B>getParameterAttributes(Method, int)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#getParameterAttributes(int)"><B>getParameterAttributes(int)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html#getParameterAttributes(java.lang.reflect.Constructor, int)"><B>getParameterAttributes(Constructor, int)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes">EmptyCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html#getParameterAttributes(java.lang.reflect.Method, int)"><B>getParameterAttributes(Method, int)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes">EmptyCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Util.html#getParameterList(java.lang.Class[])"><B>getParameterList(Class[])</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Util.html" title="class in org.apache.commons.attributes">Util</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getReturnAttribute(java.lang.reflect.Method, java.lang.Class)"><B>getReturnAttribute(Method, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get one attributes of a given type from a method's return value.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getReturnAttributes(java.lang.reflect.Method)"><B>getReturnAttributes(Method)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Gets all attributes for the return value of a method.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#getReturnAttributes(java.lang.reflect.Method, java.lang.Class)"><B>getReturnAttributes(Method, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Get all attributes of a given type from a method's return value.
<DT><A HREF="./org/apache/commons/attributes/CachedRepository.html#getReturnAttributes(java.lang.reflect.Method)"><B>getReturnAttributes(Method)</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CachedRepository.html" title="interface in org.apache.commons.attributes">CachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#getReturnAttributes(java.lang.reflect.Method)"><B>getReturnAttributes(Method)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#getReturnAttributes()"><B>getReturnAttributes()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html#getReturnAttributes(java.lang.reflect.Method)"><B>getReturnAttributes(Method)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyCachedRepository.html" title="class in org.apache.commons.attributes">EmptyCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Util.html#getSignature(java.lang.reflect.Method)"><B>getSignature(Method)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Util.html" title="class in org.apache.commons.attributes">Util</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Util.html#getSignature(java.lang.reflect.Constructor)"><B>getSignature(Constructor)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Util.html" title="class in org.apache.commons.attributes">Util</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttribute(java.util.Collection, java.lang.Object)"><B>hasAttribute(Collection, Object)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Convenience function to test whether a collection of attributes contain
 an attribute.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttribute(java.lang.Class, java.lang.Object)"><B>hasAttribute(Class, Object)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a class has an attribute.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttribute(java.lang.reflect.Field, java.lang.Object)"><B>hasAttribute(Field, Object)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a field has an attribute.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttribute(java.lang.reflect.Constructor, java.lang.Object)"><B>hasAttribute(Constructor, Object)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a constructor has an attribute.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttribute(java.lang.reflect.Method, java.lang.Object)"><B>hasAttribute(Method, Object)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a method has an attribute.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttributeType(java.util.Collection, java.lang.Class)"><B>hasAttributeType(Collection, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Convenience function to test whether a collection of attributes contain
 an attribute of a given class.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttributeType(java.lang.Class, java.lang.Class)"><B>hasAttributeType(Class, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a class has an attribute of a given type.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttributeType(java.lang.reflect.Field, java.lang.Class)"><B>hasAttributeType(Field, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a field has an attribute of a given type.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttributeType(java.lang.reflect.Constructor, java.lang.Class)"><B>hasAttributeType(Constructor, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a constructor has an attribute of a given type.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasAttributeType(java.lang.reflect.Method, java.lang.Class)"><B>hasAttributeType(Method, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a method has an attribute of a given type.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.ConstructorParameter</A>
<DD>Computes the hashCode.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.MethodParameter</A>
<DD>Computes the hashCode.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasParameterAttribute(java.lang.reflect.Method, int, java.lang.Object)"><B>hasParameterAttribute(Method, int, Object)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a method's parameter has an attribute.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasParameterAttribute(java.lang.reflect.Constructor, int, java.lang.Object)"><B>hasParameterAttribute(Constructor, int, Object)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a constructor's parameter has an attribute.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasParameterAttributeType(java.lang.reflect.Method, int, java.lang.Class)"><B>hasParameterAttributeType(Method, int, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a method's parameter has an attribute of a given type.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasParameterAttributeType(java.lang.reflect.Constructor, int, java.lang.Class)"><B>hasParameterAttributeType(Constructor, int, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a constructor's parameter has an attribute of a given type.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasReturnAttribute(java.lang.reflect.Method, java.lang.Object)"><B>hasReturnAttribute(Method, Object)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a method's return value has an attribute.
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#hasReturnAttributeType(java.lang.reflect.Method, java.lang.Class)"><B>hasReturnAttributeType(Method, Class)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Tests if a method's return value has an attribute of a given type.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html#index"><B>index</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.ConstructorParameter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#index"><B>index</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html#index"><B>index</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.MethodParameter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Indexed.html" title="class in org.apache.commons.attributes"><B>Indexed</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>This attribute is used to mark attributes as being indexed.<DT><A HREF="./org/apache/commons/attributes/Indexed.html#Indexed()"><B>Indexed()</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Indexed.html" title="class in org.apache.commons.attributes">Indexed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Inheritable.html" title="class in org.apache.commons.attributes"><B>Inheritable</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>This attribute is used to mark attributes as being inheritable.<DT><A HREF="./org/apache/commons/attributes/Inheritable.html#Inheritable()"><B>Inheritable()</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Inheritable.html" title="class in org.apache.commons.attributes">Inheritable</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#initList"><B>initList</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>List used to keep track of the initialization list in getCachedRepository.
<DT><A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/EmptyAttributeRepositoryClass.html" title="class in org.apache.commons.attributes">EmptyAttributeRepositoryClass</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/InvalidAttributeTargetError.html" title="class in org.apache.commons.attributes"><B>InvalidAttributeTargetError</B></A> - Error in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Thrown when an attribute has a <A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes"><CODE>Target</CODE></A> declaration that forbids
 it being applied to the program element it has been applied to.<DT><A HREF="./org/apache/commons/attributes/InvalidAttributeTargetError.html#InvalidAttributeTargetError(java.lang.String, java.lang.String, int)"><B>InvalidAttributeTargetError(String, String, int)</B></A> - 
Constructor for error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/InvalidAttributeTargetError.html" title="class in org.apache.commons.attributes">InvalidAttributeTargetError</A>
<DD>Creates a new InvalidAttributeTargetError.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/CircularDependencyError.html#listDeps(java.util.List)"><B>listDeps(List)</B></A> - 
Static method in error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/CircularDependencyError.html" title="class in org.apache.commons.attributes">CircularDependencyError</A>
<DD>Joins together the elements of a list with <code>-&gt;</code>
 delimiters.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.html#loadFromURL(java.net.URL)"><B>loadFromURL(URL)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.html" title="class in org.apache.commons.attributes">AttributeIndex</A>
<DD>Load the attrs.index from a given URL.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html#method"><B>method</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.MethodParameter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Target.html#METHOD"><B>METHOD</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Indicates that the attribute can be applied to a method.
<DT><A HREF="./org/apache/commons/attributes/Target.html#METHOD_PARAMETER"><B>METHOD_PARAMETER</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Indicates that the attribute can be applied to a method parameter.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#methodAttributes"><B>methodAttributes</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Set of method attributes.
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#methodName"><B>methodName</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#methodParameters"><B>methodParameters</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#methods"><B>methods</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html#methods"><B>methods</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.html" title="class in org.apache.commons.attributes">DefaultCachedRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/MultipleAttributesError.html" title="class in org.apache.commons.attributes"><B>MultipleAttributesError</B></A> - Error in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Thrown when one of the <A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes"><CODE>Attributes</CODE></A>.getAttribute methods find more
 than one instance of the specified attribute class and the method
 only expected to find a single instance.<DT><A HREF="./org/apache/commons/attributes/MultipleAttributesError.html#MultipleAttributesError(java.lang.String)"><B>MultipleAttributesError(String)</B></A> - 
Constructor for error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/MultipleAttributesError.html" title="class in org.apache.commons.attributes">MultipleAttributesError</A>
<DD>Create a new MultipleAttributesError.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/RepositoryError.html#nested"><B>nested</B></A> - 
Variable in error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RepositoryError.html" title="class in org.apache.commons.attributes">RepositoryError</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/package-summary.html"><B>org.apache.commons.attributes</B></A> - package org.apache.commons.attributes<DD>Provides an API for accessing attributes.</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/Target.html#PARAMETER"><B>PARAMETER</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Indicates that the attribute can be applied to a parameter of a method or a constructor.
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#parameterAttributes"><B>parameterAttributes</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/ParameterIndexOutOfBoundsException.html" title="class in org.apache.commons.attributes"><B>ParameterIndexOutOfBoundsException</B></A> - Exception in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Thrown when attempting to get attributes for a parameter of a constructor or method
 and the parameter index is out of bounds.<DT><A HREF="./org/apache/commons/attributes/ParameterIndexOutOfBoundsException.html#ParameterIndexOutOfBoundsException(java.lang.String, int, int)"><B>ParameterIndexOutOfBoundsException(String, int, int)</B></A> - 
Constructor for exception org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/ParameterIndexOutOfBoundsException.html" title="class in org.apache.commons.attributes">ParameterIndexOutOfBoundsException</A>
<DD>Create a new ParameterIndexOutOfBoundsException.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/RepositoryError.html" title="class in org.apache.commons.attributes"><B>RepositoryError</B></A> - Error in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Thrown when an attribute repository class can't be
 loaded or instantiated.<DT><A HREF="./org/apache/commons/attributes/RepositoryError.html#RepositoryError()"><B>RepositoryError()</B></A> - 
Constructor for error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RepositoryError.html" title="class in org.apache.commons.attributes">RepositoryError</A>
<DD>Create a new RepositoryError with no message or nested Throwable.
<DT><A HREF="./org/apache/commons/attributes/RepositoryError.html#RepositoryError(java.lang.String)"><B>RepositoryError(String)</B></A> - 
Constructor for error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RepositoryError.html" title="class in org.apache.commons.attributes">RepositoryError</A>
<DD>Create a new RepositoryError with a message but no nested Throwable.
<DT><A HREF="./org/apache/commons/attributes/RepositoryError.html#RepositoryError(java.lang.Throwable)"><B>RepositoryError(Throwable)</B></A> - 
Constructor for error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RepositoryError.html" title="class in org.apache.commons.attributes">RepositoryError</A>
<DD>Create a new RepositoryError with a nested Throwable.
<DT><A HREF="./org/apache/commons/attributes/RepositoryError.html#RepositoryError(java.lang.String, java.lang.Throwable)"><B>RepositoryError(String, Throwable)</B></A> - 
Constructor for error org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RepositoryError.html" title="class in org.apache.commons.attributes">RepositoryError</A>
<DD>Create a new RepositoryError with a message and nested Throwable.
<DT><A HREF="./org/apache/commons/attributes/Target.html#RETURN"><B>RETURN</B></A> - 
Static variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Indicates that the attribute can be applied to a method return value.
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#returnAttributes"><B>returnAttributes</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#returnValues"><B>returnValues</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes"><B>RuntimeAttributeRepository</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Class used to define attributes programmatically for a class.<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#RuntimeAttributeRepository(java.lang.Class)"><B>RuntimeAttributeRepository(Class)</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Create a new runtime repository.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#seal()"><B>seal()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html#seal(java.util.Collection)"><B>seal(Collection)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.IndexNode.html" title="class in org.apache.commons.attributes">AttributeIndex.IndexNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultSealable.html#seal()"><B>seal()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultSealable.html" title="class in org.apache.commons.attributes">DefaultSealable</A>
<DD>Seals this attribute.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#seal()"><B>seal()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Seals this repository.
<DT><A HREF="./org/apache/commons/attributes/Sealable.html#seal()"><B>seal()</B></A> - 
Method in interface org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Sealable.html" title="interface in org.apache.commons.attributes">Sealable</A>
<DD>Called to indicate that construction and initialization of this attribute instance
 is completed, and that the attribute instance should become read-only.
<DT><A HREF="./org/apache/commons/attributes/Sealable.html" title="interface in org.apache.commons.attributes"><B>Sealable</B></A> - Interface in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Marks an attribute class as being sealable.<DT><A HREF="./org/apache/commons/attributes/DefaultSealable.html#sealed"><B>sealed</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultSealable.html" title="class in org.apache.commons.attributes">DefaultSealable</A>
<DD>Boolean flag indicating whether the <A HREF="./org/apache/commons/attributes/DefaultSealable.html#seal()"><CODE>DefaultSealable.seal()</CODE></A> method
 has been called.
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#sealed"><B>sealed</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Flag indicating whether this repository is modifiable.
<DT><A HREF="./org/apache/commons/attributes/SealedAttributeException.html" title="class in org.apache.commons.attributes"><B>SealedAttributeException</B></A> - Exception in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Thrown when an attempt is made to modify a <A HREF="./org/apache/commons/attributes/Sealable.html" title="interface in org.apache.commons.attributes"><CODE>Sealable</CODE></A> attribute
 that has been sealed.<DT><A HREF="./org/apache/commons/attributes/SealedAttributeException.html#SealedAttributeException()"><B>SealedAttributeException()</B></A> - 
Constructor for exception org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/SealedAttributeException.html" title="class in org.apache.commons.attributes">SealedAttributeException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/Attributes.html#setAttributes(org.apache.commons.attributes.RuntimeAttributeRepository)"><B>setAttributes(RuntimeAttributeRepository)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Attributes.html" title="class in org.apache.commons.attributes">Attributes</A>
<DD>Set attributes for a given class.
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#setAttributes(java.util.Collection)"><B>setAttributes(Collection)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html#setReturnAttributes(java.util.Collection)"><B>setReturnAttributes(Collection)</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/DefaultCachedRepository.MethodAttributeBundle.html" title="class in org.apache.commons.attributes">DefaultCachedRepository.MethodAttributeBundle</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html#syncLock"><B>syncLock</B></A> - 
Variable in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/RuntimeAttributeRepository.html" title="class in org.apache.commons.attributes">RuntimeAttributeRepository</A>
<DD>Synchronization lock for sealing the repository.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes"><B>Target</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>Attribute indicating what elements an attribute may be applied to.<DT><A HREF="./org/apache/commons/attributes/Target.html#Target(int)"><B>Target(int)</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Target.html" title="class in org.apache.commons.attributes">Target</A>
<DD>Creates a new target attribute.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.ConstructorParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.ConstructorParameter</A>
<DD>Converts this constructor parameter into a human-readable string.
<DT><A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/AttributeIndex.MethodParameter.html" title="class in org.apache.commons.attributes">AttributeIndex.MethodParameter</A>
<DD>Converts this method parameter into a human-readable string.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/Util.html" title="class in org.apache.commons.attributes"><B>Util</B></A> - Class in <A HREF="./org/apache/commons/attributes/package-summary.html">org.apache.commons.attributes</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/attributes/Util.html#Util()"><B>Util()</B></A> - 
Constructor for class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Util.html" title="class in org.apache.commons.attributes">Util</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/attributes/Util.html#validateRepository(java.lang.Class, org.apache.commons.attributes.AttributeRepositoryClass)"><B>validateRepository(Class, AttributeRepositoryClass)</B></A> - 
Static method in class org.apache.commons.attributes.<A HREF="./org/apache/commons/attributes/Util.html" title="class in org.apache.commons.attributes">Util</A>
<DD>&nbsp;
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> 

<!-- ======= 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="./org/apache/commons/attributes/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./org/apache/commons/attributes/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

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


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

<HR>

</BODY>
</HTML>