public static class PropertiesDiff.Builder extends Object
Builder for PropertiesDiff.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PropertiesDiff |
build()
Builds the
PropertiesDiff. |
PropertiesDiff.Builder |
left(Map<String,String> leftMap)
Adds a left hand side map.
|
PropertiesDiff.Builder |
right(Map<String,String> rightMap)
Adds a right hand side map.
|
public PropertiesDiff.Builder left(Map<String,String> leftMap)
leftMap - the left mappublic PropertiesDiff.Builder right(Map<String,String> rightMap)
rightMap - the right mappublic PropertiesDiff build()
PropertiesDiff.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.