Class Z21SimulatorClassMigration
java.lang.Object
jmri.jmrix.roco.z21.simulator.configurexml.Z21SimulatorClassMigration
- All Implemented Interfaces:
ClassMigration
Handle changes in persistence class names for the Z21 simulator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the map of migrated classes, where to the class to be migrated from is the key, and its replacement is the value.
-
Constructor Details
-
Z21SimulatorClassMigration
public Z21SimulatorClassMigration()
-
-
Method Details
-
getMigrations
Description copied from interface:ClassMigrationGet the map of migrated classes, where to the class to be migrated from is the key, and its replacement is the value.- Specified by:
getMigrationsin interfaceClassMigration- Returns:
- the map of migrations, or an empty map if none are provided.
-