Class AetherStubDownloaderBuilder
- java.lang.Object
-
- org.springframework.cloud.contract.stubrunner.AetherStubDownloaderBuilder
-
- All Implemented Interfaces:
StubDownloaderBuilder,org.springframework.core.io.ProtocolResolver
public class AetherStubDownloaderBuilder extends Object implements StubDownloaderBuilder
- Since:
- 2.0.0
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description AetherStubDownloaderBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StubDownloaderbuild(StubRunnerOptions stubRunnerOptions)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.cloud.contract.stubrunner.StubDownloaderBuilder
resolve
-
-
-
-
Method Detail
-
build
public StubDownloader build(StubRunnerOptions stubRunnerOptions)
- Specified by:
buildin interfaceStubDownloaderBuilder- Parameters:
stubRunnerOptions- options of Stub Runner- Returns:
StubDownloaderinstance ofnullif current parameters don't allow building the instance
-
-