public class PsiMigrationManager
extends java.lang.Object
Constructor and Description |
---|
PsiMigrationManager(Project project) |
Modifier and Type | Method and Description |
---|---|
PsiMigrationImpl |
getCurrentMigration() |
static PsiMigrationManager |
getInstance(Project project) |
void |
migrationModified(boolean terminated) |
PsiMigration |
startMigration()
Initiates a migrate refactoring.
|
public PsiMigrationManager(Project project)
public static PsiMigrationManager getInstance(Project project)
public PsiMigrationImpl getCurrentMigration()
public PsiMigration startMigration()
PsiMigration.finish()
is called.public void migrationModified(boolean terminated)