Package jmri.jmrix.pi.configurexml
Class RaspberryPiClassMigration
- java.lang.Object
-
- jmri.jmrix.pi.configurexml.RaspberryPiClassMigration
-
- All Implemented Interfaces:
ClassMigration
public class RaspberryPiClassMigration extends java.lang.Object implements ClassMigration
Raspberry Pi class migrations for theConfigXmlManager
to use.
-
-
Constructor Summary
Constructors Constructor Description RaspberryPiClassMigration()
-
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
-
RaspberryPiClassMigration
public RaspberryPiClassMigration()
-
-
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.
-
-