Uses of Interface
org.openstreetmap.josm.actions.upload.UploadHook
-
Packages that use UploadHook Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.upload Provides the classes for JOSMupload action
. -
-
Uses of UploadHook in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions with type parameters of type UploadHook Modifier and Type Field Description private static List<UploadHook>
UploadAction. LATE_UPLOAD_HOOKS
private static List<UploadHook>
UploadAction. UPLOAD_HOOKS
The list of upload hooks.Methods in org.openstreetmap.josm.actions with parameters of type UploadHook Modifier and Type Method 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. -
Uses of UploadHook in org.openstreetmap.josm.actions.upload
Classes in org.openstreetmap.josm.actions.upload that implement UploadHook Modifier and Type Class Description class
ApiPreconditionCheckerHook
Checks certain basic conditions, that are listed in the OSM APICapabilities
.class
DiscardTagsHook
Removes discardable tags such as created_by from all modified objects before uploadclass
FixDataHook
Fixes defective data entries for all modified objects before uploadclass
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.
-