Class ComparedSymlinks

java.lang.Object
com._1c.g5.v8.dt.compare.model.ComparedObjects<String>
com._1c.g5.v8.dt.compare.model.ComparedSymlinks
All Implemented Interfaces:
IComparedObjects<String>, IMatchingSymlinks, Cloneable

public class ComparedSymlinks extends ComparedObjects<String> implements IMatchingSymlinks
An object representing a tuple of compared symbolic links.
  • Constructor Details

    • ComparedSymlinks

      public ComparedSymlinks(ReferencedObjectsComparisonNode node)
      Constructs an object with compared symbolic links for the provided node.
      Parameters:
      node - the node to construct the object for, not null
    • ComparedSymlinks

      public ComparedSymlinks(String mainSymlink, String otherSymlink, String ancestorSymlink)
      Constructs an object with compared symbolic links.
      Parameters:
      mainSymlink - the main symbolic link, may be null
      otherSymlink - the other symbolic link, may be null
      ancestorSymlink - the common ancestor symbolic link, may be null
    • ComparedSymlinks

      public ComparedSymlinks()
      Constructs an empty object.
  • Method Details