Class ContractProjectUpdater
- java.lang.Object
-
- org.springframework.cloud.contract.stubrunner.ContractProjectUpdater
-
public class ContractProjectUpdater extends Object
Updates the project containing contracts.- Since:
- 2.0.0
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description ContractProjectUpdater(StubRunnerOptions stubRunnerOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateContractProject(String projectName, Path rootStubsFolder)Merges the folder with stubs with the project containing contracts.
-
-
-
Constructor Detail
-
ContractProjectUpdater
public ContractProjectUpdater(StubRunnerOptions stubRunnerOptions)
-
-