This file is indexed.

/usr/share/doc/libosgi-core-java/api/org/osgi/framework/wiring/BundleWiring.html is in libosgi-core-java-doc 6.0.0-1.

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

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>BundleWiring</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="BundleWiring";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/osgi/framework/wiring/FrameworkWiring.html" title="interface in org.osgi.framework.wiring"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/osgi/framework/wiring/BundleWiring.html" target="_top">Frames</a></li>
<li><a href="BundleWiring.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.osgi.framework.wiring</div>
<h2 title="Interface BundleWiring" class="title">Interface BundleWiring</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../org/osgi/framework/BundleReference.html" title="interface in org.osgi.framework">BundleReference</a>, <a href="../../../../org/osgi/resource/Wiring.html" title="interface in org.osgi.resource">Wiring</a></dd>
</dl>
<hr>
<br>
<pre>@ProviderType
public interface <span class="strong">BundleWiring</span>
extends <a href="../../../../org/osgi/framework/BundleReference.html" title="interface in org.osgi.framework">BundleReference</a>, <a href="../../../../org/osgi/resource/Wiring.html" title="interface in org.osgi.resource">Wiring</a></pre>
<div class="block">A wiring for a bundle. Each time a bundle is resolved, a new bundle wiring
 for the bundle is created. A bundle wiring is associated with a bundle
 revision and represents the dependencies with other bundle wirings.
 
 <p>
 The bundle wiring for a bundle is the <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isCurrent()"><code>current</code></a> bundle
 wiring if it is the most recent bundle wiring for the current bundle
 revision. A bundle wiring is <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isInUse()"><code>in use</code></a> if it is the current
 bundle wiring or if some other in use bundle wiring is dependent upon it. For
 example, another bundle wiring is wired to a capability provided by the
 bundle wiring. An in use bundle wiring for a non-fragment bundle has a class
 loader. All bundles with non-current, in use bundle wirings are considered
 removal pending. Once a bundle wiring is no longer in use, it is considered
 stale and is discarded by the framework.
 
 <p>
 The current bundle wiring for a bundle can be obtained by calling
 <a href="../../../../org/osgi/framework/Bundle.html#adapt(java.lang.Class)"><code>bundle.adapt</code></a>(BundleWiring.class). A bundle in the
 INSTALLED or UNINSTALLED state does not have a current wiring, adapting such
 a bundle returns <code>null</code>.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#FINDENTRIES_RECURSE">FINDENTRIES_RECURSE</a></strong></code>
<div class="block">The find entries operation must recurse into subdirectories.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#LISTRESOURCES_LOCAL">LISTRESOURCES_LOCAL</a></strong></code>
<div class="block">The list resource names operation must limit the result to the names of
 matching resources contained in this bundle wiring's
 <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>bundle revision</code></a> and its attached fragment
 revisions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#LISTRESOURCES_RECURSE">LISTRESOURCES_RECURSE</a></strong></code>
<div class="block">The list resource names operation must recurse into subdirectories.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;java.net.URL&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#findEntries(java.lang.String,%20java.lang.String,%20int)">findEntries</a></strong>(java.lang.String&nbsp;path,
           java.lang.String&nbsp;filePattern,
           int&nbsp;options)</code>
<div class="block">Returns entries in this bundle wiring's <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>bundle
 revision</code></a> and its attached fragment revisions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/osgi/framework/wiring/BundleCapability.html" title="interface in org.osgi.framework.wiring">BundleCapability</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getCapabilities(java.lang.String)">getCapabilities</a></strong>(java.lang.String&nbsp;namespace)</code>
<div class="block">Returns the capabilities provided by this bundle wiring.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.ClassLoader</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getClassLoader()">getClassLoader</a></strong>()</code>
<div class="block">Returns the class loader for this bundle wiring.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource">Wire</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getProvidedResourceWires(java.lang.String)">getProvidedResourceWires</a></strong>(java.lang.String&nbsp;namespace)</code>
<div class="block">Returns the <a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource"><code>Wire</code></a>s to the provided <a href="../../../../org/osgi/resource/Capability.html" title="interface in org.osgi.resource"><code>capabilities</code></a>
 of this wiring.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring">BundleWire</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getProvidedWires(java.lang.String)">getProvidedWires</a></strong>(java.lang.String&nbsp;namespace)</code>
