public class MavenNutsDependencySolver extends Object implements net.thevpc.nuts.spi.NutsDependencySolver
| Constructor and Description |
|---|
MavenNutsDependencySolver(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.spi.NutsDependencySolver |
add(net.thevpc.nuts.NutsDefinition def) |
net.thevpc.nuts.spi.NutsDependencySolver |
add(net.thevpc.nuts.NutsDependency dependency) |
net.thevpc.nuts.spi.NutsDependencySolver |
add(net.thevpc.nuts.NutsDependency dependency,
net.thevpc.nuts.NutsDefinition def) |
net.thevpc.nuts.spi.NutsDependencySolver |
addRootDefinition0(net.thevpc.nuts.NutsDependency dependency,
net.thevpc.nuts.NutsDefinition def,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.spi.NutsDependencySolver |
addRootId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsDependencyFilter |
getDependencyFilter() |
String |
getName() |
boolean |
isFailFast() |
MavenNutsDependencySolver |
setFailFast(boolean failFast) |
net.thevpc.nuts.spi.NutsDependencySolver |
setFilter(net.thevpc.nuts.NutsDependencyFilter dependencyFilter) |
net.thevpc.nuts.NutsDependencies |
solve() |
public MavenNutsDependencySolver(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.spi.NutsDependencySolver addRootId(net.thevpc.nuts.NutsId id)
public net.thevpc.nuts.spi.NutsDependencySolver add(net.thevpc.nuts.NutsDefinition def)
add in interface net.thevpc.nuts.spi.NutsDependencySolverpublic net.thevpc.nuts.spi.NutsDependencySolver add(net.thevpc.nuts.NutsDependency dependency)
add in interface net.thevpc.nuts.spi.NutsDependencySolverpublic net.thevpc.nuts.spi.NutsDependencySolver setFilter(net.thevpc.nuts.NutsDependencyFilter dependencyFilter)
setFilter in interface net.thevpc.nuts.spi.NutsDependencySolverpublic net.thevpc.nuts.NutsDependencies solve()
solve in interface net.thevpc.nuts.spi.NutsDependencySolverpublic net.thevpc.nuts.spi.NutsDependencySolver add(net.thevpc.nuts.NutsDependency dependency,
net.thevpc.nuts.NutsDefinition def)
add in interface net.thevpc.nuts.spi.NutsDependencySolverpublic net.thevpc.nuts.spi.NutsDependencySolver addRootDefinition0(net.thevpc.nuts.NutsDependency dependency,
net.thevpc.nuts.NutsDefinition def,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsDependencyFilter getDependencyFilter()
public boolean isFailFast()
public MavenNutsDependencySolver setFailFast(boolean failFast)
public String getName()
getName in interface net.thevpc.nuts.spi.NutsDependencySolverCopyright © 2022 vpc open source initiative. All rights reserved.