public class GradleNDependencySolver extends Object implements net.thevpc.nuts.spi.NDependencySolver
| Modifier and Type | Field and Description |
|---|---|
boolean |
includedProvided |
| Constructor and Description |
|---|
GradleNDependencySolver() |
| 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) |
int |
compareVersions(String version1,
String version2)
Compares two version strings to determine which is newer.
|
net.thevpc.nuts.spi.NDependencySolver |
dependencyFilter(net.thevpc.nuts.artifact.NDependencyFilter dependencyFilter) |
GradleNDependencySolver |
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 GradleNDependencySolver failFast(boolean failFast)
public String name()
name in interface net.thevpc.nuts.spi.NDependencySolverpublic int compareVersions(String version1, String version2)
version1 - first versionversion2 - second versionCopyright © 2026 vpc open source initiative. All rights reserved.