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.
|
Modifier and Type | Method and Description |
---|---|
protected MaxChangesetSizeExceededPolicy |
UploadPrimitivesTask.askMaxChangesetSizeExceedsPolicy() |
Modifier and Type | Field and Description |
---|---|
private MaxChangesetSizeExceededPolicy |
UploadStrategySpecification.policy |
Modifier and Type | Method and Description |
---|---|
MaxChangesetSizeExceededPolicy |
UploadStrategySpecification.getPolicy()
Gets the policy that is used when the server max changeset size is exceeded.
|
static MaxChangesetSizeExceededPolicy |
MaxChangesetSizeExceededPolicy.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
UploadStrategySpecification |
UploadStrategySpecification.setPolicy(MaxChangesetSizeExceededPolicy policy)
Sets the policy to use when the max changeset size is exceeded
|