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
An object representing a tuple of compared unique symbolic links.
-
Constructor Summary
ConstructorsConstructorDescriptionComparedUniqueSymlinks
(UniqueSymlink mainSymlink, UniqueSymlink otherSymlink, UniqueSymlink ancestorSymlink) Constructs an object with compared unique symbolic links. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.compare.model.ComparedObjects
clone, getCommonAncestorObject, getComparedObject, getMainObject, getObjectSide, getOrder, getOtherObject, getPath, setComparedObject, setOrder, setPath
-
Constructor Details
-
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
-
-
Method Details