Class SwitchboardEditorClassMigration
- java.lang.Object
-
- jmri.jmrit.display.switchboardEditor.configurexml.SwitchboardEditorClassMigration
-
- All Implemented Interfaces:
ClassMigration
public class SwitchboardEditorClassMigration extends java.lang.Object implements ClassMigration
Class migration for persistence classes for the Switchboard Editor.
-
-
Constructor Summary
Constructors Constructor Description SwitchboardEditorClassMigration()
-
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
-
SwitchboardEditorClassMigration
public SwitchboardEditorClassMigration()
-
-
Method Detail
-
getMigrations
@Nonnull 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.
-
-