Uses of Class
com.e1c.g5.v8.dt.library.update.LibraryCompareMergeResult
Packages that use LibraryCompareMergeResult
-
Uses of LibraryCompareMergeResult in com.e1c.g5.v8.dt.internal.library.update
Methods in com.e1c.g5.v8.dt.internal.library.update that return types with arguments of type LibraryCompareMergeResultModifier and TypeMethodDescriptionLibraryUpdater.updateLibrary
(IDtProject dtProject, LibraryDescriptor libraryDescriptor, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, String mergeSettingsFileName, boolean updateExisting) LibraryUpdater.updateLibrary
(IDtProject dtProject, LibraryDescriptor libraryDescriptor, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, String mergeSettingsFileName, Consumer<CompareMergeProcessBatch> mergeRunner, boolean updateExisting) LibraryUpdater.updateLibrary
(IDtProject dtProject, Path libraryPath, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, String mergeSettingsFileName, Consumer<CompareMergeProcessBatch> mergeRunner, org.eclipse.core.runtime.IProgressMonitor monitor, boolean updateExisting) -
Uses of LibraryCompareMergeResult in com.e1c.g5.v8.dt.library.update
Methods in com.e1c.g5.v8.dt.library.update that return types with arguments of type LibraryCompareMergeResultModifier and TypeMethodDescriptionILibraryUpdater.updateLibrary
(IDtProject dtProject, LibraryDescriptor libraryDescriptor, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, String mergeSettingsFileName, boolean updateExisting) Updates the project library or plugs the library to the project via running comparison and merge.ILibraryUpdater.updateLibrary
(IDtProject dtProject, LibraryDescriptor libraryDescriptor, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, String mergeSettingsFileName, Consumer<CompareMergeProcessBatch> mergeRunner, boolean updateExisting) Updates the project library or plugs the library to the project via running comparison and merge.ILibraryUpdater.updateLibrary
(IDtProject dtProject, Path libraryPath, MatchingStrategy matchingStrategy, boolean parseBslModuleStructure, String mergeSettingsFileName, Consumer<CompareMergeProcessBatch> mergeRunner, org.eclipse.core.runtime.IProgressMonitor monitor, boolean updateExisting) Updates the project library or plugs the library to the project via running comparison and merge