Uses of Class
com._1c.g5.v8.dt.compare.externaltool.ExternalMergeToolExecutionStatus
Packages that use ExternalMergeToolExecutionStatus
-
Uses of ExternalMergeToolExecutionStatus in com._1c.g5.v8.dt.bsl.compare
Methods in com._1c.g5.v8.dt.bsl.compare that return ExternalMergeToolExecutionStatusModifier and TypeMethodDescriptionBslCompareUtils.mergeModuleUsingExternalTool
(BslModuleComparisonNode node, IComparisonSession session, ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, boolean runAutoMergeByDefault, String mainComparisonSideName, String otherComparisonSideName, File mergeResultFile, IQualifiedNameFilePathConverter filePathConverter, ISymbolicLinkLocalizer symbolicLinkLocalizer) Merges the Bsl module using an external tool for the specified node. -
Uses of ExternalMergeToolExecutionStatus in com._1c.g5.v8.dt.compare.externaltool
Methods in com._1c.g5.v8.dt.compare.externaltool that return ExternalMergeToolExecutionStatusModifier and TypeMethodDescriptionExternalMergeToolUtils.runAutoThreeWayMerge
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, File mainFile, File otherFile, File ancestorFile, File mergeResultFile, String mainTitle, String otherTitle, String ancestorTitle) Runs the automatic three-way merge using the specified external merge tool.ExternalMergeToolUtils.runAutoThreeWayMerge
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, InputStream mainStream, InputStream otherStream, InputStream ancestorStream, File mergeResultFile, String mainTitle, String otherTitle, String ancestorTitle) Runs the automatic three-way merge using the specified external merge tool.ExternalMergeToolUtils.runThreeWayComparison
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, File mainFile, File otherFile, File ancestorFile, String mainTitle, String otherTitle, String ancestorTitle) Runs the three-way comparison using the specified external merge tool.ExternalMergeToolUtils.runThreeWayComparison
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, InputStream mainStream, InputStream otherStream, InputStream ancestorStream, String mainTitle, String otherTitle, String ancestorTitle) Runs the three-way comparison using the specified external merge tool.ExternalMergeToolUtils.runThreeWayMerge
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, File mainFile, File otherFile, File ancestorFile, File mergeResultFile, String mainTitle, String otherTitle, String ancestorTitle) Runs the three-way merge using the specified external merge tool.ExternalMergeToolUtils.runThreeWayMerge
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, InputStream mainStream, InputStream otherStream, InputStream ancestorStream, File mergeResultFile, String mainTitle, String otherTitle, String ancestorTitle) Runs the three-way merge using the specified external merge tool.ExternalMergeToolUtils.runTwoWayComparison
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, File mainFile, File otherFile, String mainTitle, String otherTitle) Runs the two-way comparison using the specified external merge tool.ExternalMergeToolUtils.runTwoWayComparison
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, InputStream mainStream, InputStream otherStream, String mainTitle, String otherTitle) Runs the two-way comparison using the specified external merge tool.ExternalMergeToolUtils.runTwoWayMerge
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, File mainFile, File otherFile, File mergeResultFile, String mainTitle, String otherTitle) Runs the two-way merge using the specified external merge tool.ExternalMergeToolUtils.runTwoWayMerge
(ExternalMergeToolConfiguration externalMergeToolConfiguration, int timeout, InputStream mainStream, InputStream otherStream, File mergeResultFile, String mainTitle, String otherTitle) Runs the two-way merge using the specified external merge tool.