Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.tags |
Provides the classes for resolving conflicts between OSM tags.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<TagConflictResolutionUtil.AutomaticChoice> |
TagConflictResolutionUtil.AutomaticChoiceGroup.choices
The list of choice to choose from.
|
private static java.util.Collection<TagConflictResolutionUtil.AutomaticChoice> |
TagConflictResolutionUtil.defaultAutomaticTagConflictChoices
Default preferences for the list of AutomaticChoice tag conflict resolvers.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<TagConflictResolutionUtil.AutomaticChoiceGroup> |
TagConflictResolutionUtil.AutomaticChoiceGroup.groupChoices(java.util.Collection<TagConflictResolutionUtil.AutomaticChoice> choices)
Group a given list of
TagConflictResolutionUtil.AutomaticChoice by the Tag key and the choice group name. |
Constructor and Description |
---|
AutomaticChoiceGroup(java.lang.String key,
java.lang.String group,
boolean isRegex,
java.util.List<TagConflictResolutionUtil.AutomaticChoice> choices)
Instantiate an automatic tag conflict resolver which choose from
a given list of
choice values. |