| Package | Description |
|---|---|
| org.openstreetmap.josm.io.session |
Provides the classes for user sessions import/export.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<SessionReader.LayerDependency> |
SessionReader.ImportSupport.layerDependencies |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SessionReader.LayerDependency> |
SessionReader.ImportSupport.getLayerDependencies()
Dependencies - maps the layer index to the importer of the given
layer.
|
| Constructor and Description |
|---|
ImportSupport(java.lang.String layerName,
int layerIndex,
java.util.List<SessionReader.LayerDependency> layerDependencies)
Constructs a new
ImportSupport. |