Interface IMatchingSymlinks

    • Method Detail

      • getSymlink

        String getSymlink​(ComparisonSide side)
        Returns the symbolic link of the object for the specified side.
        Parameters:
        side - the side, not null
        Returns:
        the symbolic link, may be null
      • getMainSymlink

        String getMainSymlink()
        Returns the symbolic link on the main side.
        Returns:
        main symlink or null
      • getOtherSymlink

        String getOtherSymlink()
        Returns the symbolic link on the other side.
        Returns:
        other symlink or null
      • getCommonAncestorSymlink

        String getCommonAncestorSymlink()
        Returns the symbolic link on the common ancestor side.
        Returns:
        common ancestor symlink or null