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:
- mcculls@gmail.com (Stuart McCulloch)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDependencyFilter
public AbstractDependencyFilter(Collection dependencyArtifacts)
processInstructions
protected final void processInstructions(Map instructions)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
processDependencies
protected abstract void processDependencies(String inline,
Collection filteredDependencies)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.