Class Z21SimulatorClassMigration

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface ClassMigration
        Returns:
        the map of migrations, or an empty map if none are provided.