Class SwitchboardEditorClassMigration
java.lang.Object
jmri.jmrit.display.switchboardEditor.configurexml.SwitchboardEditorClassMigration
- All Implemented Interfaces:
ClassMigration
Class migration for persistence classes for the Switchboard Editor.
-
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
-
SwitchboardEditorClassMigration
public SwitchboardEditorClassMigration()
-
-
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.
-