Interface ArtifactResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.aether.resolution.ArtifactDescriptorResult describe​(org.eclipse.aether.artifact.Artifact a)  
      Path getBaseDir()  
      org.eclipse.aether.resolution.ArtifactResult resolve​(org.eclipse.aether.artifact.Artifact a)  
      org.eclipse.aether.resolution.ArtifactResult resolve​(org.eclipse.aether.artifact.Artifact a, List<org.eclipse.aether.repository.RemoteRepository> repos)  
      org.eclipse.aether.resolution.ArtifactResult resolveOrNull​(org.eclipse.aether.artifact.Artifact a)  
      io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver underlyingResolver()  
    • Method Detail

      • getBaseDir

        Path getBaseDir()
      • underlyingResolver

        io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver underlyingResolver()
      • resolve

        org.eclipse.aether.resolution.ArtifactResult resolve​(org.eclipse.aether.artifact.Artifact a)
      • resolve

        org.eclipse.aether.resolution.ArtifactResult resolve​(org.eclipse.aether.artifact.Artifact a,
                                                             List<org.eclipse.aether.repository.RemoteRepository> repos)
      • resolveOrNull

        org.eclipse.aether.resolution.ArtifactResult resolveOrNull​(org.eclipse.aether.artifact.Artifact a)
      • describe

        org.eclipse.aether.resolution.ArtifactDescriptorResult describe​(org.eclipse.aether.artifact.Artifact a)