public class Migration extends Object
| Constructor and Description |
|---|
Migration(MigrationConfiguration configuration)
Creates an instance with given
configuration to migrate. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
executeProcess(List<String> command,
String errorMsg,
String successMsg,
String exceptionMsg) |
void |
migrate()
Performs the migration.
|
public Migration(MigrationConfiguration configuration)
configuration to migrate.configuration - configuration to do migrationpublic void migrate()
throws MigrationToolsException,
MigrationFailureException
MigrationToolsException - Thrown when migration tools are missingMigrationFailureException - Thrown for an exception during migrationCopyright © 2000–2019 Vaadin Ltd. All rights reserved.