public interface ArtifactResolver
Modifier and Type | Method and Description |
---|---|
MavenArtifactDescriptor |
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.
|
MavenArtifactDescriptor resolve(Coordinates coordinates, com.buschmais.jqassistant.core.scanner.api.ScannerContext scannerContext)
coordinates
- The artifact coordinates.scannerContext
- The scanner context.Copyright © 2015 buschmais GbR. All rights reserved.