Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.upload |
Modifier and Type | Field and Description |
---|---|
private static List<UploadHook> |
UploadAction.lateUploadHooks |
private static List<UploadHook> |
UploadAction.uploadHooks
The list of upload hooks.
|
Modifier and Type | Method and Description |
---|---|
static void |
UploadAction.registerUploadHook(UploadHook hook)
Registers an upload hook.
|
static void |
UploadAction.registerUploadHook(UploadHook hook,
boolean late)
Registers an upload hook.
|
static void |
UploadAction.unregisterUploadHook(UploadHook hook)
Unregisters an upload hook.
|
Modifier and Type | Class and Description |
---|---|
class |
ApiPreconditionCheckerHook |
class |
DiscardTagsHook
Removes discardable tags such as created_by from all modified objects before upload
|
class |
FixDataHook
Fixes defective data entries for all modified objects before upload
|
class |
RelationUploadOrderHook
This upload hook reorders the list of new relations to upload such that child
relations are uploaded before parent relations.
|
class |
ValidateUploadHook
The action that does the validate thing.
|