Class ComparedSymlinks

    • Constructor Detail

      • 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.