public final class Difference extends Result
| Modifier and Type | Class and Description |
|---|---|
static class |
Difference.Where
Specifies the type of differences
|
| Constructor and Description |
|---|
Difference(Difference.Where where,
DbProperty left,
DbProperty right) |
| Modifier and Type | Method and Description |
|---|---|
String |
describe()
A loggable message to describe the comparison result.
|
DbProperty |
getLeft() |
DbProperty |
getRight() |
Difference.Where |
getWhere() |
String |
toString() |
public Difference(Difference.Where where, DbProperty left, DbProperty right)
public Difference.Where getWhere()
public DbProperty getLeft()
public DbProperty getRight()
public String describe()
ResultCopyright © 2005–2018 Alfresco Software. All rights reserved.