Package jmri.jmrix.pi.configurexml
Class RaspberryPiClassMigration
java.lang.Object
jmri.jmrix.pi.configurexml.RaspberryPiClassMigration
- All Implemented Interfaces:
ClassMigration
Raspberry Pi class migrations for the
ConfigXmlManager to use.-
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
-
RaspberryPiClassMigration
public RaspberryPiClassMigration()
-
-
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.
-