public class ProjectMigrationTool extends Object implements MigrationTool
Constructor and Description |
---|
ProjectMigrationTool() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Integer |
getPriority() |
String |
getTitle() |
boolean |
isSystemMigration() |
void |
run(ToolConfig config,
SystemAccess system) |
public static final String NAME
public String getTitle()
getTitle
in interface MigrationTool
public String getDescription()
getDescription
in interface MigrationTool
public Integer getPriority()
getPriority
in interface MigrationTool
public boolean isSystemMigration()
isSystemMigration
in interface MigrationTool
public void run(ToolConfig config, SystemAccess system)
run
in interface MigrationTool
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.