public class NDependencyInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
net.thevpc.nuts.artifact.NDependency |
dependency |
| Constructor and Description |
|---|
NDependencyInfo(net.thevpc.nuts.artifact.NDependency dependency,
int depth,
boolean optional,
boolean provided) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.artifact.NDependency |
getDependency() |
static net.thevpc.nuts.artifact.NId |
normalizedId(net.thevpc.nuts.artifact.NDependency id) |
static net.thevpc.nuts.artifact.NId |
normalizedId(net.thevpc.nuts.artifact.NId id) |
static NDependencyInfo |
of(net.thevpc.nuts.runtime.standalone.dependency.solver.maven.NDependencyTreeNodeBuild currentNode) |
String |
toString() |
public NDependencyInfo(net.thevpc.nuts.artifact.NDependency dependency,
int depth,
boolean optional,
boolean provided)
public static net.thevpc.nuts.artifact.NId normalizedId(net.thevpc.nuts.artifact.NId id)
public static net.thevpc.nuts.artifact.NId normalizedId(net.thevpc.nuts.artifact.NDependency id)
public static NDependencyInfo of(net.thevpc.nuts.runtime.standalone.dependency.solver.maven.NDependencyTreeNodeBuild currentNode)
public net.thevpc.nuts.artifact.NDependency getDependency()
Copyright © 2026 vpc open source initiative. All rights reserved.