Package jmri.configurexml
Class DefaultClassMigration
java.lang.Object
jmri.configurexml.DefaultClassMigration
- All Implemented Interfaces:
ClassMigration
Default 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
-
DefaultClassMigration
public DefaultClassMigration()
-
-
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.
-