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()
Result
Copyright © 2005–2017 Alfresco Software. All rights reserved.