<div class="block">Returns the <a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring"><code>BundleWire</code></a>s to the provided <a href="../../../../org/osgi/framework/wiring/BundleCapability.html" title="interface in org.osgi.framework.wiring"><code>capabilities</code></a> of this bundle wiring.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource">Wire</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRequiredResourceWires(java.lang.String)">getRequiredResourceWires</a></strong>(java.lang.String&nbsp;namespace)</code>
<div class="block">Returns the <a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource"><code>Wire</code></a>s to the <a href="../../../../org/osgi/resource/Requirement.html" title="interface in org.osgi.resource"><code>requirements</code></a> in use
 by this wiring.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring">BundleWire</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRequiredWires(java.lang.String)">getRequiredWires</a></strong>(java.lang.String&nbsp;namespace)</code>
<div class="block">Returns the <a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring"><code>BundleWire</code></a>s to the <a href="../../../../org/osgi/framework/wiring/BundleRequirement.html" title="interface in org.osgi.framework.wiring"><code>requirements</code></a> in use by this bundle wiring.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/osgi/framework/wiring/BundleRequirement.html" title="interface in org.osgi.framework.wiring">BundleRequirement</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRequirements(java.lang.String)">getRequirements</a></strong>(java.lang.String&nbsp;namespace)</code>
<div class="block">Returns the requirements of this bundle wiring.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/osgi/framework/wiring/BundleRevision.html" title="interface in org.osgi.framework.wiring">BundleRevision</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getResource()">getResource</a></strong>()</code>
<div class="block">Returns the resource associated with this wiring.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/osgi/resource/Capability.html" title="interface in org.osgi.resource">Capability</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getResourceCapabilities(java.lang.String)">getResourceCapabilities</a></strong>(java.lang.String&nbsp;namespace)</code>
<div class="block">Returns the capabilities provided by this wiring.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/osgi/resource/Requirement.html" title="interface in org.osgi.resource">Requirement</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getResourceRequirements(java.lang.String)">getResourceRequirements</a></strong>(java.lang.String&nbsp;namespace)</code>
<div class="block">Returns the requirements of this wiring.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/osgi/framework/wiring/BundleRevision.html" title="interface in org.osgi.framework.wiring">BundleRevision</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()">getRevision</a></strong>()</code>
<div class="block">Returns the bundle revision for the bundle in this bundle wiring.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isCurrent()">isCurrent</a></strong>()</code>
<div class="block">Returns <code>true</code> if this bundle wiring is the current bundle wiring.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isInUse()">isInUse</a></strong>()</code>
<div class="block">Returns <code>true</code> if this bundle wiring is in use.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#listResources(java.lang.String,%20java.lang.String,%20int)">listResources</a></strong>(java.lang.String&nbsp;path,
             java.lang.String&nbsp;filePattern,
             int&nbsp;options)</code>
<div class="block">Returns the names of resources visible to this bundle wiring's
 <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getClassLoader()"><code>class loader</code></a>.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.osgi.framework.BundleReference">
<!--   -->
</a>
<h3>Methods inherited from interface&nbsp;org.osgi.framework.<a href="../../../../org/osgi/framework/BundleReference.html" title="interface in org.osgi.framework">BundleReference</a></h3>
<code><a href="../../../../org/osgi/framework/BundleReference.html#getBundle()">getBundle</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="FINDENTRIES_RECURSE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FINDENTRIES_RECURSE</h4>
<pre>static final&nbsp;int FINDENTRIES_RECURSE</pre>
<div class="block">The find entries operation must recurse into subdirectories.
 
 <p>
 This bit may be set when calling
 <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#findEntries(java.lang.String,%20java.lang.String,%20int)"><code>findEntries(String, String, int)</code></a> to specify the result must
 include the matching entries from the specified path and its
 subdirectories. If this bit is not set, then the result must only include
 matching entries from the specified path.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#findEntries(java.lang.String,%20java.lang.String,%20int)"><code>findEntries(String, String, int)</code></a>, 
