Class PlatformSymlink
java.lang.Object
com._1c.g5.v8.dt.compare.matching.PlatformSymlink
- All Implemented Interfaces:
IMatchingSymlinks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the symbolic link on the common ancestor side.Returns the symbolic link on the main side.Returns the symbolic link on the other side.getSymlink
(ComparisonSide side) Returns the symbolic link of the object for the specified side.
-
Constructor Details
-
PlatformSymlink
-
-
Method Details
-
getSymlink
Description copied from interface:IMatchingSymlinks
Returns the symbolic link of the object for the specified side.- Specified by:
getSymlink
in interfaceIMatchingSymlinks
- Parameters:
side
- the side, notnull
- Returns:
- the symbolic link, may be
null
-
getMainSymlink
Description copied from interface:IMatchingSymlinks
Returns the symbolic link on the main side.- Specified by:
getMainSymlink
in interfaceIMatchingSymlinks
- Returns:
- main symlink or
null
-
getOtherSymlink
Description copied from interface:IMatchingSymlinks
Returns the symbolic link on the other side.- Specified by:
getOtherSymlink
in interfaceIMatchingSymlinks
- Returns:
- other symlink or
null
-
getCommonAncestorSymlink
Description copied from interface:IMatchingSymlinks
Returns the symbolic link on the common ancestor side.- Specified by:
getCommonAncestorSymlink
in interfaceIMatchingSymlinks
- Returns:
- common ancestor symlink or
null
-