| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| Modifier and Type | Field and Description |
|---|---|
private static ChangesetCache |
ChangesetCache.INSTANCE
the unique instance
|
private ChangesetCache |
DefaultChangesetCacheEvent.source |
| Modifier and Type | Method and Description |
|---|---|
static ChangesetCache |
ChangesetCache.getInstance()
Replies the unique instance of the cache
|
ChangesetCache |
DefaultChangesetCacheEvent.getSource() |
ChangesetCache |
ChangesetCacheEvent.getSource()
The changeset cache the change happened in.
|
| Constructor and Description |
|---|
DefaultChangesetCacheEvent(ChangesetCache source)
Creates a basic, empty
ChangesetCacheEvent |