<a href="../../../../constant-values.html#org.osgi.framework.wiring.BundleWiring.FINDENTRIES_RECURSE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LISTRESOURCES_RECURSE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LISTRESOURCES_RECURSE</h4>
<pre>static final&nbsp;int LISTRESOURCES_RECURSE</pre>
<div class="block">The list resource names operation must recurse into subdirectories.
 
 <p>
 This bit may be set when calling
 <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#listResources(java.lang.String,%20java.lang.String,%20int)"><code>listResources(String, String, int)</code></a> to specify the result must
 include the names of matching resources from the specified path and its
 subdirectories. If this bit is not set, then the result must only include
 names of matching resources from the specified path.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#listResources(java.lang.String,%20java.lang.String,%20int)"><code>listResources(String, String, int)</code></a>, 
<a href="../../../../constant-values.html#org.osgi.framework.wiring.BundleWiring.LISTRESOURCES_RECURSE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LISTRESOURCES_LOCAL">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>LISTRESOURCES_LOCAL</h4>
<pre>static final&nbsp;int LISTRESOURCES_LOCAL</pre>
<div class="block">The list resource names operation must limit the result to the names of
 matching resources contained in this bundle wiring's
 <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>bundle revision</code></a> and its attached fragment
 revisions. The result must not include resource names for resources in
 <a href="../../../../org/osgi/framework/namespace/PackageNamespace.html" title="class in org.osgi.framework.namespace"><code>package</code></a> names which are
 <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRequiredWires(java.lang.String)"><code>imported</code></a> by this wiring.
 
 <p>
 This bit may be set when calling
 <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#listResources(java.lang.String,%20java.lang.String,%20int)"><code>listResources(String, String, int)</code></a> to specify the result must
 only include the names of matching resources contained in this bundle
 wiring's bundle revision and its attached fragment revisions. If this bit
 is not set, then the result must include the names of matching resources
 reachable from this bundle wiring's class loader which may include the
 names of matching resources contained in imported packages and required
 bundles.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/osgi/framework/wiring/BundleWiring.html#listResources(java.lang.String,%20java.lang.String,%20int)"><code>listResources(String, String, int)</code></a>, 
<a href="../../../../constant-values.html#org.osgi.framework.wiring.BundleWiring.LISTRESOURCES_LOCAL">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="isCurrent()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isCurrent</h4>
<pre>boolean&nbsp;isCurrent()</pre>
<div class="block">Returns <code>true</code> if this bundle wiring is the current bundle wiring.
 The bundle wiring for a bundle is the current bundle wiring if it is the
 most recent bundle wiring for the current bundle revision. All bundles
 with non-current, in use bundle wirings are considered
 <a href="../../../../org/osgi/framework/wiring/FrameworkWiring.html#getRemovalPendingBundles()"><code>removal pending</code></a>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if this bundle wiring is the current bundle wiring;
         <code>false</code> otherwise.</dd></dl>
</li>
</ul>
<a name="isInUse()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isInUse</h4>
<pre>boolean&nbsp;isInUse()</pre>
<div class="block">Returns <code>true</code> if this bundle wiring is in use. A bundle wiring is
 in use if it is the <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isCurrent()"><code>current</code></a> wiring or if some other
 in use bundle wiring is dependent upon it. Once a bundle wiring is no
 longer in use, it is considered stale and is discarded by the framework.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if this bundle wiring is in use; <code>false</code>
         otherwise.</dd></dl>
