This file is indexed.

/usr/share/doc/libmaven-bundle-plugin-java/api/index-all.html is in libmaven-bundle-plugin-java-doc 2.3.5-1.

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

The actual contents of the file can be viewed below.

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

<META NAME="date" CONTENT="2011-11-07">

<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 (Maven Bundle Plugin 2.3.5 API)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

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


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

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/bundleplugin/AbstractDependencyFilter.html" title="class in org.apache.felix.bundleplugin"><B>AbstractDependencyFilter</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Apply clause-based filter over given dependencies<DT><A HREF="./org/apache/felix/bundleplugin/AbstractDependencyFilter.html#AbstractDependencyFilter(java.util.Collection)"><B>AbstractDependencyFilter(Collection)</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/AbstractDependencyFilter.html" title="class in org.apache.felix.bundleplugin">AbstractDependencyFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/AbstractFileMojo.html" title="class in org.apache.felix.obrplugin"><B>AbstractFileMojo</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Base class for the command-line install-file and deploy-file goals.<DT><A HREF="./org/apache/felix/obrplugin/AbstractFileMojo.html#AbstractFileMojo()"><B>AbstractFileMojo()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/AbstractFileMojo.html" title="class in org.apache.felix.obrplugin">AbstractFileMojo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundleInfo.html#addExportedPackage(java.lang.String, org.apache.maven.artifact.Artifact)"><B>addExportedPackage(String, Artifact)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleInfo.html" title="class in org.apache.felix.bundleplugin">BundleInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#addMavenInstructions(org.apache.maven.project.MavenProject, aQute.lib.osgi.Builder)"><B>addMavenInstructions(MavenProject, Builder)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html#analyze(java.io.InputStream)"><B>analyze(InputStream)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html#analyzeJar(aQute.lib.osgi.Analyzer)"><B>analyzeJar(Analyzer)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/AntPlugin.html" title="class in org.apache.felix.bundleplugin"><B>AntPlugin</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Generate Ant script to create the bundle (you should run ant:ant first).<DT><A HREF="./org/apache/felix/bundleplugin/AntPlugin.html#AntPlugin()"><B>AntPlugin()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/AntPlugin.html" title="class in org.apache.felix.bundleplugin">AntPlugin</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html" title="class in org.apache.felix.bundleplugin"><B>BlueprintPlugin</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>&nbsp;<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html#BlueprintPlugin()"><B>BlueprintPlugin()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html" title="class in org.apache.felix.bundleplugin"><B>BlueprintPlugin.Attribute</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>&nbsp;<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html#BlueprintPlugin.Attribute(java.lang.String, java.util.Map)"><B>BlueprintPlugin.Attribute(String, Map&lt;String, String&gt;)</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin.Attribute</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#buildOSGiBundle(org.apache.maven.project.MavenProject, java.util.Map, java.util.Properties, aQute.lib.osgi.Jar[])"><B>buildOSGiBundle(MavenProject, Map, Properties, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/PomHelper.html#buildPom(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>buildPom(String, String, String, String)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/PomHelper.html" title="class in org.apache.felix.obrplugin">PomHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html#bundle(org.apache.maven.project.MavenProject)"><B>bundle(MavenProject)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html" title="class in org.apache.felix.bundleplugin">BundleAllPlugin</A>
<DD><B>Deprecated.</B>&nbsp;Bundle one project only without building its childre
<DT><A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html#bundleAll(org.apache.maven.project.MavenProject, int)"><B>bundleAll(MavenProject, int)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html" title="class in org.apache.felix.bundleplugin">BundleAllPlugin</A>
<DD><B>Deprecated.</B>&nbsp;Bundle a project and its transitive dependencies up to some depth level
<DT><A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html" title="class in org.apache.felix.bundleplugin"><B>BundleAllPlugin</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD><B>Deprecated.</B>&nbsp;<I>The bundleall goal is no longer supported and may be removed in a future release</I><DT><A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html#BundleAllPlugin()"><B>BundleAllPlugin()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html" title="class in org.apache.felix.bundleplugin">BundleAllPlugin</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundleInfo.html" title="class in org.apache.felix.bundleplugin"><B>BundleInfo</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Information result of the bundling process<DT><A HREF="./org/apache/felix/bundleplugin/BundleInfo.html#BundleInfo()"><B>BundleInfo()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleInfo.html" title="class in org.apache.felix.bundleplugin">BundleInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin"><B>BundlePlugin</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Create an OSGi bundle from Maven project<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#BundlePlugin()"><B>BundlePlugin()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#classifier"><B>classifier</B></A> - 
Variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>Classifier type of the bundle to be installed.
<DT><A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html#cleanupVersion(java.lang.String)"><B>cleanupVersion(String)</B></A> - 
Static method in class org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html" title="class in org.apache.maven.shared.osgi">DefaultMaven2OsgiConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html#compareTo(org.apache.felix.bundleplugin.BlueprintPlugin.Attribute)"><B>compareTo(BlueprintPlugin.Attribute)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin.Attribute</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/Config.html" title="class in org.apache.felix.obrplugin"><B>Config</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>this class is used to store some user information about configuration of the plugin.<DT><A HREF="./org/apache/felix/obrplugin/Config.html#Config()"><B>Config()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/Config.html" title="class in org.apache.felix.obrplugin">Config</A>
<DD>constructor: set default configuration: use relative path and don't upload file.
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#connect(java.lang.String, java.lang.String)"><B>connect(String, String)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>connect the current object to repository given in constructor.
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#convertVersionToOsgi(java.lang.String)"><B>convertVersionToOsgi(String)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>Convert a Maven version into an OSGi compliant version
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html" title="class in org.apache.maven.shared.osgi"><B>DefaultMaven2OsgiConverter</B></A> - Class in <A HREF="./org/apache/maven/shared/osgi/package-summary.html">org.apache.maven.shared.osgi</A><DD>Default implementation of <A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html" title="interface in org.apache.maven.shared.osgi"><CODE>Maven2OsgiConverter</CODE></A><DT><A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html#DefaultMaven2OsgiConverter()"><B>DefaultMaven2OsgiConverter()</B></A> - 
Constructor for class org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html" title="class in org.apache.maven.shared.osgi">DefaultMaven2OsgiConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin"><B>DependencyEmbedder</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Add BND directives to embed selected dependencies inside a bundle<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#DependencyEmbedder(org.apache.maven.plugin.logging.Log, java.util.Collection)"><B>DependencyEmbedder(Log, Collection)</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyExcluder.html" title="class in org.apache.felix.bundleplugin"><B>DependencyExcluder</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Exclude selected dependencies from the classpath passed to BND.<DT><A HREF="./org/apache/felix/bundleplugin/DependencyExcluder.html#DependencyExcluder(java.util.Collection)"><B>DependencyExcluder(Collection)</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyExcluder.html" title="class in org.apache.felix.bundleplugin">DependencyExcluder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree"><B>DependencyTreeResolutionListener</B></A> - Class in <A HREF="./org/apache/maven/shared/dependency/tree/package-summary.html">org.apache.maven.shared.dependency.tree</A><DD>An artifact resolution listener that constructs a dependency tree.<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#DependencyTreeResolutionListener(org.codehaus.plexus.logging.Logger)"><B>DependencyTreeResolutionListener(Logger)</B></A> - 
Constructor for class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>Creates a new dependency tree resolution listener that writes to the specified log.
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#disconnect()"><B>disconnect()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>disconnect the current object.
<DT><A HREF="./org/apache/felix/obrplugin/ObrIndex.html#doTemplate(java.net.URI, java.io.File, org.apache.felix.bundlerepository.impl.ResourceImpl)"><B>doTemplate(URI, File, ResourceImpl)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrIndex.html" title="class in org.apache.felix.obrplugin">ObrIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#dumpClasspath"><B>dumpClasspath</B></A> - 
Variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>File where the BND class-path will be dumped
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#dumpClasspath(java.util.List, java.lang.StringBuilder)"><B>dumpClasspath(List, StringBuilder)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#dumpInstructions"><B>dumpInstructions</B></A> - 
Variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>File where the BND instructions will be dumped
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#dumpInstructions(java.util.Properties, java.lang.StringBuilder)"><B>dumpInstructions(Properties, StringBuilder)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#dumpManifest(java.util.jar.Manifest, java.lang.StringBuilder)"><B>dumpManifest(Manifest, StringBuilder)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#EMBED_DEPENDENCY"><B>EMBED_DEPENDENCY</B></A> - 
Static variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#EMBED_DIRECTORY"><B>EMBED_DIRECTORY</B></A> - 
Static variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#EMBED_STRIP_GROUP"><B>EMBED_STRIP_GROUP</B></A> - 
Static variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#EMBED_STRIP_VERSION"><B>EMBED_STRIP_VERSION</B></A> - 
Static variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#EMBED_TRANSITIVE"><B>EMBED_TRANSITIVE</B></A> - 
Static variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#endProcessChildren(org.apache.maven.artifact.Artifact)"><B>endProcessChildren(Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin.Attribute</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#excludeDependencies"><B>excludeDependencies</B></A> - 
Variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>Comma separated list of artifactIds to exclude from the dependency classpath passed to BND (use "true" to exclude everything)
<DT><A HREF="./org/apache/felix/bundleplugin/AntPlugin.html#execute(org.apache.maven.project.MavenProject, java.util.Map, java.util.Properties, aQute.lib.osgi.Jar[])"><B>execute(MavenProject, Map, Properties, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/AntPlugin.html" title="class in org.apache.felix.bundleplugin">AntPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html" title="class in org.apache.felix.bundleplugin">BundleAllPlugin</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#execute(org.apache.maven.project.MavenProject, java.util.Map, java.util.Properties)"><B>execute(MavenProject, Map, Properties)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#execute(org.apache.maven.project.MavenProject, java.util.Map, java.util.Properties, aQute.lib.osgi.Jar[])"><B>execute(MavenProject, Map, Properties, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/InstructionsPlugin.html#execute(org.apache.maven.project.MavenProject, java.util.Map, java.util.Properties, aQute.lib.osgi.Jar[])"><B>execute(MavenProject, Map, Properties, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/InstructionsPlugin.html" title="class in org.apache.felix.bundleplugin">InstructionsPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html#execute(org.apache.maven.project.MavenProject, java.util.Map, java.util.Properties, aQute.lib.osgi.Jar[])"><B>execute(MavenProject, Map, Properties, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html" title="class in org.apache.felix.bundleplugin">ManifestPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/VersionCleanerPlugin.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/VersionCleanerPlugin.html" title="class in org.apache.felix.bundleplugin">VersionCleanerPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/WrapPlugin.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/WrapPlugin.html" title="class in org.apache.felix.bundleplugin">WrapPlugin</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrCleanRepo.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrCleanRepo.html" title="class in org.apache.felix.obrplugin">ObrCleanRepo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrDeploy.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrDeploy.html" title="class in org.apache.felix.obrplugin">ObrDeploy</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrDeployFile.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrDeployFile.html" title="class in org.apache.felix.obrplugin">ObrDeployFile</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrIndex.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrIndex.html" title="class in org.apache.felix.obrplugin">ObrIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrInstall.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrInstall.html" title="class in org.apache.felix.obrplugin">ObrInstall</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrInstallFile.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrInstallFile.html" title="class in org.apache.felix.obrplugin">ObrInstallFile</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrRemoteClean.html#execute()"><B>execute()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrRemoteClean.html" title="class in org.apache.felix.obrplugin">ObrRemoteClean</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/obrplugin/AbstractFileMojo.html#file"><B>file</B></A> - 
Variable in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/AbstractFileMojo.html" title="class in org.apache.felix.obrplugin">AbstractFileMojo</A>
<DD>Bundle file, defaults to the artifact in the local Maven repository.
<DT><A HREF="./org/apache/felix/obrplugin/ObrUtils.html#findObrXml(org.apache.maven.project.MavenProject)"><B>findObrXml(MavenProject)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUtils.html" title="class in org.apache.felix.obrplugin">ObrUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrUtils.html#findRepositoryXml(java.lang.String, java.lang.String)"><B>findRepositoryXml(String, String)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUtils.html" title="class in org.apache.felix.obrplugin">ObrUtils</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#get(java.lang.String, java.lang.String)"><B>get(String, String)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>get a file from the current repository connected.
<DT><A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html#getAnalyzer(org.apache.maven.project.MavenProject, aQute.lib.osgi.Jar[])"><B>getAnalyzer(MavenProject, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html" title="class in org.apache.felix.bundleplugin">ManifestPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html#getAnalyzer(org.apache.maven.project.MavenProject, java.util.Map, java.util.Properties, aQute.lib.osgi.Jar[])"><B>getAnalyzer(MavenProject, Map, Properties, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html" title="class in org.apache.felix.bundleplugin">ManifestPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/JarPluginConfiguration.html#getArchiveConfiguration(org.apache.maven.project.MavenProject)"><B>getArchiveConfiguration(MavenProject)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/JarPluginConfiguration.html" title="class in org.apache.felix.bundleplugin">JarPluginConfiguration</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrUtils.html#getArtifactURI(org.apache.maven.artifact.repository.ArtifactRepository, org.apache.maven.artifact.Artifact)"><B>getArtifactURI(ArtifactRepository, Artifact)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUtils.html" title="class in org.apache.felix.obrplugin">ObrUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getBase(org.apache.maven.project.MavenProject)"><B>getBase(MavenProject)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getBuildDirectory()"><B>getBuildDirectory()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html#getBundleFileName(org.apache.maven.artifact.Artifact)"><B>getBundleFileName(Artifact)</B></A> - 
Method in class org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html" title="class in org.apache.maven.shared.osgi">DefaultMaven2OsgiConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html#getBundleFileName(org.apache.maven.artifact.Artifact)"><B>getBundleFileName(Artifact)</B></A> - 
Method in interface org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html" title="interface in org.apache.maven.shared.osgi">Maven2OsgiConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getBundleName(org.apache.maven.project.MavenProject)"><B>getBundleName(MavenProject)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>TODO this should return getMaven2Osgi().getBundleFileName( project.getArtifact() )
<DT><A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html#getBundleSymbolicName(org.apache.maven.artifact.Artifact)"><B>getBundleSymbolicName(Artifact)</B></A> - 
Method in class org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html" title="class in org.apache.maven.shared.osgi">DefaultMaven2OsgiConverter</A>
<DD>Get the symbolic name as groupId + "." + artifactId, with the following exceptions
 
 if artifact.getFile is not null and the jar contains a OSGi Manifest with
 Bundle-SymbolicName property then that value is returned
 if groupId has only one section (no dots) and artifact.getFile is not null then the
 first package name with classes is returned.
<DT><A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html#getBundleSymbolicName(org.apache.maven.artifact.Artifact)"><B>getBundleSymbolicName(Artifact)</B></A> - 
Method in interface org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html" title="interface in org.apache.maven.shared.osgi">Maven2OsgiConverter</A>
<DD>Get the OSGi symbolic name for the artifact
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getClasspath(org.apache.maven.project.MavenProject)"><B>getClasspath(MavenProject)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getDefaultProperties(org.apache.maven.project.MavenProject)"><B>getDefaultProperties(MavenProject)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundleInfo.html#getDuplicatedExports()"><B>getDuplicatedExports()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleInfo.html" title="class in org.apache.felix.bundleplugin">BundleInfo</A>
<DD>Get a list of packages that are exported in more than one bundle.
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getEmbeddableArtifacts(org.apache.maven.project.MavenProject, aQute.lib.osgi.Analyzer)"><B>getEmbeddableArtifacts(MavenProject, Analyzer)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#getEmbeddedArtifacts()"><B>getEmbeddedArtifacts()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyExcluder.html#getExcludedArtifacts()"><B>getExcludedArtifacts()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyExcluder.html" title="class in org.apache.felix.bundleplugin">DependencyExcluder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundleInfo.html#getExportedPackages()"><B>getExportedPackages()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleInfo.html" title="class in org.apache.felix.bundleplugin">BundleInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html#getFile(org.apache.maven.artifact.Artifact)"><B>getFile(Artifact)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html" title="class in org.apache.felix.bundleplugin">BundleAllPlugin</A>
<DD><B>Deprecated.</B>&nbsp;Use previously built bundles when available.
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getFile(org.apache.maven.artifact.Artifact)"><B>getFile(Artifact)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>Get the file for an Artifact
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#getInlinedPaths()"><B>getInlinedPaths()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html#getManifest(org.apache.maven.project.MavenProject, aQute.lib.osgi.Jar[])"><B>getManifest(MavenProject, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html" title="class in org.apache.felix.bundleplugin">ManifestPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html#getManifest(org.apache.maven.project.MavenProject, java.util.Map, java.util.Properties, aQute.lib.osgi.Jar[])"><B>getManifest(MavenProject, Map, Properties, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html" title="class in org.apache.felix.bundleplugin">ManifestPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getMaven2OsgiConverter()"><B>getMaven2OsgiConverter()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/VersionCleanerPlugin.html#getMaven2OsgiConverter()"><B>getMaven2OsgiConverter()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/VersionCleanerPlugin.html" title="class in org.apache.felix.bundleplugin">VersionCleanerPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getMavenResourcePaths(org.apache.maven.project.MavenProject)"><B>getMavenResourcePaths(MavenProject)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html#getName()"><B>getName()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin.Attribute</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#getNodes()"><B>getNodes()</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of 1.1, use a <CODE>CollectingDependencyNodeVisitor</CODE> on the root dependency node</I>
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getOptionalPackages(org.apache.maven.project.MavenProject)"><B>getOptionalPackages(MavenProject)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getOSGiBuilder(org.apache.maven.project.MavenProject, java.util.Map, java.util.Properties, aQute.lib.osgi.Jar[])"><B>getOSGiBuilder(MavenProject, Map, Properties, Jar[])</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getOutputDirectory()"><B>getOutputDirectory()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html#getOutputFile(org.apache.maven.artifact.Artifact)"><B>getOutputFile(Artifact)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html" title="class in org.apache.felix.bundleplugin">BundleAllPlugin</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#getProject()"><B>getProject()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/AbstractFileMojo.html#getProject()"><B>getProject()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/AbstractFileMojo.html" title="class in org.apache.felix.obrplugin">AbstractFileMojo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html#getProperties()"><B>getProperties()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin.Attribute</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#getProxyInfo(org.apache.maven.settings.Settings)"><B>getProxyInfo(Settings)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>Convenience method to map a Proxy object from the user system settings to a ProxyInfo object.
<DT><A HREF="./org/apache/felix/obrplugin/ObrUtils.html#getRelativeURI(java.net.URI, java.net.URI)"><B>getRelativeURI(URI, URI)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUtils.html" title="class in org.apache.felix.obrplugin">ObrUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/Config.html#getRemoteBundle()"><B>getRemoteBundle()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/Config.html" title="class in org.apache.felix.obrplugin">Config</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#getRootNode()"><B>getRootNode()</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>Gets the root dependency node of the computed dependency tree.
<DT><A HREF="./org/apache/felix/obrplugin/XmlHelper.html#getTextContent(org.w3c.dom.Node)"><B>getTextContent(Node)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/XmlHelper.html" title="class in org.apache.felix.obrplugin">XmlHelper</A>
<DD>based on public Java5 javadoc of org.w3c.dom.Node.getTextContent method
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html#getTransformer(java.net.URL)"><B>getTransformer(URL)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html#getVersion(org.apache.maven.artifact.Artifact)"><B>getVersion(Artifact)</B></A> - 
Method in class org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html" title="class in org.apache.maven.shared.osgi">DefaultMaven2OsgiConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html#getVersion(java.lang.String)"><B>getVersion(String)</B></A> - 
Method in class org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.html" title="class in org.apache.maven.shared.osgi">DefaultMaven2OsgiConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html#getVersion(org.apache.maven.artifact.Artifact)"><B>getVersion(Artifact)</B></A> - 
Method in interface org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html" title="interface in org.apache.maven.shared.osgi">Maven2OsgiConverter</A>
<DD>Convert a Maven version into an OSGi compliant version
<DT><A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html#getVersion(java.lang.String)"><B>getVersion(String)</B></A> - 
Method in interface org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html" title="interface in org.apache.maven.shared.osgi">Maven2OsgiConverter</A>
<DD>Convert a Maven version into an OSGi compliant version
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.Attribute.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin.Attribute</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#includeArtifact(org.apache.maven.artifact.Artifact)"><B>includeArtifact(Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#includeMavenResources(org.apache.maven.project.MavenProject, aQute.lib.osgi.Analyzer, org.apache.maven.plugin.logging.Log)"><B>includeMavenResources(MavenProject, Analyzer, Log)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/InstructionsPlugin.html" title="class in org.apache.felix.bundleplugin"><B>InstructionsPlugin</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Generate BND instructions for this project<DT><A HREF="./org/apache/felix/bundleplugin/InstructionsPlugin.html#InstructionsPlugin()"><B>InstructionsPlugin()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/InstructionsPlugin.html" title="class in org.apache.felix.bundleplugin">InstructionsPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#isLockedFile(java.lang.String)"><B>isLockedFile(String)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>this method indicates if the targeted file is locked or not.
<DT><A HREF="./org/apache/felix/obrplugin/Config.html#isPathRelative()"><B>isPathRelative()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/Config.html" title="class in org.apache.felix.obrplugin">Config</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/Config.html#isRemoteFile()"><B>isRemoteFile()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/Config.html" title="class in org.apache.felix.obrplugin">Config</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#isTransitivelyOptional(java.util.HashSet, org.apache.maven.artifact.Artifact)"><B>isTransitivelyOptional(HashSet, Artifact)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>Check to see if any dependency along the dependency trail of
 the artifact is optional.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/bundleplugin/JarPluginConfiguration.html" title="class in org.apache.felix.bundleplugin"><B>JarPluginConfiguration</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Provide access to the archive configuration from the jar plugin<DT><A HREF="./org/apache/felix/bundleplugin/JarPluginConfiguration.html#JarPluginConfiguration()"><B>JarPluginConfiguration()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/JarPluginConfiguration.html" title="class in org.apache.felix.bundleplugin">JarPluginConfiguration</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#lockFile(java.lang.String, boolean)"><B>lockFile(String, boolean)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html#logDuplicatedPackages(org.apache.felix.bundleplugin.BundleInfo)"><B>logDuplicatedPackages(BundleInfo)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html" title="class in org.apache.felix.bundleplugin">BundleAllPlugin</A>
<DD><B>Deprecated.</B>&nbsp;Log what packages are exported in more than one bundle
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#manageArtifact(org.apache.maven.artifact.Artifact, org.apache.maven.artifact.Artifact)"><B>manageArtifact(Artifact, Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#manageArtifactScope(org.apache.maven.artifact.Artifact, org.apache.maven.artifact.Artifact)"><B>manageArtifactScope(Artifact, Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#manageArtifactVersion(org.apache.maven.artifact.Artifact, org.apache.maven.artifact.Artifact)"><B>manageArtifactVersion(Artifact, Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#manifestLocation"><B>manifestLocation</B></A> - 
Variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>Directory where the manifest will be written
<DT><A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html" title="class in org.apache.felix.bundleplugin"><B>ManifestPlugin</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Generate an OSGi manifest for this project<DT><A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html#ManifestPlugin()"><B>ManifestPlugin()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html" title="class in org.apache.felix.bundleplugin">ManifestPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/ManifestReadingException.html" title="class in org.apache.maven.shared.osgi"><B>ManifestReadingException</B></A> - Exception in <A HREF="./org/apache/maven/shared/osgi/package-summary.html">org.apache.maven.shared.osgi</A><DD>Exception while reading the manifest.<DT><A HREF="./org/apache/maven/shared/osgi/ManifestReadingException.html#ManifestReadingException()"><B>ManifestReadingException()</B></A> - 
Constructor for exception org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/ManifestReadingException.html" title="class in org.apache.maven.shared.osgi">ManifestReadingException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/ManifestReadingException.html#ManifestReadingException(java.lang.String, java.lang.Throwable)"><B>ManifestReadingException(String, Throwable)</B></A> - 
Constructor for exception org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/ManifestReadingException.html" title="class in org.apache.maven.shared.osgi">ManifestReadingException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/ManifestReadingException.html#ManifestReadingException(java.lang.String)"><B>ManifestReadingException(String)</B></A> - 
Constructor for exception org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/ManifestReadingException.html" title="class in org.apache.maven.shared.osgi">ManifestReadingException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/ManifestReadingException.html#ManifestReadingException(java.lang.Throwable)"><B>ManifestReadingException(Throwable)</B></A> - 
Constructor for exception org.apache.maven.shared.osgi.<A HREF="./org/apache/maven/shared/osgi/ManifestReadingException.html" title="class in org.apache.maven.shared.osgi">ManifestReadingException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/osgi/Maven2OsgiConverter.html" title="interface in org.apache.maven.shared.osgi"><B>Maven2OsgiConverter</B></A> - Interface in <A HREF="./org/apache/maven/shared/osgi/package-summary.html">org.apache.maven.shared.osgi</A><DD>Converter from Maven groupId,artifactId and versions to OSGi Bundle-SymbolicName and version<DT><A HREF="./org/apache/felix/bundleplugin/BundleInfo.html#merge(org.apache.felix.bundleplugin.BundleInfo)"><B>merge(BundleInfo)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleInfo.html" title="class in org.apache.felix.bundleplugin">BundleInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#mergeMavenManifest(org.apache.maven.project.MavenProject, aQute.lib.osgi.Builder)"><B>mergeMavenManifest(MavenProject, Builder)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/obrplugin/ObrCleanRepo.html" title="class in org.apache.felix.obrplugin"><B>ObrCleanRepo</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Clean an OBR repository by finding and removing missing resources.<DT><A HREF="./org/apache/felix/obrplugin/ObrCleanRepo.html#ObrCleanRepo()"><B>ObrCleanRepo()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrCleanRepo.html" title="class in org.apache.felix.obrplugin">ObrCleanRepo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrDeploy.html" title="class in org.apache.felix.obrplugin"><B>ObrDeploy</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Deploys bundle details to a remote OBR repository (life-cycle goal)<DT><A HREF="./org/apache/felix/obrplugin/ObrDeploy.html#ObrDeploy()"><B>ObrDeploy()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrDeploy.html" title="class in org.apache.felix.obrplugin">ObrDeploy</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrDeployFile.html" title="class in org.apache.felix.obrplugin"><B>ObrDeployFile</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Deploys bundle details to a remote OBR repository (command-line goal)<DT><A HREF="./org/apache/felix/obrplugin/ObrDeployFile.html#ObrDeployFile()"><B>ObrDeployFile()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrDeployFile.html" title="class in org.apache.felix.obrplugin">ObrDeployFile</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrIndex.html" title="class in org.apache.felix.obrplugin"><B>ObrIndex</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Index the content of a maven repository using OBR<DT><A HREF="./org/apache/felix/obrplugin/ObrIndex.html#ObrIndex()"><B>ObrIndex()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrIndex.html" title="class in org.apache.felix.obrplugin">ObrIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrInstall.html" title="class in org.apache.felix.obrplugin"><B>ObrInstall</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Installs bundle details in the local OBR repository (life-cycle goal)<DT><A HREF="./org/apache/felix/obrplugin/ObrInstall.html#ObrInstall()"><B>ObrInstall()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrInstall.html" title="class in org.apache.felix.obrplugin">ObrInstall</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrInstallFile.html" title="class in org.apache.felix.obrplugin"><B>ObrInstallFile</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Installs bundle details in the local OBR repository (command-line goal)<DT><A HREF="./org/apache/felix/obrplugin/ObrInstallFile.html#ObrInstallFile()"><B>ObrInstallFile()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrInstallFile.html" title="class in org.apache.felix.obrplugin">ObrInstallFile</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrRemoteClean.html" title="class in org.apache.felix.obrplugin"><B>ObrRemoteClean</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Clean a remote repository file.<DT><A HREF="./org/apache/felix/obrplugin/ObrRemoteClean.html#ObrRemoteClean()"><B>ObrRemoteClean()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrRemoteClean.html" title="class in org.apache.felix.obrplugin">ObrRemoteClean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrUpdate.html" title="class in org.apache.felix.obrplugin"><B>ObrUpdate</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>this class parse the old repository.xml file build the bundle resource description and update the repository.<DT><A HREF="./org/apache/felix/obrplugin/ObrUpdate.html#ObrUpdate(java.net.URI, java.net.URI, org.apache.maven.project.MavenProject, java.lang.String, org.apache.felix.obrplugin.Config, org.apache.maven.plugin.logging.Log)"><B>ObrUpdate(URI, URI, MavenProject, String, Config, Log)</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUpdate.html" title="class in org.apache.felix.obrplugin">ObrUpdate</A>
<DD>initialize information.
<DT><A HREF="./org/apache/felix/obrplugin/ObrUtils.html" title="class in org.apache.felix.obrplugin"><B>ObrUtils</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Various OBR utility methods<DT><A HREF="./org/apache/felix/obrplugin/ObrUtils.html#ObrUtils()"><B>ObrUtils()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUtils.html" title="class in org.apache.felix.obrplugin">ObrUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/AbstractFileMojo.html#obrXml"><B>obrXml</B></A> - 
Variable in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/AbstractFileMojo.html" title="class in org.apache.felix.obrplugin">AbstractFileMojo</A>
<DD>Optional XML file describing additional requirements and capabilities.
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#omitForCycle(org.apache.maven.artifact.Artifact)"><B>omitForCycle(Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#omitForNearer(org.apache.maven.artifact.Artifact, org.apache.maven.artifact.Artifact)"><B>omitForNearer(Artifact, Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/felix/bundleplugin/package-summary.html"><B>org.apache.felix.bundleplugin</B></A> - package org.apache.felix.bundleplugin<DD>&nbsp;<DT><A HREF="./org/apache/felix/obrplugin/package-summary.html"><B>org.apache.felix.obrplugin</B></A> - package org.apache.felix.obrplugin<DD>&nbsp;<DT><A HREF="./org/apache/maven/shared/dependency/tree/package-summary.html"><B>org.apache.maven.shared.dependency.tree</B></A> - package org.apache.maven.shared.dependency.tree<DD>&nbsp;<DT><A HREF="./org/apache/maven/shared/osgi/package-summary.html"><B>org.apache.maven.shared.osgi</B></A> - package org.apache.maven.shared.osgi<DD>&nbsp;</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/bundleplugin/PackageVersionAnalyzer.html" title="class in org.apache.felix.bundleplugin"><B>PackageVersionAnalyzer</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>Extension of <CODE>Builder</CODE> to handle package versions<DT><A HREF="./org/apache/felix/bundleplugin/PackageVersionAnalyzer.html#PackageVersionAnalyzer()"><B>PackageVersionAnalyzer()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/PackageVersionAnalyzer.html" title="class in org.apache.felix.bundleplugin">PackageVersionAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html#parseHeader(java.lang.String, aQute.libg.reporter.Reporter)"><B>parseHeader(String, Reporter)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BlueprintPlugin.html" title="class in org.apache.felix.bundleplugin">BlueprintPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrUpdate.html#parseRepositoryXml()"><B>parseRepositoryXml()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUpdate.html" title="class in org.apache.felix.obrplugin">ObrUpdate</A>
<DD>Parse the repository descriptor file.
<DT><A HREF="./org/apache/felix/obrplugin/PomHelper.html" title="class in org.apache.felix.obrplugin"><B>PomHelper</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Maven POM helper methods.<DT><A HREF="./org/apache/felix/obrplugin/PomHelper.html#PomHelper()"><B>PomHelper()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/PomHelper.html" title="class in org.apache.felix.obrplugin">PomHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/AbstractDependencyFilter.html#processDependencies(java.lang.String, java.lang.String, java.util.Collection)"><B>processDependencies(String, String, Collection)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/AbstractDependencyFilter.html" title="class in org.apache.felix.bundleplugin">AbstractDependencyFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#processDependencies(java.lang.String, java.lang.String, java.util.Collection)"><B>processDependencies(String, String, Collection)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyExcluder.html#processDependencies(java.lang.String, java.lang.String, java.util.Collection)"><B>processDependencies(String, String, Collection)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyExcluder.html" title="class in org.apache.felix.bundleplugin">DependencyExcluder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html#processHeaders(aQute.lib.osgi.Analyzer)"><B>processHeaders(Analyzer)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyEmbedder.html" title="class in org.apache.felix.bundleplugin">DependencyEmbedder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/DependencyExcluder.html#processHeaders(java.lang.String)"><B>processHeaders(String)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/DependencyExcluder.html" title="class in org.apache.felix.bundleplugin">DependencyExcluder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/AbstractDependencyFilter.html#processInstructions(java.util.Map)"><B>processInstructions(Map)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/AbstractDependencyFilter.html" title="class in org.apache.felix.bundleplugin">AbstractDependencyFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#put(java.io.File, java.lang.String)"><B>put(File, String)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>put a file on the current repository connected.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/obrplugin/PomHelper.html#readPom(java.io.File)"><B>readPom(File)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/PomHelper.html" title="class in org.apache.felix.obrplugin">PomHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin"><B>RemoteFileManager</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>this class is used to manage all connections by wagon.<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#RemoteFileManager(org.apache.maven.artifact.manager.WagonManager, org.apache.maven.settings.Settings, org.apache.maven.plugin.logging.Log)"><B>RemoteFileManager(WagonManager, Settings, Log)</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>initialize main information.
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#removeTagFromInstruction(java.lang.String, java.lang.String)"><B>removeTagFromInstruction(String, String)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#reportErrors(java.lang.String, aQute.lib.osgi.Analyzer)"><B>reportErrors(String, Analyzer)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#restrictRange(org.apache.maven.artifact.Artifact, org.apache.maven.artifact.Artifact, org.apache.maven.artifact.versioning.VersionRange)"><B>restrictRange(Artifact, Artifact, VersionRange)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#selectVersionFromRange(org.apache.maven.artifact.Artifact)"><B>selectVersionFromRange(Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#setBuildDirectory(java.lang.String)"><B>setBuildDirectory(String)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#setMaven2OsgiConverter(org.apache.maven.shared.osgi.Maven2OsgiConverter)"><B>setMaven2OsgiConverter(Maven2OsgiConverter)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/VersionCleanerPlugin.html#setMaven2OsgiConverter(org.apache.maven.shared.osgi.Maven2OsgiConverter)"><B>setMaven2OsgiConverter(Maven2OsgiConverter)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/VersionCleanerPlugin.html" title="class in org.apache.felix.bundleplugin">VersionCleanerPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#setOutputDirectory(java.io.File)"><B>setOutputDirectory(File)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/Config.html#setPathRelative(boolean)"><B>setPathRelative(boolean)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/Config.html" title="class in org.apache.felix.obrplugin">Config</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/Config.html#setRemoteBundle(java.net.URI)"><B>setRemoteBundle(URI)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/Config.html" title="class in org.apache.felix.obrplugin">Config</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/Config.html#setRemoteFile(boolean)"><B>setRemoteFile(boolean)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/Config.html" title="class in org.apache.felix.obrplugin">Config</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/XmlHelper.html#setTextContent(org.w3c.dom.Node, java.lang.String)"><B>setTextContent(Node, String)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/XmlHelper.html" title="class in org.apache.felix.obrplugin">XmlHelper</A>
<DD>based on public Java5 javadoc of org.w3c.dom.Node.setTextContent method
<DT><A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html#snapshotMatch(org.apache.maven.artifact.Artifact, java.lang.String)"><B>snapshotMatch(Artifact, String)</B></A> - 
Method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundleAllPlugin.html" title="class in org.apache.felix.bundleplugin">BundleAllPlugin</A>
<DD><B>Deprecated.</B>&nbsp;Check that the bundleName provided correspond to the artifact provided.
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#startProcessChildren(org.apache.maven.artifact.Artifact)"><B>startProcessChildren(Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#supportedProjectTypes"><B>supportedProjectTypes</B></A> - 
Variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>Project types which this plugin supports.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#testArtifact(org.apache.maven.artifact.Artifact)"><B>testArtifact(Artifact)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/felix/obrplugin/ObrUtils.html#toFileURI(java.lang.String)"><B>toFileURI(String)</B></A> - 
Static method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUtils.html" title="class in org.apache.felix.obrplugin">ObrUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#transformDirectives(java.util.Map)"><B>transformDirectives(Map)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html#unlockFile(java.lang.String)"><B>unlockFile(String)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/RemoteFileManager.html" title="class in org.apache.felix.obrplugin">RemoteFileManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html#unpackBundle"><B>unpackBundle</B></A> - 
Variable in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/BundlePlugin.html" title="class in org.apache.felix.bundleplugin">BundlePlugin</A>
<DD>When true, unpack the bundle contents to the outputDirectory
<DT><A HREF="./org/apache/felix/obrplugin/ObrUpdate.html#updateRepository(java.net.URI, java.net.URI, java.net.URI)"><B>updateRepository(URI, URI, URI)</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUpdate.html" title="class in org.apache.felix.obrplugin">ObrUpdate</A>
<DD>update the repository descriptor file.
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#updateScope(org.apache.maven.artifact.Artifact, java.lang.String)"><B>updateScope(Artifact, String)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
<DT><A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html#updateScopeCurrentPom(org.apache.maven.artifact.Artifact, java.lang.String)"><B>updateScopeCurrentPom(Artifact, String)</B></A> - 
Method in class org.apache.maven.shared.dependency.tree.<A HREF="./org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.html" title="class in org.apache.maven.shared.dependency.tree">DependencyTreeResolutionListener</A>
<DD>
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/bundleplugin/VersionCleanerPlugin.html" title="class in org.apache.felix.bundleplugin"><B>VersionCleanerPlugin</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD>&nbsp;<DT><A HREF="./org/apache/felix/bundleplugin/VersionCleanerPlugin.html#VersionCleanerPlugin()"><B>VersionCleanerPlugin()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/VersionCleanerPlugin.html" title="class in org.apache.felix.bundleplugin">VersionCleanerPlugin</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/bundleplugin/WrapPlugin.html" title="class in org.apache.felix.bundleplugin"><B>WrapPlugin</B></A> - Class in <A HREF="./org/apache/felix/bundleplugin/package-summary.html">org.apache.felix.bundleplugin</A><DD><B>Deprecated.</B>&nbsp;<I>The wrap goal is no longer supported and may be removed in a future release</I><DT><A HREF="./org/apache/felix/bundleplugin/WrapPlugin.html#WrapPlugin()"><B>WrapPlugin()</B></A> - 
Constructor for class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/WrapPlugin.html" title="class in org.apache.felix.bundleplugin">WrapPlugin</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html#writeManifest(java.util.jar.Manifest, java.io.File)"><B>writeManifest(Manifest, File)</B></A> - 
Static method in class org.apache.felix.bundleplugin.<A HREF="./org/apache/felix/bundleplugin/ManifestPlugin.html" title="class in org.apache.felix.bundleplugin">ManifestPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/felix/obrplugin/ObrUpdate.html#writeRepositoryXml()"><B>writeRepositoryXml()</B></A> - 
Method in class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/ObrUpdate.html" title="class in org.apache.felix.obrplugin">ObrUpdate</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./org/apache/felix/obrplugin/XmlHelper.html" title="class in org.apache.felix.obrplugin"><B>XmlHelper</B></A> - Class in <A HREF="./org/apache/felix/obrplugin/package-summary.html">org.apache.felix.obrplugin</A><DD>Provide XML helper methods to support pre-Java5 runtimes<DT><A HREF="./org/apache/felix/obrplugin/XmlHelper.html#XmlHelper()"><B>XmlHelper()</B></A> - 
Constructor for class org.apache.felix.obrplugin.<A HREF="./org/apache/felix/obrplugin/XmlHelper.html" title="class in org.apache.felix.obrplugin">XmlHelper</A>
<DD>&nbsp;
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

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


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

<HR>
Copyright &#169; 2011. All Rights Reserved.
</BODY>
</HTML>