public interface ViewModelMigrator
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkMigration(org.eclipse.emf.common.util.URI resourceURI)
Checks whether a view model needs to be migrated.
|
void |
performMigration(org.eclipse.emf.common.util.URI resourceURI)
Migrates a view model to the latest version.
|
boolean checkMigration(org.eclipse.emf.common.util.URI resourceURI)
resourceURI - The URI of the view model that should be checked.void performMigration(org.eclipse.emf.common.util.URI resourceURI)
throws ViewModelMigrationException
resourceURI - The URI of the view model that should be migrated.ViewModelMigrationException - in case of an errorCopyright © 2017. All rights reserved.