</li>
</ul>
<a name="getCapabilities(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCapabilities</h4>
<pre>java.util.List&lt;<a href="../../../../org/osgi/framework/wiring/BundleCapability.html" title="interface in org.osgi.framework.wiring">BundleCapability</a>&gt;&nbsp;getCapabilities(java.lang.String&nbsp;namespace)</pre>
<div class="block">Returns the capabilities provided by this bundle wiring.
 
 <p>
 Only capabilities considered by the resolver are returned. For example,
 capabilities with <a href="../../../../org/osgi/resource/Namespace.html#CAPABILITY_EFFECTIVE_DIRECTIVE"><code>effective</code></a> directive not equal to <a href="../../../../org/osgi/resource/Namespace.html#EFFECTIVE_RESOLVE"><code>resolve</code></a> are not returned.
 
 <p>
 A capability may not be required by any bundle wiring and thus there may
 be no <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getProvidedWires(java.lang.String)"><code>wires</code></a> for the capability.
 
 <p>
 A bundle wiring for a non-fragment revision provides a subset of the
 declared capabilities from the bundle revision and all attached fragment
 revisions<sup>&#8224;</sup>. Not all declared capabilities may be
 provided since some may be discarded. For example, if a package is
 declared to be both exported and imported, only one is selected and the
 other is discarded.
 <p>
 A bundle wiring for a fragment revision with a symbolic name must provide
 exactly one <a href="../../../../org/osgi/framework/namespace/IdentityNamespace.html" title="class in org.osgi.framework.namespace"><code>identity</code></a> capability.
 <p>
 &#8224; The <a href="../../../../org/osgi/framework/namespace/IdentityNamespace.html" title="class in org.osgi.framework.namespace"><code>identity</code></a> capability provided by
 attached fragment revisions must not be included in the capabilities of
 the host bundle wiring.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> - The namespace of the capabilities to return or
        <code>null</code> to return the capabilities from all namespaces.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list containing a snapshot of the <a href="../../../../org/osgi/framework/wiring/BundleCapability.html" title="interface in org.osgi.framework.wiring"><code>BundleCapability</code></a>s, or
         an empty list if this bundle wiring provides no capabilities in
         the specified namespace. If this bundle wiring is not
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isInUse()"><code>in use</code></a>, <code>null</code> will be returned. For a
         given namespace, the list contains the capabilities in the order
         the capabilities were specified in the manifests of the
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>bundle revision</code></a> and the attached
         fragments<sup>&#8224;</sup> of this bundle wiring. There is no
         ordering defined between capabilities in different namespaces.</dd></dl>
</li>
</ul>
<a name="getRequirements(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRequirements</h4>
<pre>java.util.List&lt;<a href="../../../../org/osgi/framework/wiring/BundleRequirement.html" title="interface in org.osgi.framework.wiring">BundleRequirement</a>&gt;&nbsp;getRequirements(java.lang.String&nbsp;namespace)</pre>
<div class="block">Returns the requirements of this bundle wiring.
 
 <p>
 Only requirements considered by the resolver are returned. For example,
 requirements with <a href="../../../../org/osgi/resource/Namespace.html#REQUIREMENT_EFFECTIVE_DIRECTIVE"><code>effective</code></a> directive not equal to <a href="../../../../org/osgi/resource/Namespace.html#EFFECTIVE_RESOLVE"><code>resolve</code></a> are not returned.
 
 <p>
 A bundle wiring for a non-fragment revision has a subset of the declared
 requirements from the bundle revision and all attached fragment
 revisions. Not all declared requirements may be present since some may be
 discarded. For example, if a package is declared to be optionally
 imported and is not actually imported, the requirement must be discarded.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> - The namespace of the requirements to return or
        <code>null</code> to return the requirements from all namespaces.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list containing a snapshot of the <a href="../../../../org/osgi/framework/wiring/BundleRequirement.html" title="interface in org.osgi.framework.wiring"><code>BundleRequirement</code></a>s,
         or an empty list if this bundle wiring uses no requirements in
         the specified namespace. If this bundle wiring is not
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isInUse()"><code>in use</code></a>, <code>null</code> will be returned. For a
         given namespace, the list contains the requirements in the order
         the requirements were specified in the manifests of the
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>bundle revision</code></a> and the attached fragments
         of this bundle wiring. There is no ordering defined between
         requirements in different namespaces.</dd></dl>
</li>
</ul>
<a name="getProvidedWires(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProvidedWires</h4>
<pre>java.util.List&lt;<a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring">BundleWire</a>&gt;&nbsp;getProvidedWires(java.lang.String&nbsp;namespace)</pre>
<div class="block">Returns the <a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring"><code>BundleWire</code></a>s to the provided <a href="../../../../org/osgi/framework/wiring/BundleCapability.html" title="interface in org.osgi.framework.wiring"><code>capabilities</code></a> of this bundle wiring.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> - The namespace of the capabilities for which to return
        wires or <code>null</code> to return the wires for the capabilities in
        all namespaces.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list containing a snapshot of the <a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring"><code>BundleWire</code></a>s for the
         <a href="../../../../org/osgi/framework/wiring/BundleCapability.html" title="interface in org.osgi.framework.wiring"><code>capabilities</code></a> of this bundle wiring, or
         an empty list if this bundle wiring has no capabilities in the
         specified namespace. If this bundle wiring is not
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isInUse()"><code>in use</code></a>, <code>null</code> will be returned. For a
         given namespace, the list contains the wires in the order the
         capabilities were specified in the manifests of the
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>bundle revision</code></a> and the attached fragments
         of this bundle wiring. There is no ordering defined between
         capabilities in different namespaces.</dd></dl>
