|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BndUtils.Bnd | |
---|---|
org.ops4j.pax.construct.archetype | Maven archetypes for OSGi projects |
org.ops4j.pax.construct.util | Various classes to support round-tripping and refactoring of Maven POMs and property files |
Uses of BndUtils.Bnd in org.ops4j.pax.construct.archetype |
---|
Methods in org.ops4j.pax.construct.archetype with parameters of type BndUtils.Bnd | |
---|---|
protected void |
OSGiProjectArchetypeMojo.postProcess(PomUtils.Pom pom,
BndUtils.Bnd bnd)
Sub-class specific post-processing, which runs *after* custom archetypes are added |
protected void |
OSGiBundleArchetypeMojo.postProcess(PomUtils.Pom pom,
BndUtils.Bnd bnd)
Sub-class specific post-processing, which runs *after* custom archetypes are added |
protected void |
AbstractPaxArchetypeMojo.postProcess(PomUtils.Pom pom,
BndUtils.Bnd bnd)
Sub-class specific post-processing, which runs *after* custom archetypes are added |
protected void |
OSGiWrapperArchetypeMojo.postProcess(PomUtils.Pom pom,
BndUtils.Bnd bnd)
Sub-class specific post-processing, which runs *after* custom archetypes are added |
protected void |
AbstractPaxArchetypeMojo.saveBndInstructions(BndUtils.Bnd bnd)
|
Uses of BndUtils.Bnd in org.ops4j.pax.construct.util |
---|
Classes in org.ops4j.pax.construct.util that implement BndUtils.Bnd | |
---|---|
class |
RoundTripBndFile
Support round-trip editing of Bnd files, preserving formatting as much as possible |
Methods in org.ops4j.pax.construct.util that return BndUtils.Bnd | |
---|---|
static BndUtils.Bnd |
BndUtils.readBnd(java.io.File here)
Factory method that provides an editor for an existing or new Bnd file |
Methods in org.ops4j.pax.construct.util with parameters of type BndUtils.Bnd | |
---|---|
void |
RoundTripBndFile.overlayInstructions(BndUtils.Bnd bnd)
Overlay existing instructions onto the current setup |
void |
BndUtils.Bnd.overlayInstructions(BndUtils.Bnd bnd)
Overlay existing instructions onto the current setup |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |