public class PactMerge
Utility class for merging two pacts together, checking for conflicts
| Modifier and Type | Field and Description |
|---|---|
static PactMerge |
INSTANCE
Utility class for merging two pacts together, checking for conflicts
|
| Modifier and Type | Method and Description |
|---|---|
static MergeResult |
merge(Pact newPact,
Pact existing) |
public static PactMerge INSTANCE
Utility class for merging two pacts together, checking for conflicts
public static MergeResult merge(Pact newPact, Pact existing)