public class PropertyDiff
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Integer |
ADDED |
static java.lang.Integer |
MODIFIED |
static java.lang.Integer |
REMOVED |
| Constructor and Description |
|---|
PropertyDiff(java.lang.Integer type,
java.lang.String relPath,
Value referenceValue,
Value newValue) |
| Modifier and Type | Method and Description |
|---|---|
Value |
getNewValue() |
Value |
getReferenceValue() |
java.lang.String |
getRelPath() |
java.lang.Integer |
getType() |
Copyright © 2007–2020. All rights reserved.