public class ServerMigration<S extends org.jboss.migration.core.Server> extends Object implements WildFlyServerMigration10<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerMigration.Builder<S extends org.jboss.migration.core.Server> |
static interface |
ServerMigration.SubtaskFactory<S extends org.jboss.migration.core.Server> |
| Modifier and Type | Field and Description |
|---|---|
protected List<ServerMigration.SubtaskFactory<S>> |
subtaskFactories |
| Constructor and Description |
|---|
ServerMigration(ServerMigration.Builder<S> builder) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.migration.core.task.ServerMigrationTaskResult |
run(S source,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context)
Runs the server migration.
|
protected final List<ServerMigration.SubtaskFactory<S extends org.jboss.migration.core.Server>> subtaskFactories
public ServerMigration(ServerMigration.Builder<S> builder)
public org.jboss.migration.core.task.ServerMigrationTaskResult run(S source, WildFlyServer10 target, org.jboss.migration.core.task.TaskContext context)
WildFlyServerMigration10run in interface WildFlyServerMigration10<S extends org.jboss.migration.core.Server>Copyright © 2017 JBoss by Red Hat. All rights reserved.