Uses of Class
com._1c.g5.v8.dt.compare.matching.MatchingStrategy
- 
- 
Uses of MatchingStrategy in com._1c.g5.v8.dt.compare.coreMethods in com._1c.g5.v8.dt.compare.core that return MatchingStrategy Modifier and Type Method Description MatchingStrategyComparisonProcessSettings. getMatchingStrategy()MatchingStrategyIComparisonProcessSettings. getMatchingStrategy()Returns the MD object matching strategy.MatchingStrategyIComparisonSession. 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.ComparisonSettingsBuilderComparisonProcessSettings. 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.gitFields in com._1c.g5.v8.dt.compare.git declared as MatchingStrategy Modifier and Type Field Description protected MatchingStrategyAbstractCompareCommitsPerformer. matchingStrategythe 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, Collection<org.eclipse.core.resources.IProject> projects, Map<org.eclipse.core.resources.IProject,List<Path>> pathsToFilter, 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.mergeFields in com._1c.g5.v8.dt.compare.git.merge declared as MatchingStrategy Modifier and Type Field Description protected MatchingStrategyAbstractMergePerformer. matchingStrategythe 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, int parentIndex, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, String mergeSettingsFileName, IQualifiedNameFilePathConverter filePathConverter, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager, IExternalObjectDumpSupport externalObjectDumpSupport, IWorkspaceOrchestrator workspaceOrchestrator)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, String mergeSettingsFileName, IQualifiedNameFilePathConverter filePathConverter, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager, IExternalObjectDumpSupport externalObjectDumpSupport, IWorkspaceOrchestrator workspaceOrchestrator)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, String mergeSettingsFileName, IQualifiedNameFilePathConverter filePathConverter, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager, IExternalObjectDumpSupport externalObjectDumpSupport, IWorkspaceOrchestrator workspaceOrchestrator)Creates a new instance with the given parameters.
- 
Uses of MatchingStrategy in com._1c.g5.v8.dt.compare.matchingMethods in com._1c.g5.v8.dt.compare.matching that return MatchingStrategy Modifier and Type Method Description static MatchingStrategyMatchingStrategy. 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.ui.dialogsMethods in com._1c.g5.v8.dt.compare.ui.dialogs that return MatchingStrategy Modifier and Type Method Description MatchingStrategyMatchingStrategySelectionControl. 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.compareConstructors 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, Collection<org.eclipse.core.resources.IProject> projects, Map<org.eclipse.core.resources.IProject,List<Path>> pathsToFilter, String mergeSettingsFileName, IQualifiedNameFilePathConverter filePathConverter, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager, TestingWorkspace testingWorkspace)Creates a new instance with the given parameters.
- 
Uses of MatchingStrategy in com.e1c.g5.v8.dt.library.updateMethods in com.e1c.g5.v8.dt.library.update with parameters of type MatchingStrategy Modifier and Type Method Description CompletableFuture<Boolean>ILibraryUpdater. updateLibrary(IDtProject dtProject, LibraryDescriptor libraryDescriptor, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, String mergeSettingsFileName, Consumer<CompareMergeProcessBatch> mergeRunner)Updates the project library or plugs the library to the project via running comparison and merge.CompletableFuture<Boolean>ILibraryUpdater. updateLibrary(IDtProject dtProject, Path libraryPath, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, String mergeSettingsFileName, Consumer<CompareMergeProcessBatch> mergeRunner, org.eclipse.core.runtime.IProgressMonitor monitor)Updates the project library or plugs the library to the project via running comparison and merge
 
-