Class Z21SimulatorClassMigration
- java.lang.Object
-
- jmri.jmrix.roco.z21.simulator.configurexml.Z21SimulatorClassMigration
-
- All Implemented Interfaces:
ClassMigration
public class Z21SimulatorClassMigration extends java.lang.Object implements ClassMigration
Handle changes in persistence class names for the Z21 simulator.
-
-
Constructor Summary
Constructors Constructor Description Z21SimulatorClassMigration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getMigrations()
Get the map of migrated classes, where to the class to be migrated from is the key, and its replacement is the value.
-
-
-
Constructor Detail
-
Z21SimulatorClassMigration
public Z21SimulatorClassMigration()
-
-
Method Detail
-
getMigrations
public java.util.Map<java.lang.String,java.lang.String> getMigrations()
Description copied from interface:ClassMigration
Get the map of migrated classes, where to the class to be migrated from is the key, and its replacement is the value.- Specified by:
getMigrations
in interfaceClassMigration
- Returns:
- the map of migrations, or an empty map if none are provided.
-
-