public class ServerMigration<S extends org.jboss.migration.core.Server> extends Object implements WildFly10ServerMigration<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.ServerMigrationTaskResult |
run(S source,
WildFly10Server target,
org.jboss.migration.core.ServerMigrationTaskContext 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.ServerMigrationTaskResult run(S source, WildFly10Server target, org.jboss.migration.core.ServerMigrationTaskContext context)
WildFly10ServerMigrationrun in interface WildFly10ServerMigration<S extends org.jboss.migration.core.Server>Copyright © 2016 JBoss by Red Hat. All rights reserved.