Package | Description |
---|---|
org.openstreetmap.josm.gui.io |
Modifier and Type | Field and Description |
---|---|
private MaxChangesetSizeExceededPolicy |
UploadStrategySpecification.policy |
Modifier and Type | Method and Description |
---|---|
protected MaxChangesetSizeExceededPolicy |
UploadPrimitivesTask.askMaxChangesetSizeExceedsPolicy() |
MaxChangesetSizeExceededPolicy |
UploadStrategySpecification.getPolicy() |
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.
|
Modifier and Type | Method and Description |
---|---|
UploadStrategySpecification |
UploadStrategySpecification.setPolicy(MaxChangesetSizeExceededPolicy policy) |