Package | Description |
---|---|
io.takari.builder | |
io.takari.builder.internal.cache | |
io.takari.builder.internal.maven | |
io.takari.builder.internal.resolver |
Modifier and Type | Method and Description |
---|---|
static ResolutionScope |
ResolutionScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionScope[] |
ResolutionScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ScopedProjectDependencyCache.Key |
ScopedProjectDependencyCache.key(String groupId,
String artifactId,
String version,
ResolutionScope scope,
boolean transitive) |
Constructor and Description |
---|
Key(String groupId,
String artifactId,
String version,
ResolutionScope scope,
boolean transitive) |
Modifier and Type | Method and Description |
---|---|
Map<IArtifactMetadata,Path> |
MavenDependencyResolver.getProjectDependencies(boolean transitive,
ResolutionScope scope) |
Map.Entry<IArtifactMetadata,Path> |
MavenDependencyResolver.getProjectDependency(String groupId,
String artifactId,
String classifier,
ResolutionScope scope) |
Modifier and Type | Method and Description |
---|---|
Map<IArtifactMetadata,Path> |
DependencyResolver.getProjectDependencies(boolean transitive,
ResolutionScope scope) |
Map.Entry<IArtifactMetadata,Path> |
DependencyResolver.getProjectDependency(String groupId,
String artifactId,
String classifier,
ResolutionScope scope) |
Copyright © 2021. All rights reserved.