Class AetherStubDownloaderFactory

java.lang.Object
org.springframework.cloud.contract.maven.verifier.stubrunner.AetherStubDownloaderFactory

@Named @Singleton public class AetherStubDownloaderFactory extends Object
Builds StubDownloaderBuilder for a Maven project.
Author:
Mariusz Smykula, EddĂș MelĂ©ndez
  • Constructor Summary

    Constructors
    Constructor
    Description
    AetherStubDownloaderFactory(org.eclipse.aether.RepositorySystem repoSystem, org.apache.maven.project.MavenProject project, shaded.org.apache.maven.settings.Settings settings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.cloud.contract.stubrunner.StubDownloaderBuilder
    build(org.eclipse.aether.RepositorySystemSession repoSession)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AetherStubDownloaderFactory

      @Inject public AetherStubDownloaderFactory(org.eclipse.aether.RepositorySystem repoSystem, org.apache.maven.project.MavenProject project, shaded.org.apache.maven.settings.Settings settings)
  • Method Details

    • build

      public org.springframework.cloud.contract.stubrunner.StubDownloaderBuilder build(org.eclipse.aether.RepositorySystemSession repoSession)