Class ExternalMergeToolConfiguration
java.lang.Object
com._1c.g5.v8.dt.compare.externaltool.ExternalMergeToolConfiguration
The external comparison and merge tool configuration.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the automatic three-way merge line options.Returns the default automatic three-way merge line options.Returns the default executable file path.Returns the default three-way comparison line options.Returns the default three-way merge line options.Returns the default tool name.Returns the default two-way comparison line options.Returns the default two-way merge line options.Returns the executable file path.Returns the three-way comparison line options.Returns the three-way merge line options.Returns the tool name.Returns the two-way comparison line options.Returns the two-way merge line options.boolean
Tells whether this external merge tool configuration is default.
-
Method Details
-
getToolName
Returns the tool name.- Returns:
- the tool name, never
null
-
getExecutableFile
Returns the executable file path.- Returns:
- the executable file path, may be
null
-
getTwoWayComparisonOptions
Returns the two-way comparison line options.- Returns:
- the two-way comparison line options, may be
null
-
getTwoWayMergeOptions
Returns the two-way merge line options.- Returns:
- the two-way merge line options, may be
null
-
getThreeWayComparisonOptions
Returns the three-way comparison line options.- Returns:
- the three-way comparison line options, may be
null
-
getThreeWayMergeOptions
Returns the three-way merge line options.- Returns:
- the three-way merge line options, may
null
-
getAutoThreeWayMergeOptions
Returns the automatic three-way merge line options.- Returns:
- the automatic three-way merge line options, may
null
-
getDefaultToolName
Returns the default tool name.- Returns:
- the default tool name, may be
null
-
getDefaultExecutableFile
Returns the default executable file path.- Returns:
- the default executable file path, may be
null
-
getDefaultTwoWayComparisonOptions
Returns the default two-way comparison line options.- Returns:
- the default two-way comparison line options, may be
null
-
getDefaultTwoWayMergeOptions
Returns the default two-way merge line options.- Returns:
- the default two-way merge line options, may be
null
-
getDefaultThreeWayComparisonOptions
Returns the default three-way comparison line options.- Returns:
- the default three-way comparison line options, may be
null
-
getDefaultThreeWayMergeOptions
Returns the default three-way merge line options.- Returns:
- the default three-way merge line options, may
null
-
getDefaultAutoThreeWayMergeOptions
Returns the default automatic three-way merge line options.- Returns:
- the default automatic three-way merge line options, may
null
-
isDefault
public boolean isDefault()Tells whether this external merge tool configuration is default.- Returns:
true
if this external merge tool configuration is default,false
otherwise
-