org.openstreetmap.josm.actions.upload
Class DiscardTagsHook

java.lang.Object
  extended by org.openstreetmap.josm.actions.upload.DiscardTagsHook
All Implemented Interfaces:
UploadHook

public class DiscardTagsHook
extends java.lang.Object
implements UploadHook

Removes discardable tags such as created_by from all modified objects before upload


Constructor Summary
DiscardTagsHook()
           
 
Method Summary
 boolean checkUpload(APIDataSet apiDataSet)
          Checks the upload.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscardTagsHook

public DiscardTagsHook()
Method Detail

checkUpload

public boolean checkUpload(APIDataSet apiDataSet)
Description copied from interface: UploadHook
Checks the upload.

Specified by:
checkUpload in interface UploadHook
Parameters:
apiDataSet - the data to upload


JOSM