</li>
</ul>
<a name="getRequiredWires(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRequiredWires</h4>
<pre>java.util.List&lt;<a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring">BundleWire</a>&gt;&nbsp;getRequiredWires(java.lang.String&nbsp;namespace)</pre>
<div class="block">Returns the <a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring"><code>BundleWire</code></a>s to the <a href="../../../../org/osgi/framework/wiring/BundleRequirement.html" title="interface in org.osgi.framework.wiring"><code>requirements</code></a> in use by this bundle wiring.
 
 <p>
 This method may return different results if this bundle wiring
 establishes additional wires to more requirements. For example,
 dynamically importing a package will establish a new wire to the
 dynamically imported package.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> - The namespace of the requirements for which to return
        wires or <code>null</code> to return the wires for the requirements in
        all namespaces.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list containing a snapshot of the <a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring"><code>BundleWire</code></a>s for the
         <a href="../../../../org/osgi/framework/wiring/BundleRequirement.html" title="interface in org.osgi.framework.wiring"><code>requirements</code></a> of this bundle wiring, or
         an empty list if this bundle wiring has no requirements in the
         specified namespace. If this bundle wiring is not
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isInUse()"><code>in use</code></a>, <code>null</code> will be returned. For a
         given namespace, the list contains the wires in the order the
         requirements were specified in the manifests of the
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>bundle revision</code></a> and the attached fragments
         of this bundle wiring followed by dynamically established wires,
         if any, in the order they were established. There is no ordering
         defined between requirements in different namespaces.</dd></dl>
</li>
</ul>
<a name="getRevision()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRevision</h4>
<pre><a href="../../../../org/osgi/framework/wiring/BundleRevision.html" title="interface in org.osgi.framework.wiring">BundleRevision</a>&nbsp;getRevision()</pre>
<div class="block">Returns the bundle revision for the bundle in this bundle wiring. Since a
 bundle update can change the entries in a bundle, different bundle
 wirings for the same bundle can have different bundle revisions.
 
 <p>
 The bundle object <a href="../../../../org/osgi/framework/BundleReference.html#getBundle()"><code>referenced</code></a> by the
 returned <code>BundleRevision</code> may return different information than the
 returned <code>BundleRevision</code> since the returned <code>BundleRevision</code>
 may refer to an older revision of the bundle.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The bundle revision for this bundle wiring.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/osgi/framework/wiring/BundleRevision.html#getWiring()"><code>BundleRevision.getWiring()</code></a></dd></dl>
</li>
</ul>
<a name="getClassLoader()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassLoader</h4>
<pre>java.lang.ClassLoader&nbsp;getClassLoader()</pre>
<div class="block">Returns the class loader for this bundle wiring. Since a bundle refresh
 creates a new bundle wiring for a bundle, different bundle wirings for
 the same bundle will have different class loaders.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The class loader for this bundle wiring. If this bundle wiring is
         not <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isInUse()"><code>in use</code></a> or this bundle wiring is for a
         fragment revision, <code>null</code> will be returned.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.SecurityException</code> - If the caller does not have the appropriate
         <code>RuntimePermission("getClassLoader")</code>, and the Java Runtime
         Environment supports permissions.</dd></dl>
</li>
</ul>
<a name="findEntries(java.lang.String, java.lang.String, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findEntries</h4>
<pre>java.util.List&lt;java.net.URL&gt;&nbsp;findEntries(java.lang.String&nbsp;path,
                                       java.lang.String&nbsp;filePattern,
                                       int&nbsp;options)</pre>
