Modifier and Type | Method and Description |
---|---|
MavenArtifactDescriptor |
ArtifactResolver.resolve(Coordinates coordinates,
com.buschmais.jqassistant.core.scanner.api.ScannerContext scannerContext)
Resolves an artifact descriptor for the given coordinates, i.e. by
looking up an existing one and creating new one on demand.
|
Modifier and Type | Method and Description |
---|---|
static void |
MavenArtifactHelper.setCoordinates(MavenArtifactDescriptor artifactDescriptor,
Coordinates coordinates)
Apply the given coordinates to an artifact descriptor.
|
static void |
MavenArtifactHelper.setId(MavenArtifactDescriptor artifactDescriptor,
Coordinates coordinates)
Set the fully qualified name of an artifact descriptor.
|
Modifier and Type | Method and Description |
---|---|
MavenArtifactDescriptor |
MavenPluginDescriptor.getArtifact() |
MavenArtifactDescriptor |
MavenDependencyDescriptor.getDependency()
Get the artifact dependency.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenPluginDescriptor.setArtifact(MavenArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
MavenArtifactDescriptor |
MavenArtifactResolver.resolve(Coordinates coordinates,
com.buschmais.jqassistant.core.scanner.api.ScannerContext scannerContext) |
Copyright © 2015 buschmais GbR. All rights reserved.