Package com._1c.g5.v8.dt.compare.model
Class ComparedUniqueSymlinks
- java.lang.Object
-
- com._1c.g5.v8.dt.compare.model.ComparedObjects<UniqueSymlink>
-
- com._1c.g5.v8.dt.compare.model.ComparedUniqueSymlinks
-
- All Implemented Interfaces:
IComparedObjects<UniqueSymlink>
,Cloneable
public class ComparedUniqueSymlinks extends ComparedObjects<UniqueSymlink>
An object representing a tuple of compared unique symbolic links.
-
-
Constructor Summary
Constructors Constructor Description ComparedUniqueSymlinks(UniqueSymlink mainSymlink, UniqueSymlink otherSymlink, UniqueSymlink ancestorSymlink)
Constructs an object with compared unique symbolic links.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class com._1c.g5.v8.dt.compare.model.ComparedObjects
clone, getCommonAncestorObject, getComparedObject, getMainObject, getObjectSide, getOrder, getOtherObject, getPath, setComparedObject, setOrder, setPath
-
-
-
-
Constructor Detail
-
ComparedUniqueSymlinks
public ComparedUniqueSymlinks(UniqueSymlink mainSymlink, UniqueSymlink otherSymlink, UniqueSymlink ancestorSymlink)
Constructs an object with compared unique symbolic links.- Parameters:
mainSymlink
- the main unique symbolic link, may benull
otherSymlink
- the other unique symbolic link, may benull
ancestorSymlink
- the common ancestor unique symbolic link, may benull
-
-