| Package | Description |
|---|---|
| io.takari.builder | |
| io.takari.builder.internal.cache | |
| io.takari.builder.internal.maven | |
| io.takari.builder.internal.resolver | |
| io.takari.builder.testing |
| Modifier and Type | Method and Description |
|---|---|
IArtifactMetadata |
IArtifactResources.artifact() |
| Modifier and Type | Method and Description |
|---|---|
Map<IArtifactMetadata,Path> |
ScopedProjectDependencyCache.getDependencies(ScopedProjectDependencyCache.Key key,
Supplier<Map<IArtifactMetadata,Path>> supplier)
Returns a cached set of resolved artifacts for the given key
|
| Modifier and Type | Method and Description |
|---|---|
Map<IArtifactMetadata,Path> |
ScopedProjectDependencyCache.getDependencies(ScopedProjectDependencyCache.Key key,
Supplier<Map<IArtifactMetadata,Path>> supplier)
Returns a cached set of resolved artifacts for the given key
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static IArtifactMetadata |
BuilderExecution.newArtifactMetadata(String coords) |
Copyright © 2018. All rights reserved.