Interface IMatchingSymlinks

All Known Subinterfaces:
AdditionalIndexesComparisonNode, BslModuleComparisonNode, BslModuleSectionComparisonNode, ChartComparisonNode, ChildMdObjectComparisonNode, CmiComparisonNode, DcsComparisonNode, ExternalPropertyComparisonNode, FormComparisonNode, HtmlDocumentComparisonNode, ManifestComparisonNode, MdObjectCollectionElementComparisonNode, MdObjectComparisonNode, RightsComparisonNode, RootComparisonNode, SolidResourceComparisonNode, SymlinkComparisonNode, TopComparisonNode, TopMdObjectCollectionElementComparisonNode, TopMdObjectComparisonNode, TopModelObjectsComparisonNode, UnsupportedObjectComparisonNode
All Known Implementing Classes:
AdditionalIndexesComparisonNodeImpl, BslModuleComparisonNodeImpl, BslModuleSectionComparisonNodeImpl, ChartComparisonNodeImpl, ChildMdObjectComparisonNodeImpl, CmiComparisonNodeImpl, ComparedSymlinks, DcsComparisonNodeImpl, ExternalPropertyComparisonNodeImpl, FormComparisonNodeImpl, HtmlDocumentComparisonNodeImpl, ManifestComparisonNodeImpl, MdObjectCollectionElementComparisonNodeImpl, MdObjectComparisonNodeImpl, PlatformSymlink, RightsComparisonNodeImpl, RootComparisonNodeImpl, SolidResourceComparisonNodeImpl, SymlinkComparisonNodeImpl, TopComparisonNodeImpl, TopMdObjectCollectionElementComparisonNodeImpl, TopMdObjectComparisonNodeImpl, TopModelObjectsComparisonNodeImpl, TransformingComparedSymlinkProvider, UnsupportedObjectComparisonNodeImpl

public interface IMatchingSymlinks
A result object with matching symbolic links for the specified sides. They are matching in the sense that they refer to matching objects on their sides within their context.
  • Method Details

    • 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