org.apache.felix.bundleplugin

Class DependencyEmbedder

public final class DependencyEmbedder extends AbstractDependencyFilter

Add BND directives to embed selected dependencies inside a bundle

Author: stuart.mcculloch@jayway.net (Stuart McCulloch)

Field Summary
static StringEMBED_DEPENDENCY
static StringEMBED_DIRECTORY
static StringEMBED_STRIP_GROUP
static StringEMBED_STRIP_VERSION
static StringEMBED_TRANSITIVE
Constructor Summary
DependencyEmbedder(Collection dependencyArtifacts)
Method Summary
CollectiongetEmbeddedArtifacts()
CollectiongetInlinedPaths()
voidprocessHeaders(Analyzer analyzer)

Field Detail

EMBED_DEPENDENCY

public static final String EMBED_DEPENDENCY

EMBED_DIRECTORY

public static final String EMBED_DIRECTORY

EMBED_STRIP_GROUP

public static final String EMBED_STRIP_GROUP

EMBED_STRIP_VERSION

public static final String EMBED_STRIP_VERSION

EMBED_TRANSITIVE

public static final String EMBED_TRANSITIVE

Constructor Detail

DependencyEmbedder

public DependencyEmbedder(Collection dependencyArtifacts)

Method Detail

getEmbeddedArtifacts

public Collection getEmbeddedArtifacts()

getInlinedPaths

public Collection getInlinedPaths()

processHeaders

public void processHeaders(Analyzer analyzer)
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.