public interface MigrationTool
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Integer |
getPriority() |
String |
getTitle() |
boolean |
isSystemMigration() |
void |
run(ToolConfig config,
SystemAccess system) |
String getTitle()
String getDescription()
Integer getPriority()
boolean isSystemMigration()
void run(ToolConfig config, SystemAccess system)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.