Package org.apache.felix.bundleplugin
Class AbstractDependencyFilter
- java.lang.Object
-
- org.apache.felix.bundleplugin.AbstractDependencyFilter
-
- Direct Known Subclasses:
DependencyEmbedder
,DependencyExcluder
public abstract class AbstractDependencyFilter extends Object
Apply clause-based filter over given dependencies- Author:
- Felix Project Team
-
-
Constructor Summary
Constructors Constructor Description AbstractDependencyFilter(Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
processDependencies(Collection<org.apache.maven.artifact.Artifact> dependencies, String inline)
protected void
processInstructions(String header)
-
-
-
Constructor Detail
-
AbstractDependencyFilter
public AbstractDependencyFilter(Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts)
-
-
Method Detail
-
processInstructions
protected final void processInstructions(String header) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
processDependencies
protected abstract void processDependencies(Collection<org.apache.maven.artifact.Artifact> dependencies, String inline)
-
-