Class EdaptViewModelMigrator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkMigration​(java.lang.String serializedViewModel)
      Checks whether a view model needs to be migrated.
      boolean checkMigration​(org.eclipse.emf.common.util.URI resourceURI)
      Checks whether a view model needs to be migrated.
      java.lang.String performMigration​(java.lang.String serializedViewModel)
      Migrates a view model to the latest version.
      void performMigration​(org.eclipse.emf.common.util.URI resourceURI)
      Migrates a view model to the latest version.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait