Class StandaloneServerUpdate<S extends org.jboss.migration.core.jboss.JBossServer<S>>
- java.lang.Object
-
- org.jboss.migration.wfly10.config.task.StandaloneServerMigration<S>
-
- org.jboss.migration.wfly10.config.task.update.StandaloneServerUpdate<S>
-
- All Implemented Interfaces:
ServerMigration.SubtaskFactory<S>
public class StandaloneServerUpdate<S extends org.jboss.migration.core.jboss.JBossServer<S>> extends StandaloneServerMigration<S>
- Author:
- emmartins
-
-
Field Summary
-
Fields inherited from class org.jboss.migration.wfly10.config.task.StandaloneServerMigration
SERVER_MIGRATION_TASK_NAME, STANDALONE
-
-
Constructor Summary
Constructors Constructor Description StandaloneServerUpdate(StandaloneServerConfigurationsMigration<S,?> configFilesMigration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeforeConfigurationsMigration(S source, WildFlyServer10 target, org.jboss.migration.core.task.TaskContext context)-
Methods inherited from class org.jboss.migration.wfly10.config.task.StandaloneServerMigration
afterConfigurationsMigration, getTask
-
-
-
-
Constructor Detail
-
StandaloneServerUpdate
public StandaloneServerUpdate(StandaloneServerConfigurationsMigration<S,?> configFilesMigration)
-
-
Method Detail
-
beforeConfigurationsMigration
protected void beforeConfigurationsMigration(S source, WildFlyServer10 target, org.jboss.migration.core.task.TaskContext context)
- Overrides:
beforeConfigurationsMigrationin classStandaloneServerMigration<S extends org.jboss.migration.core.jboss.JBossServer<S>>
-
-