public class MavenNDependencySolver extends Object implements net.thevpc.nuts.spi.NDependencySolver
| Modifier and Type | Field and Description |
|---|---|
boolean |
includedProvided |
| Constructor and Description |
|---|
MavenNDependencySolver() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.spi.NDependencySolver |
add(net.thevpc.nuts.artifact.NDefinition def) |
net.thevpc.nuts.spi.NDependencySolver |
add(net.thevpc.nuts.artifact.NDependency dependency) |
net.thevpc.nuts.spi.NDependencySolver |
add(net.thevpc.nuts.artifact.NDependency dependency,
net.thevpc.nuts.artifact.NDefinition def) |
net.thevpc.nuts.spi.NDependencySolver |
addRootDefinition0(net.thevpc.nuts.artifact.NDependency dependency,
net.thevpc.nuts.artifact.NDefinition def) |
net.thevpc.nuts.spi.NDependencySolver |
addRootId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.spi.NDependencySolver |
dependencyFilter(net.thevpc.nuts.artifact.NDependencyFilter dependencyFilter) |
MavenNDependencySolver |
failFast(boolean failFast) |
net.thevpc.nuts.artifact.NDependencyFilter |
getDependencyFilter() |
net.thevpc.nuts.core.NRepositoryFilter |
getRepositoryFilter() |
net.thevpc.nuts.spi.NDependencySolver |
ignoreCurrentEnvironment(boolean ignoreCurrentEnvironment) |
boolean |
isFailFast() |
boolean |
isIgnoreCurrentEnvironment() |
String |
name() |
net.thevpc.nuts.spi.NDependencySolver |
repositoryFilter(net.thevpc.nuts.core.NRepositoryFilter repositoryFilter) |
net.thevpc.nuts.artifact.NDependencies |
solve() |
public boolean isIgnoreCurrentEnvironment()
isIgnoreCurrentEnvironment in interface net.thevpc.nuts.spi.NDependencySolverpublic net.thevpc.nuts.spi.NDependencySolver ignoreCurrentEnvironment(boolean ignoreCurrentEnvironment)
ignoreCurrentEnvironment in interface net.thevpc.nuts.spi.NDependencySolverpublic net.thevpc.nuts.spi.NDependencySolver addRootId(net.thevpc.nuts.artifact.NId id)
public net.thevpc.nuts.spi.NDependencySolver add(net.thevpc.nuts.artifact.NDefinition def)
add in interface net.thevpc.nuts.spi.NDependencySolverpublic net.thevpc.nuts.spi.NDependencySolver add(net.thevpc.nuts.artifact.NDependency dependency)
add in interface net.thevpc.nuts.spi.NDependencySolverpublic net.thevpc.nuts.spi.NDependencySolver dependencyFilter(net.thevpc.nuts.artifact.NDependencyFilter dependencyFilter)
dependencyFilter in interface net.thevpc.nuts.spi.NDependencySolverpublic net.thevpc.nuts.spi.NDependencySolver repositoryFilter(net.thevpc.nuts.core.NRepositoryFilter repositoryFilter)
repositoryFilter in interface net.thevpc.nuts.spi.NDependencySolverpublic net.thevpc.nuts.artifact.NDependencies solve()
solve in interface net.thevpc.nuts.spi.NDependencySolverpublic net.thevpc.nuts.spi.NDependencySolver add(net.thevpc.nuts.artifact.NDependency dependency,
net.thevpc.nuts.artifact.NDefinition def)
add in interface net.thevpc.nuts.spi.NDependencySolverpublic net.thevpc.nuts.spi.NDependencySolver addRootDefinition0(net.thevpc.nuts.artifact.NDependency dependency,
net.thevpc.nuts.artifact.NDefinition def)
public net.thevpc.nuts.core.NRepositoryFilter getRepositoryFilter()
public net.thevpc.nuts.artifact.NDependencyFilter getDependencyFilter()
public boolean isFailFast()
public MavenNDependencySolver failFast(boolean failFast)
public String name()
name in interface net.thevpc.nuts.spi.NDependencySolverCopyright © 2026 vpc open source initiative. All rights reserved.