<div class="block">Returns entries in this bundle wiring's <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>bundle
 revision</code></a> and its attached fragment revisions. This bundle wiring's class
 loader is not used to search for entries. Only the contents of this
 bundle wiring's bundle revision and its attached fragment revisions are
 searched for the specified entries.
 
 <p>
 This method takes into account that the &quot;contents&quot; of this
 bundle wiring can have attached fragments. This &quot;bundle space&quot;
 is not a namespace with unique members; the same entry name can be
 present multiple times. This method therefore returns a list of URL
 objects. These URLs can come from different JARs but have the same path
 name. This method can either return only entries in the specified path or
 recurse into subdirectories returning entries in the directory tree
 beginning at the specified path.
 
 <p>
 URLs for directory entries must have their path end with &quot;/&quot;.
 <p>
 Note: Jar and zip files are not required to include directory entries.
 URLs to directory entries will not be returned if the bundle contents do
 not contain directory entries.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - The path name in which to look. The path is always relative
        to the root of this bundle wiring and may begin with
        &quot;/&quot;. A path value of &quot;/&quot; indicates the root of
        this bundle wiring.</dd><dd><code>filePattern</code> - The file name pattern for selecting entries in the
        specified path. The pattern is only matched against the last
        element of the entry path. If the entry is a directory then the
        trailing &quot;/&quot; is not used for pattern matching. Substring
        matching is supported, as specified in the Filter specification,
        using the wildcard character (&quot;*&quot;). If <code>null</code> is
        specified, this is equivalent to &quot;*&quot; and matches all
        files.</dd><dd><code>options</code> - The options for listing resource names. See
        <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#FINDENTRIES_RECURSE"><code>FINDENTRIES_RECURSE</code></a>. The method must ignore unrecognized
        options.</dd>
<dt><span class="strong">Returns:</span></dt><dd>An unmodifiable list of URL objects for each matching entry, or
         an empty list if no matching entry could be found, if this bundle
         wiring is for a fragment revision or if the caller does not have
         the appropriate <code>AdminPermission[bundle,RESOURCE]</code> and the
         Java Runtime Environment supports permissions. The list is
         ordered such that entries from the <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>bundle
         revision</code></a> are returned first followed by the entries from
         attached fragment revisions in attachment order. If this bundle
         wiring is not <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isInUse()"><code>in use</code></a>, <code>null</code> must be
         returned.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/osgi/framework/Bundle.html#findEntries(java.lang.String,%20java.lang.String,%20boolean)"><code>Bundle.findEntries(String, String, boolean)</code></a></dd></dl>
</li>
</ul>
<a name="listResources(java.lang.String, java.lang.String, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listResources</h4>
<pre>java.util.Collection&lt;java.lang.String&gt;&nbsp;listResources(java.lang.String&nbsp;path,
                                                   java.lang.String&nbsp;filePattern,
                                                   int&nbsp;options)</pre>
<div class="block">Returns the names of resources visible to this bundle wiring's
 <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getClassLoader()"><code>class loader</code></a>. The returned names can be used to
 access the resources via this bundle wiring's class loader.
 
 <ul>
 <li>Only the resource names for resources in bundle wirings will be
 returned. The names of resources visible to a bundle wiring's parent
 class loader, such as the bootstrap class loader, must not be included in
 the result.</li>
 <li>Only established wires will be examined for resources. This method
 must not cause new wires for dynamic imports to be established.</li>
 </ul></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - The path name in which to look. The path is always relative
        to the root of this bundle wiring's class loader and may begin
        with &quot;/&quot;. A path value of &quot;/&quot; indicates the
        root of this bundle wiring's class loader.</dd><dd><code>filePattern</code> - The file name pattern for selecting resource names in
        the specified path. The pattern is only matched against the last
        element of the resource path. If the resource is a directory then
        the trailing &quot;/&quot; is not used for pattern matching.
        Substring matching is supported, as specified in the Filter
        specification, using the wildcard character (&quot;*&quot;). If
        <code>null</code> is specified, this is equivalent to &quot;*&quot; and
        matches all files.</dd><dd><code>options</code> - The options for listing resource names. See
        <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#LISTRESOURCES_LOCAL"><code>LISTRESOURCES_LOCAL</code></a> and <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#LISTRESOURCES_RECURSE"><code>LISTRESOURCES_RECURSE</code></a>.
        This method must ignore unrecognized options.</dd>
<dt><span class="strong">Returns:</span></dt><dd>An unmodifiable collection of resource names for each matching
         resource, or an empty collection if no matching resource could be
         found, if this bundle wiring is for a fragment revision or if the
         caller does not have the appropriate
         <code>AdminPermission[bundle,RESOURCE]</code> and the Java Runtime
         Environment supports permissions. The collection is unordered and
         must contain no duplicate resource names. If this bundle wiring
         is not <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#isInUse()"><code>in use</code></a>, <code>null</code> must be returned.</dd></dl>
