Package jmri.configurexml
Interface ClassMigration
- All Known Implementing Classes:
DefaultClassMigration,RaspberryPiClassMigration,StartupClassMigration,SwitchboardEditorClassMigration,Z21SimulatorClassMigration
public interface ClassMigration
Interface for service provider instances that provide a class migration path
that the
ConfigXmlManager must be made aware of.-
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.
-
Method Details
-
getMigrations
Get the map of migrated classes, where to the class to be migrated from is the key, and its replacement is the value.- Returns:
- the map of migrations, or an empty map if none are provided.
-