Uses of Class
com._1c.g5.v8.dt.compare.matching.MatchingStrategy
-
-
Uses of MatchingStrategy in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return MatchingStrategy Modifier and Type Method Description MatchingStrategy
ComparisonProcessSettings. getMatchingStrategy()
MatchingStrategy
IComparisonProcessSettings. getMatchingStrategy()
Returns the MD object matching strategy.MatchingStrategy
IComparisonSession. getMatchingStrategy(ComparisonSide firstSide, ComparisonSide secondSide)
Returns the matching strategy used between the specified sides.Methods in com._1c.g5.v8.dt.compare.core with parameters of type MatchingStrategy Modifier and Type Method Description static ComparisonProcessSettings.ComparisonSettingsBuilder
ComparisonProcessSettings. builder(MatchingStrategy matchingStrategy)
Returns a builder of comparison process settings.Constructors in com._1c.g5.v8.dt.compare.core with parameters of type MatchingStrategy Constructor Description ComparisonProcessSettings(MatchingStrategy matchingStrategy, List<ObjectsTriple<String>> correspondences, IMergeSettingsModel mergeSettingsModel)
Constructs a settings object with the specified values.ComparisonSettingsBuilder(MatchingStrategy matchingStrategy)
Constructs a builder. -
Uses of MatchingStrategy in com._1c.g5.v8.dt.compare.git
Fields in com._1c.g5.v8.dt.compare.git declared as MatchingStrategy Modifier and Type Field Description protected MatchingStrategy
AbstractCompareCommitsPerformer. matchingStrategy
the matching strategyprotected MatchingStrategy
AbstractCompareWithPerformer. matchingStrategy
the matching strategyConstructors in com._1c.g5.v8.dt.compare.git with parameters of type MatchingStrategy Constructor Description AbstractCompareCommitsPerformer(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.revwalk.RevCommit mainCommit, org.eclipse.jgit.revwalk.RevCommit otherCommit, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, Path pathToFilter, IQualifiedNameFilePathConverter filePathConverter)
Creates a new instance with the given parameters.AbstractCompareWithPerformer(org.eclipse.jgit.lib.Repository repository, String revisionToCompareWith, MatchingStrategy matchingStrategy, boolean mergeObjectsContent, boolean parseBslModuleStructure, org.eclipse.core.resources.IProject project, Path pathToFilter, String mergeSettingsFileName, IQualifiedNameFilePathConverter filePathConverter, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager)
Creates a new instance with the given parameters. -
Uses of MatchingStrategy in com._1c.g5.v8.dt.compare.git.merge
Fields in com._1c.g5.v8.dt.compare.git.merge declared as MatchingStrategy Modifier and Type Field Description protected MatchingStrategy
AbstractMergePerformer. matchingStrategy
the matching strategyConstructors in com._1c.g5.v8.dt.compare.git.merge with parameters of type MatchingStrategy Constructor Description AbstractCherryPickPerformer(org.eclipse.jgit.lib.Repository repository, String commit, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, IQualifiedNameFilePathConverter filePathConverter, IBmModelManager bmModelManager, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager, String mergeSettingsFileName)
Creates a new instance with the given parameters.AbstractMergeBranchPerformer(org.eclipse.jgit.lib.Repository repository, String refNameToMergeWith, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, org.eclipse.jgit.api.MergeCommand.FastForwardMode fastForwardMode, boolean mergeSquash, boolean mergeCommit, IQualifiedNameFilePathConverter filePathConverter, IBmModelManager bmModelManager, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager, String mergeSettingsFileName)
Creates a new instance with the given parameters.AbstractMergePerformer(org.eclipse.jgit.lib.Repository repository, String refNameToMergeWith, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, org.eclipse.jgit.api.MergeCommand.FastForwardMode fastForwardMode, IQualifiedNameFilePathConverter filePathConverter, IBmModelManager bmModelManager, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager, String mergeSettingsFileName)
Creates a new instance with the given parameters. -
Uses of MatchingStrategy in com._1c.g5.v8.dt.compare.matching
Methods in com._1c.g5.v8.dt.compare.matching that return MatchingStrategy Modifier and Type Method Description static MatchingStrategy
MatchingStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatchingStrategy[]
MatchingStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MatchingStrategy in com._1c.g5.v8.dt.compare.store
Methods in com._1c.g5.v8.dt.compare.store that return MatchingStrategy Modifier and Type Method Description MatchingStrategy
IComparisonProcessStore. getMainSideMatchingStrategy(ComparisonProcessHandle handle)
Returns the matching strategy for matching objects with the main side of the comparison.Methods in com._1c.g5.v8.dt.compare.store with parameters of type MatchingStrategy Modifier and Type Method Description void
IComparisonProcessStore. setMainSideMatchingStrategy(ComparisonProcessHandle handle, MatchingStrategy matchingStrategy)
Sets the matching strategy for matching objects with the main side of the comparison. -
Uses of MatchingStrategy in com._1c.g5.v8.dt.compare.ui.dialogs
Methods in com._1c.g5.v8.dt.compare.ui.dialogs that return MatchingStrategy Modifier and Type Method Description MatchingStrategy
MatchingStrategySelectionControl. getMatchingStrategy()
Gets chosen matching strategy.Constructors in com._1c.g5.v8.dt.compare.ui.dialogs with parameters of type MatchingStrategy Constructor Description MatchingStrategySelectionControl(org.eclipse.swt.widgets.Composite parent, int style, MatchingStrategy defaultMatchingStrategy)
Creates new instance ofMatchingStrategySelectionControl
. -
Uses of MatchingStrategy in com._1c.g5.v8.dt.testing.compare
Constructors in com._1c.g5.v8.dt.testing.compare with parameters of type MatchingStrategy Constructor Description CompareWithTestPerformer(org.eclipse.jgit.lib.Repository repository, String revisionToCompareWith, MatchingStrategy matchingStrategy, boolean mergeObjectsContent, boolean parseBslModuleStructure, org.eclipse.core.resources.IProject project, Path pathToFilter, String mergeSettingsFileName, IQualifiedNameFilePathConverter filePathConverter, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager, TestingWorkspace testingWorkspace)
Creates a new instance with the given parameters.
-