</li>
</ul>
<a name="getResourceCapabilities(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourceCapabilities</h4>
<pre>java.util.List&lt;<a href="../../../../org/osgi/resource/Capability.html" title="interface in org.osgi.resource">Capability</a>&gt;&nbsp;getResourceCapabilities(java.lang.String&nbsp;namespace)</pre>
<div class="block">Returns the capabilities provided by this wiring.
 
 <p>
 Only capabilities considered by the resolver are returned. For example,
 capabilities with <a href="../../../../org/osgi/resource/Namespace.html#CAPABILITY_EFFECTIVE_DIRECTIVE"><code>effective</code></a> directive not equal to <a href="../../../../org/osgi/resource/Namespace.html#EFFECTIVE_RESOLVE"><code>resolve</code></a> are not returned.
 
 <p>
 A capability may not be required by any wiring and thus there may be no
 <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getProvidedResourceWires(java.lang.String)"><code>wires</code></a> for the capability.
 
 <p>
 A wiring for a non-fragment resource provides a subset of the declared
 capabilities from the resource and all attached fragment
 resources<sup>&#8224;</sup>. Not all declared capabilities may be
 provided since some may be discarded. For example, if a package is
 declared to be both exported and imported, only one is selected and the
 other is discarded.
 <p>
 A wiring for a fragment resource with a symbolic name must provide
 exactly one <code>osgi.identity</code> capability.
 <p>
 &#8224; The <code>osgi.identity</code> capability provided by attached
 fragment resource must not be included in the capabilities of the host
 wiring.
 
 <p>
 This method returns the same value as <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getCapabilities(java.lang.String)"><code>getCapabilities(String)</code></a>.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/osgi/resource/Wiring.html#getResourceCapabilities(java.lang.String)">getResourceCapabilities</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/osgi/resource/Wiring.html" title="interface in org.osgi.resource">Wiring</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> - The namespace of the capabilities to return or
        <code>null</code> to return the capabilities from all namespaces.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list containing a snapshot of the <a href="../../../../org/osgi/resource/Capability.html" title="interface in org.osgi.resource"><code>Capability</code></a>s, or an
         empty list if this wiring provides no capabilities in the
         specified namespace. For a given namespace, the list contains the
         capabilities in the order the capabilities were specified in the
         manifests of the <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getResource()"><code>resource</code></a> and the attached
         fragment resources<sup>&#8224;</sup> of this wiring. There is no
         ordering defined between capabilities in different namespaces.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.1</dd></dl>
</li>
</ul>
<a name="getResourceRequirements(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourceRequirements</h4>
<pre>java.util.List&lt;<a href="../../../../org/osgi/resource/Requirement.html" title="interface in org.osgi.resource">Requirement</a>&gt;&nbsp;getResourceRequirements(java.lang.String&nbsp;namespace)</pre>
<div class="block">Returns the requirements of this wiring.
 
 <p>
 Only requirements considered by the resolver are returned. For example,
 requirements with <a href="../../../../org/osgi/resource/Namespace.html#REQUIREMENT_EFFECTIVE_DIRECTIVE"><code>effective</code></a> directive not equal to <a href="../../../../org/osgi/resource/Namespace.html#EFFECTIVE_RESOLVE"><code>resolve</code></a> are not returned.
 
 <p>
 A wiring for a non-fragment resource has a subset of the declared
 requirements from the resource and all attached fragment resources. Not
 all declared requirements may be present since some may be discarded. For
 example, if a package is declared to be optionally imported and is not
 actually imported, the requirement must be discarded.
 
 <p>
 This method returns the same value as <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRequirements(java.lang.String)"><code>getRequirements(String)</code></a>.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/osgi/resource/Wiring.html#getResourceRequirements(java.lang.String)">getResourceRequirements</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/osgi/resource/Wiring.html" title="interface in org.osgi.resource">Wiring</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> - The namespace of the requirements to return or
        <code>null</code> to return the requirements from all namespaces.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list containing a snapshot of the <a href="../../../../org/osgi/resource/Requirement.html" title="interface in org.osgi.resource"><code>Requirement</code></a>s, or an
         empty list if this wiring uses no requirements in the specified
         namespace. For a given namespace, the list contains the
         requirements in the order the requirements were specified in the
         manifests of the <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getResource()"><code>resource</code></a> and the attached
         fragment resources of this wiring. There is no ordering defined
         between requirements in different namespaces.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.1</dd></dl>
