Uses of Class
org.openstreetmap.josm.io.MaxChangesetSizeExceededPolicy
-
Packages that use MaxChangesetSizeExceededPolicy Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of MaxChangesetSizeExceededPolicy in org.openstreetmap.josm.gui.io
Methods in org.openstreetmap.josm.gui.io that return MaxChangesetSizeExceededPolicy Modifier and Type Method Description protected MaxChangesetSizeExceededPolicy
UploadPrimitivesTask. promptUserForPolicy()
Prompt the user about how to proceed. -
Uses of MaxChangesetSizeExceededPolicy in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as MaxChangesetSizeExceededPolicy Modifier and Type Field Description private MaxChangesetSizeExceededPolicy
UploadStrategySpecification. policy
Methods in org.openstreetmap.josm.io that return MaxChangesetSizeExceededPolicy Modifier and Type Method Description MaxChangesetSizeExceededPolicy
UploadStrategySpecification. getPolicy()
Gets the policy that is used when the server max changeset size is exceeded.static MaxChangesetSizeExceededPolicy
MaxChangesetSizeExceededPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaxChangesetSizeExceededPolicy[]
MaxChangesetSizeExceededPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.io with parameters of type MaxChangesetSizeExceededPolicy Modifier and Type Method Description UploadStrategySpecification
UploadStrategySpecification. setPolicy(MaxChangesetSizeExceededPolicy policy)
Sets the policy to use when the max changeset size is exceeded
-