Class ExternalMergeToolConfiguration
- java.lang.Object
- 
- com._1c.g5.v8.dt.compare.externaltool.ExternalMergeToolConfiguration
 
- 
 public class ExternalMergeToolConfiguration extends Object The external comparison and merge tool configuration.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classExternalMergeToolConfiguration.ExternalMergeToolConfigurationBuilderTheExternalMergeToolConfigurationbuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAutoThreeWayMergeOptions()Returns the automatic three-way merge line options.StringgetDefaultAutoThreeWayMergeOptions()Returns the default automatic three-way merge line options.StringgetDefaultExecutableFile()Returns the default executable file path.StringgetDefaultThreeWayComparisonOptions()Returns the default three-way comparison line options.StringgetDefaultThreeWayMergeOptions()Returns the default three-way merge line options.StringgetDefaultToolName()Returns the default tool name.StringgetDefaultTwoWayComparisonOptions()Returns the default two-way comparison line options.StringgetDefaultTwoWayMergeOptions()Returns the default two-way merge line options.StringgetExecutableFile()Returns the executable file path.StringgetThreeWayComparisonOptions()Returns the three-way comparison line options.StringgetThreeWayMergeOptions()Returns the three-way merge line options.StringgetToolName()Returns the tool name.StringgetTwoWayComparisonOptions()Returns the two-way comparison line options.StringgetTwoWayMergeOptions()Returns the two-way merge line options.booleanisDefault()Tells whether this external merge tool configuration is default.
 
- 
- 
- 
Method Detail- 
getToolNamepublic String getToolName() Returns the tool name.- Returns:
- the tool name, never null
 
 - 
getExecutableFilepublic String getExecutableFile() Returns the executable file path.- Returns:
- the executable file path, may be null
 
 - 
getTwoWayComparisonOptionspublic String getTwoWayComparisonOptions() Returns the two-way comparison line options.- Returns:
- the two-way comparison line options, may be null
 
 - 
getTwoWayMergeOptionspublic String getTwoWayMergeOptions() Returns the two-way merge line options.- Returns:
- the two-way merge line options, may be null
 
 - 
getThreeWayComparisonOptionspublic String getThreeWayComparisonOptions() Returns the three-way comparison line options.- Returns:
- the three-way comparison line options, may be null
 
 - 
getThreeWayMergeOptionspublic String getThreeWayMergeOptions() Returns the three-way merge line options.- Returns:
- the three-way merge line options, may null
 
 - 
getAutoThreeWayMergeOptionspublic String getAutoThreeWayMergeOptions() Returns the automatic three-way merge line options.- Returns:
- the automatic three-way merge line options, may null
 
 - 
getDefaultToolNamepublic String getDefaultToolName() Returns the default tool name.- Returns:
- the default tool name, may be null
 
 - 
getDefaultExecutableFilepublic String getDefaultExecutableFile() Returns the default executable file path.- Returns:
- the default executable file path, may be null
 
 - 
getDefaultTwoWayComparisonOptionspublic String getDefaultTwoWayComparisonOptions() Returns the default two-way comparison line options.- Returns:
- the default two-way comparison line options, may be null
 
 - 
getDefaultTwoWayMergeOptionspublic String getDefaultTwoWayMergeOptions() Returns the default two-way merge line options.- Returns:
- the default two-way merge line options, may be null
 
 - 
getDefaultThreeWayComparisonOptionspublic String getDefaultThreeWayComparisonOptions() Returns the default three-way comparison line options.- Returns:
- the default three-way comparison line options, may be null
 
 - 
getDefaultThreeWayMergeOptionspublic String getDefaultThreeWayMergeOptions() Returns the default three-way merge line options.- Returns:
- the default three-way merge line options, may null
 
 - 
getDefaultAutoThreeWayMergeOptionspublic String getDefaultAutoThreeWayMergeOptions() Returns the default automatic three-way merge line options.- Returns:
- the default automatic three-way merge line options, may null
 
 - 
isDefaultpublic boolean isDefault() Tells whether this external merge tool configuration is default.- Returns:
- trueif this external merge tool configuration is default,- falseotherwise
 
 
- 
 
-