public class DeclaredDependencies extends DependencyTree<ArtifactSpec>
depTree| Constructor and Description |
|---|
DeclaredDependencies() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
comparator(ArtifactSpec first,
ArtifactSpec second) |
static ArtifactSpec |
createSpec(String gav) |
static ArtifactSpec |
createSpec(String gav,
String scope) |
Collection<ArtifactSpec> |
getExplicitDependencies() |
Set<ArtifactSpec> |
getTransientDependencies() |
Collection<ArtifactSpec> |
getTransientDependencies(ArtifactSpec artifact) |
boolean |
isPresolved()
'Presolved' means a build component (i.e.
|
void |
writeTo(File file) |
add, add, getDirectDeps, getTransientDepspublic Collection<ArtifactSpec> getExplicitDependencies()
public Set<ArtifactSpec> getTransientDependencies()
public Collection<ArtifactSpec> getTransientDependencies(ArtifactSpec artifact)
public boolean isPresolved()
public static ArtifactSpec createSpec(String gav)
public static ArtifactSpec createSpec(String gav, String scope)
public void writeTo(File file)
protected int comparator(ArtifactSpec first, ArtifactSpec second)
comparator in class DependencyTree<ArtifactSpec>Copyright © 2017 JBoss by Red Hat. All rights reserved.