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 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 be null
      otherSymlink - the other unique symbolic link, may be null
      ancestorSymlink - the common ancestor unique symbolic link, may be null
  • Method Details