</li>
</ul>
<a name="getProvidedResourceWires(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProvidedResourceWires</h4>
<pre>java.util.List&lt;<a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource">Wire</a>&gt;&nbsp;getProvidedResourceWires(java.lang.String&nbsp;namespace)</pre>
<div class="block">Returns the <a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource"><code>Wire</code></a>s to the provided <a href="../../../../org/osgi/resource/Capability.html" title="interface in org.osgi.resource"><code>capabilities</code></a>
 of this wiring.
 
 <p>
 This method returns the same value as <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getProvidedWires(java.lang.String)"><code>getProvidedWires(String)</code></a>.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/osgi/resource/Wiring.html#getProvidedResourceWires(java.lang.String)">getProvidedResourceWires</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/osgi/resource/Wiring.html" title="interface in org.osgi.resource">Wiring</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> - The namespace of the capabilities for which to return
        wires or <code>null</code> to return the wires for the capabilities in
        all namespaces.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list containing a snapshot of the <a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource"><code>Wire</code></a>s for the
         <a href="../../../../org/osgi/resource/Capability.html" title="interface in org.osgi.resource"><code>capabilities</code></a> of this wiring, or an empty list
         if this wiring has no capabilities in the specified namespace.
         For a given namespace, the list contains the wires in the order
         the capabilities were specified in the manifests of the
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getResource()"><code>resource</code></a> and the attached fragment
         resources of this wiring. There is no ordering defined between
         capabilities in different namespaces.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.1</dd></dl>
</li>
</ul>
<a name="getRequiredResourceWires(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRequiredResourceWires</h4>
<pre>java.util.List&lt;<a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource">Wire</a>&gt;&nbsp;getRequiredResourceWires(java.lang.String&nbsp;namespace)</pre>
<div class="block">Returns the <a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource"><code>Wire</code></a>s to the <a href="../../../../org/osgi/resource/Requirement.html" title="interface in org.osgi.resource"><code>requirements</code></a> in use
 by this wiring.
 
 <p>
 This method returns the same value as <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRequiredWires(java.lang.String)"><code>getRequiredWires(String)</code></a>.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/osgi/resource/Wiring.html#getRequiredResourceWires(java.lang.String)">getRequiredResourceWires</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/osgi/resource/Wiring.html" title="interface in org.osgi.resource">Wiring</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> - The namespace of the requirements for which to return
        wires or <code>null</code> to return the wires for the requirements in
        all namespaces.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list containing a snapshot of the <a href="../../../../org/osgi/resource/Wire.html" title="interface in org.osgi.resource"><code>Wire</code></a>s for the
         <a href="../../../../org/osgi/resource/Requirement.html" title="interface in org.osgi.resource"><code>requirements</code></a> of this wiring, or an empty list
         if this wiring has no requirements in the specified namespace.
         For a given namespace, the list contains the wires in the order
         the requirements were specified in the manifests of the
         <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getResource()"><code>resource</code></a> and the attached fragment
         resources of this wiring. There is no ordering defined between
         requirements in different namespaces.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.1</dd></dl>
</li>
</ul>
<a name="getResource()">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getResource</h4>
<pre><a href="../../../../org/osgi/framework/wiring/BundleRevision.html" title="interface in org.osgi.framework.wiring">BundleRevision</a>&nbsp;getResource()</pre>
<div class="block">Returns the resource associated with this wiring.
 
 <p>
 This method returns the same value as <a href="../../../../org/osgi/framework/wiring/BundleWiring.html#getRevision()"><code>getRevision()</code></a>.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/osgi/resource/Wiring.html#getResource()">getResource</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/osgi/resource/Wiring.html" title="interface in org.osgi.resource">Wiring</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>The resource associated with this wiring.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.1</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/osgi/framework/wiring/BundleWire.html" title="interface in org.osgi.framework.wiring"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/osgi/framework/wiring/FrameworkWiring.html" title="interface in org.osgi.framework.wiring"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/osgi/framework/wiring/BundleWiring.html" target="_top">Frames</a></li>
<li><a href="BundleWiring.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>