Package org.openstreetmap.josm.command.conflict
Provides commands for handling conflicts.
-
Class Summary Class Description ConflictAddCommand Command used to add a new conflict.ConflictResolveCommand CoordinateConflictResolveCommand Represents the resolution of a conflict between the coordinates of twoNode
s.DeletedStateConflictResolveCommand Represents the resolution of a conflict between the deleted flag of twoOsmPrimitive
s.ModifiedConflictResolveCommand Represents the resolution of a conflict between the modified flag of twoOsmPrimitive
s.RelationMemberConflictResolverCommand Represents the resolution of conflicts in the member list of twoRelation
s.TagConflictResolveCommand Represents the resolution of a tag conflict in anOsmPrimitive
.VersionConflictResolveCommand Represents the resolution of a version conflict between twoOsmPrimitive
s.WayNodesConflictResolverCommand Represents the resolution of conflicts in the node list of twoWay
s.