Package org.jboss.migration.wfly10
Interface WildFlyServerMigration10<S extends org.jboss.migration.core.Server>
-
- All Known Implementing Classes:
ServerMigration,ServerUpdate
public interface WildFlyServerMigration10<S extends org.jboss.migration.core.Server>- Author:
- emmartins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.migration.core.task.ServerMigrationTaskResultrun(S source, WildFlyServer10 target, org.jboss.migration.core.task.TaskContext context)Runs the server migration.
-
-
-
Method Detail
-
run
org.jboss.migration.core.task.ServerMigrationTaskResult run(S source, WildFlyServer10 target, org.jboss.migration.core.task.TaskContext context)
Runs the server migration.- Parameters:
source-target-context-- Returns:
-
-