Package jmri.configurexml
Class ClassMigrationManager
java.lang.Object
jmri.configurexml.ClassMigrationManager
- All Implemented Interfaces:
InstanceManagerAutoDefault
Get class migrations for the
ConfigXmlManager.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClassName(String className) Get the class name to be used for the given class name.
-
Constructor Details
-
ClassMigrationManager
public ClassMigrationManager()
-
-
Method Details
-
getClassName
Get the class name to be used for the given class name.- Parameters:
className- the class name to check for a migration against- Returns:
- the class name to use; either the new name to migrate to or the old name if no migration is required
-