Uses of Class
com._1c.g5.v8.dt.compare.externaltool.ExternalMergeToolConfiguration
Packages that use ExternalMergeToolConfiguration
Package
Description
-
Uses of ExternalMergeToolConfiguration in com._1c.g5.v8.dt.bsl.compare
Methods in com._1c.g5.v8.dt.bsl.compare with parameters of type ExternalMergeToolConfigurationModifier 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 ExternalMergeToolConfiguration in com._1c.g5.v8.dt.compare.externaltool
Methods in com._1c.g5.v8.dt.compare.externaltool that return ExternalMergeToolConfigurationModifier and TypeMethodDescriptionExternalMergeToolConfiguration.ExternalMergeToolConfigurationBuilder.build()
Builds a new external merge tool configuration instantiated according to values set here.IExternalMergeToolProvider.getThreeWayComparisonExternalTool()
Returns the three-way comparison external tool.IExternalMergeToolProvider.getThreeWayMergeExternalTool()
Returns the three-way merge external tool.IExternalMergeToolProvider.getTwoWayComparisonExternalTool()
Returns the two-way comparison external tool.IExternalMergeToolProvider.getTwoWayMergeExternalTool()
Returns the two-way merge external tool.Methods in com._1c.g5.v8.dt.compare.externaltool that return types with arguments of type ExternalMergeToolConfigurationModifier and TypeMethodDescriptionIExternalMergeToolProvider.getExternalMergeToolByName
(String toolName) Returns the external merge tool by name.IExternalMergeToolProvider.getExternalMergeTools()
Returns all external merge tools.Methods in com._1c.g5.v8.dt.compare.externaltool with parameters of type ExternalMergeToolConfigurationModifier 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. -
Uses of ExternalMergeToolConfiguration in com._1c.g5.v8.dt.internal.compare.ui.externaltool
Methods in com._1c.g5.v8.dt.internal.compare.ui.externaltool that return ExternalMergeToolConfigurationModifier and TypeMethodDescriptionExternalMergeToolManager.getThreeWayComparisonExternalTool()
ExternalMergeToolManager.getThreeWayMergeExternalTool()
ExternalMergeToolManager.getTwoWayComparisonExternalTool()
ExternalMergeToolManager.getTwoWayMergeExternalTool()
Methods in com._1c.g5.v8.dt.internal.compare.ui.externaltool that return types with arguments of type ExternalMergeToolConfigurationModifier and TypeMethodDescriptionExternalMergeToolManager.getExternalMergeToolByName
(String toolName) ExternalMergeToolManager.getExternalMergeTools()
Methods in com._1c.g5.v8.dt.internal.compare.ui.externaltool with parameters of type ExternalMergeToolConfigurationModifier and TypeMethodDescriptionvoid
ExternalMergeToolManager.setThreeWayComparisonExternalTool
(ExternalMergeToolConfiguration externalMergeToolConfiguration) Sets the three-way comparison external tool.void
ExternalMergeToolManager.setThreeWayMergeExternalTool
(ExternalMergeToolConfiguration externalMergeToolConfiguration) Sets the three-way merge external tool.void
ExternalMergeToolManager.setTwoWayComparisonExternalTool
(ExternalMergeToolConfiguration externalMergeToolConfiguration) Sets the two-way comparison external tool.void
ExternalMergeToolManager.setTwoWayMergeExternalTool
(ExternalMergeToolConfiguration externalMergeToolConfiguration) Sets the two-way merge external tool.Method parameters in com._1c.g5.v8.dt.internal.compare.ui.externaltool with type arguments of type ExternalMergeToolConfigurationModifier and TypeMethodDescriptionvoid
ExternalMergeToolManager.setExternalMergeTools
(List<ExternalMergeToolConfiguration> externalMergeToolConfigurations) Sets the given external merge tools. -
Uses of ExternalMergeToolConfiguration in com._1c.g5.v8.dt.internal.compare.ui.preferences
Constructors in com._1c.g5.v8.dt.internal.compare.ui.preferences with parameters of type ExternalMergeToolConfigurationModifierConstructorDescriptionExternalMergeToolConfigurationDialog
(org.eclipse.swt.widgets.Shell shell, ExternalMergeToolConfiguration externalMergeToolConfiguration, Set<String> allToolNames) Creates a new instance.