public abstract class AbstractDependencyFilter extends Object
Constructor and Description |
---|
AbstractDependencyFilter(Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
processDependencies(Collection<org.apache.maven.artifact.Artifact> dependencies,
String inline) |
protected void |
processInstructions(String header) |
public AbstractDependencyFilter(Collection<org.apache.maven.artifact.Artifact> dependencyArtifacts)
protected final void processInstructions(String header) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected abstract void processDependencies(Collection<org.apache.maven.artifact.Artifact> dependencies, String inline)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.