Interface MigrationTool
-
public interface MigrationTool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()IntegergetPriority()StringgetTitle()booleanisSystemMigration()voidrun(ToolConfig config, SystemAccess system)
-
-
-
Method Detail
-
getTitle
String getTitle()
-
getDescription
String getDescription()
-
getPriority
Integer getPriority()
-
isSystemMigration
boolean isSystemMigration()
-
run
void run(ToolConfig config, SystemAccess system)
-
-