public abstract class AbstractMigrationStep extends Object implements MigrationStep
Constructor and Description |
---|
AbstractMigrationStep() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doExecute(MigrationContext migrationContext) |
void |
execute(MigrationContext migrationContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
basicSummaryCheck, getDescription, getName, getStep
public void execute(MigrationContext migrationContext)
execute
in interface MigrationStep
protected abstract void doExecute(MigrationContext migrationContext)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.