Package org.apache.felix.bundleplugin
Class DependencyExcluder
java.lang.Object
org.apache.felix.bundleplugin.AbstractDependencyFilter
org.apache.felix.bundleplugin.DependencyExcluder
Exclude selected dependencies from the classpath passed to BND.
- Author:
- Felix Project Team
-
Constructor Summary
ConstructorsConstructorDescriptionDependencyExcluder(Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.maven.artifact.Artifact> protected voidprocessDependencies(Collection<org.apache.maven.artifact.Artifact> dependencies, String inline) voidprocessHeaders(String excludeDependencies) Methods inherited from class org.apache.felix.bundleplugin.AbstractDependencyFilter
processInstructions
-
Constructor Details
-
DependencyExcluder
-
-
Method Details
-
processHeaders
public void processHeaders(String excludeDependencies) throws org.apache.maven.plugin.MojoExecutionException - Throws:
org.apache.maven.plugin.MojoExecutionException
-
processDependencies
protected void processDependencies(Collection<org.apache.maven.artifact.Artifact> dependencies, String inline) - Specified by:
processDependenciesin classAbstractDependencyFilter
-
getExcludedArtifacts
-