public interface ArtifactProvider
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.aether.resolution.ArtifactResult |
getArtifact(org.eclipse.aether.artifact.Artifact artifact)
Provide the given artifact as
ArtifactResult. |
com.buschmais.jqassistant.plugin.maven3.api.artifact.ArtifactResolver |
getArtifactResolver()
Return the associated artifact resolver.
|
com.buschmais.jqassistant.plugin.common.api.scanner.FileResolver |
getFileResolver()
Return the file resolver strategy to use for resolving artifacts.
|
MavenRepositoryDescriptor |
getRepositoryDescriptor()
Return the repository descriptor for the repository.
|
MavenRepositoryDescriptor getRepositoryDescriptor()
org.eclipse.aether.resolution.ArtifactResult getArtifact(org.eclipse.aether.artifact.Artifact artifact)
throws org.eclipse.aether.resolution.ArtifactResolutionException
ArtifactResult.artifact - The artifact.ArtifactResult.org.eclipse.aether.resolution.ArtifactResolutionException - If the artifact cannot be resolved.com.buschmais.jqassistant.plugin.common.api.scanner.FileResolver getFileResolver()
com.buschmais.jqassistant.plugin.maven3.api.artifact.ArtifactResolver getArtifactResolver()
Copyright © 2016 buschmais GbR. All rights reserved.