public abstract static class Resolve.ArtifactConsumer
extends org.apache.tools.ant.ProjectComponent
Constructor and Description |
---|
ArtifactConsumer() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.eclipse.aether.graph.DependencyNode node,
List<org.eclipse.aether.graph.DependencyNode> parents) |
String |
getClassifier() |
abstract void |
process(org.eclipse.aether.artifact.Artifact artifact,
org.eclipse.aether.RepositorySystemSession session) |
void |
setClasspath(String classpath) |
void |
setScopes(String scopes) |
void |
validate() |
public boolean accept(org.eclipse.aether.graph.DependencyNode node, List<org.eclipse.aether.graph.DependencyNode> parents)
public String getClassifier()
public void validate()
public abstract void process(org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.RepositorySystemSession session)
public void setScopes(String scopes)
public void setClasspath(String classpath)
Copyright © 2010–2015 The Eclipse Foundation. All rights reserved.