public class MigrateLegacySubsystem extends Object implements WildFly10SubsystemMigrationTask
| Modifier and Type | Field and Description |
|---|---|
static MigrateLegacySubsystem |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.jboss.dmr.ModelNode config,
WildFly10Subsystem subsystem,
WildFly10StandaloneServer server,
org.jboss.migration.core.ServerMigrationContext context)
Executes the task.
|
protected void |
postMigrate(List<String> migrationWarnings,
WildFly10StandaloneServer server,
org.jboss.migration.core.ServerMigrationContext context) |
public static final MigrateLegacySubsystem INSTANCE
public void execute(org.jboss.dmr.ModelNode config,
WildFly10Subsystem subsystem,
WildFly10StandaloneServer server,
org.jboss.migration.core.ServerMigrationContext context)
throws IOException
WildFly10SubsystemMigrationTaskexecute in interface WildFly10SubsystemMigrationTaskconfig - the subsystem configurationsubsystem - the subsystemserver - the target servercontext - the migration contextIOExceptionprotected void postMigrate(List<String> migrationWarnings, WildFly10StandaloneServer server, org.jboss.migration.core.ServerMigrationContext context) throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.