public final class DependencyEmbedder extends AbstractDependencyFilter
Modifier and Type | Field and Description |
---|---|
static String |
EMBED_DEPENDENCY |
static String |
EMBED_DIRECTORY |
static String |
EMBED_STRIP_GROUP |
static String |
EMBED_STRIP_VERSION |
static String |
EMBED_TRANSITIVE |
static String |
EMBEDDED_ARTIFACTS |
Constructor and Description |
---|
DependencyEmbedder(org.apache.maven.plugin.logging.Log log,
Collection dependencyArtifacts) |
Modifier and Type | Method and Description |
---|---|
Collection |
getEmbeddedArtifacts() |
Collection |
getInlinedPaths() |
protected void |
processDependencies(Collection dependencies,
String inline) |
void |
processHeaders(aQute.lib.osgi.Analyzer analyzer) |
processInstructions
public static final String EMBED_DEPENDENCY
public static final String EMBED_DIRECTORY
public static final String EMBED_STRIP_GROUP
public static final String EMBED_STRIP_VERSION
public static final String EMBED_TRANSITIVE
public static final String EMBEDDED_ARTIFACTS
public DependencyEmbedder(org.apache.maven.plugin.logging.Log log, Collection dependencyArtifacts)
public void processHeaders(aQute.lib.osgi.Analyzer analyzer) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected void processDependencies(Collection dependencies, String inline)
processDependencies
in class AbstractDependencyFilter
public Collection getInlinedPaths()
public Collection getEmbeddedArtifacts()
Copyright © 2014. All rights reserved.