Package jetbrains.mps.migration.global
Interface ProjectMigrationWithOptions
- 
- All Superinterfaces:
 ProjectMigration
public interface ProjectMigrationWithOptions extends ProjectMigration
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProjectMigrationWithOptions.BooleanOptionstatic classProjectMigrationWithOptions.Option<T> 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<ProjectMigrationWithOptions.Option>getOptions()voidsetOptionValues(MigrationOptions values)- 
Methods inherited from interface jetbrains.mps.migration.global.ProjectMigration
applyToCreatedProject, execute, getDescription, isRerunnable, shouldBeExecuted 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getOptions
Collection<ProjectMigrationWithOptions.Option> getOptions()
 
- 
setOptionValues
void setOptionValues(MigrationOptions values)
 
 - 
 
 -