Package jmri.util.startup.configurexml
Class StartupClassMigration
java.lang.Object
jmri.util.startup.configurexml.StartupClassMigration
- All Implemented Interfaces:
ClassMigration
Migrate startup actions in XML from the
apps and apps.startup
packages to the jmri.util.startup package.-
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
-
StartupClassMigration
public StartupClassMigration()
-
-
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.
-