org.apache.felix.bundleplugin
Class DependencyExcluder
java.lang.Object
org.apache.felix.bundleplugin.AbstractDependencyFilter
org.apache.felix.bundleplugin.DependencyExcluder
public final class DependencyExcluder
- extends AbstractDependencyFilter
Exclude selected dependencies from the classpath passed to BND.
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyExcluder
public DependencyExcluder(Collection dependencyArtifacts)
processHeaders
public void processHeaders(String excludeDependencies)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
processDependencies
protected void processDependencies(String tag,
String inline,
Collection dependencies)
- Specified by:
processDependencies
in class AbstractDependencyFilter
getExcludedArtifacts
public Collection getExcludedArtifacts()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.