Package org.apache.felix.bundleplugin
Class AbstractDependencyFilter
java.lang.Object
org.apache.felix.bundleplugin.AbstractDependencyFilter
- Direct Known Subclasses:
DependencyEmbedder
,DependencyExcluder
Apply clause-based filter over given dependencies
- Author:
- Felix Project Team
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractDependencyFilter
(Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
processDependencies
(Collection<org.apache.maven.artifact.Artifact> dependencies, String inline) protected final void
processInstructions
(String header)
-
Constructor Details
-
AbstractDependencyFilter
-
-
Method Details
-
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)
-