Class ContractProjectUpdater
java.lang.Object
org.springframework.cloud.contract.stubrunner.ContractProjectUpdater
Updates the project containing contracts.
- Since:
- 2.0.0
- Author:
- Marcin Grzejszczak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateContractProject(String projectName, Path rootStubsFolder) Merges the folder with stubs with the project containing contracts.
-
Constructor Details
-
ContractProjectUpdater
-
-
Method Details
-
updateContractProject
Merges the folder with stubs with the project containing contracts.- Parameters:
projectName- name of the projectrootStubsFolder- root folder of the stubs
-