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 java.util.List<UploadHook>UploadAction. LATE_UPLOAD_HOOKSprivate static java.util.List<UploadHook>UploadAction. UPLOAD_HOOKSThe list of upload hooks.Methods in org.openstreetmap.josm.actions with parameters of type UploadHook Modifier and Type Method Description static voidUploadAction. registerUploadHook(UploadHook hook)Registers an upload hook.static voidUploadAction. registerUploadHook(UploadHook hook, boolean late)Registers an upload hook.static voidUploadAction. 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 classApiPreconditionCheckerHookChecks certain basic conditions, that are listed in the OSM APICapabilities.classDiscardTagsHookRemoves discardable tags such as created_by from all modified objects before uploadclassFixDataHookFixes defective data entries for all modified objects before uploadclassRelationUploadOrderHookThis upload hook reorders the list of new relations to upload such that child relations are uploaded before parent relations.classValidateUploadHookThe action that does the validate thing.
-