Package com.nomagic.magicdraw.merge
Class ProjectDifference
java.lang.Object
com.nomagic.magicdraw.merge.ProjectDifference
Project difference data.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet all changes - changes between both contributors and the ancestor project.Deprecated, for removal: This API element is subject to removal in a future version.do not use this method, it always returns empty collectionGet source changes - changes between ancestor and source.Get target changes - changes between ancestor and target.
-
Method Details
-
getSourceChanges
Get source changes - changes between ancestor and source.- Returns:
- source changes.
-
getTargetChanges
Get target changes - changes between ancestor and target. There are changes nn the case of 2-way merge, as ancestor and target are the same.- Returns:
- target changes.
-
getChanges
Get all changes - changes between both contributors and the ancestor project.- Returns:
- all changes.
-
getRejectedModules
@Deprecated(since="2022xRefresh2", forRemoval=true) @OpenApi public Map<ModuleInfo,Set<RwMergeModeConstraint>> getRejectedModules()Deprecated, for removal: This API element is subject to removal in a future version.do not use this method, it always returns empty collectionGets modules that were requested but did not qualify for read-write merge mode.- Returns:
- target project
ModuleInfo
toRwMergeModeConstraint
map
-