Class PlatformSymlink
- java.lang.Object
- 
- com._1c.g5.v8.dt.compare.matching.PlatformSymlink
 
- 
- All Implemented Interfaces:
- IMatchingSymlinks
 
 public class PlatformSymlink extends Object implements IMatchingSymlinks 
- 
- 
Constructor SummaryConstructors Constructor Description PlatformSymlink(String symlink)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommonAncestorSymlink()Returns the symbolic link on the common ancestor side.StringgetMainSymlink()Returns the symbolic link on the main side.StringgetOtherSymlink()Returns the symbolic link on the other side.StringgetSymlink(ComparisonSide side)Returns the symbolic link of the object for the specified side.
 
- 
- 
- 
Constructor Detail- 
PlatformSymlinkpublic PlatformSymlink(String symlink) 
 
- 
 - 
Method Detail- 
getSymlinkpublic String getSymlink(ComparisonSide side) Description copied from interface:IMatchingSymlinksReturns the symbolic link of the object for the specified side.- Specified by:
- getSymlinkin interface- IMatchingSymlinks
- Parameters:
- side- the side, not- null
- Returns:
- the symbolic link, may be null
 
 - 
getMainSymlinkpublic String getMainSymlink() Description copied from interface:IMatchingSymlinksReturns the symbolic link on the main side.- Specified by:
- getMainSymlinkin interface- IMatchingSymlinks
- Returns:
- main symlink or null
 
 - 
getOtherSymlinkpublic String getOtherSymlink() Description copied from interface:IMatchingSymlinksReturns the symbolic link on the other side.- Specified by:
- getOtherSymlinkin interface- IMatchingSymlinks
- Returns:
- other symlink or null
 
 - 
getCommonAncestorSymlinkpublic String getCommonAncestorSymlink() Description copied from interface:IMatchingSymlinksReturns the symbolic link on the common ancestor side.- Specified by:
- getCommonAncestorSymlinkin interface- IMatchingSymlinks
- Returns:
- common ancestor symlink or null
 
 
- 
 
-