Package com._1c.g5.v8.dt.compare.model
Interface IMatchingSymlinks
-
- All Known Subinterfaces:
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:
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCommonAncestorSymlink()
Returns the symbolic link on the common ancestor side.String
getMainSymlink()
Returns the symbolic link on the main side.String
getOtherSymlink()
Returns the symbolic link on the other side.String
getSymlink(ComparisonSide side)
Returns the symbolic link of the object for the specified side.
-
-
-
Method Detail
-
getSymlink
String getSymlink(ComparisonSide side)
Returns the symbolic link of the object for the specified side.- Parameters:
side
- the side, notnull
- 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
-
-