Package jetbrains.mps.migration.global
Interface ProjectMigration
- 
- All Known Subinterfaces:
 ProjectMigrationWithOptions
- All Known Implementing Classes:
 BaseProjectMigration
public interface ProjectMigration 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyToCreatedProject(Project p)voidexecute(Project p)StringgetDescription()booleanisRerunnable()booleanshouldBeExecuted(Project p) 
 -