public class ContentComparatorChange extends Object
| Modifier and Type | Field and Description |
|---|---|
private ContentComparator.ChangeType |
_changeType |
private ContentComparator.ChangeTypeDetail |
_changeTypeDetail |
private String |
_path |
| Constructor and Description |
|---|
ContentComparatorChange(String path,
ContentComparator.ChangeType type)
Constructor with no details for this change
|
ContentComparatorChange(String path,
ContentComparator.ChangeType type,
ContentComparator.ChangeTypeDetail detail)
Constructor with change detail
|
| Modifier and Type | Method and Description |
|---|---|
ContentComparator.ChangeType |
getChangeType()
Type of change
|
ContentComparator.ChangeTypeDetail |
getChangeTypeDetail()
Detail of change
|
String |
getPath()
path of the change
|
private ContentComparator.ChangeType _changeType
private ContentComparator.ChangeTypeDetail _changeTypeDetail
public ContentComparatorChange(String path, ContentComparator.ChangeType type)
path - path of the metadatatype - type of changepublic ContentComparatorChange(String path, ContentComparator.ChangeType type, ContentComparator.ChangeTypeDetail detail)
path - path of the metadatatype - type of changedetail - detail of the changepublic ContentComparator.ChangeType getChangeType()
public ContentComparator.ChangeTypeDetail getChangeTypeDetail()