Package jmri.util.startup.configurexml
Class StartupClassMigration
- java.lang.Object
-
- jmri.util.startup.configurexml.StartupClassMigration
-
- All Implemented Interfaces:
ClassMigration
public class StartupClassMigration extends java.lang.Object implements ClassMigration
Migrate startup actions in XML from theapps
andapps.startup
packages to thejmri.util.startup
package.
-
-
Constructor Summary
Constructors Constructor Description StartupClassMigration()
-
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
-
StartupClassMigration
public StartupClassMigration()
-
-
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.
-
-