public class RemoveUnsupportedSubsystems<S> extends Object implements ServerConfigurationMigration.XMLConfigurationSubtaskFactory<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveUnsupportedSubsystems.Builder<S> |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVER_MIGRATION_TASK_NAME_ATTRIBUTE_MODULE |
static String |
SERVER_MIGRATION_TASK_NAME_ATTRIBUTE_NAMESPACE |
static String |
SERVER_MIGRATION_TASK_NAME_REMOVE_EXTENSION |
static String |
SERVER_MIGRATION_TASK_NAME_REMOVE_SUBSYSTEM |
static org.jboss.migration.core.task.ServerMigrationTaskName |
XML_CONFIG_SERVER_MIGRATION_TASK_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
RemoveUnsupportedSubsystems(RemoveUnsupportedSubsystems.Builder<S> builder) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.migration.core.task.ServerMigrationTask |
getTask(S source,
Path xmlConfigurationPath,
WildFlyServer10 target) |
protected void |
removeExtensionsAndSubsystems(S source,
Path xmlConfigurationPath,
WildFlyServer10 targetServer,
org.jboss.migration.core.task.TaskContext context) |
public static final org.jboss.migration.core.task.ServerMigrationTaskName XML_CONFIG_SERVER_MIGRATION_TASK_NAME
public static final String SERVER_MIGRATION_TASK_NAME_REMOVE_SUBSYSTEM
public static final String SERVER_MIGRATION_TASK_NAME_REMOVE_EXTENSION
public static final String SERVER_MIGRATION_TASK_NAME_ATTRIBUTE_MODULE
public static final String SERVER_MIGRATION_TASK_NAME_ATTRIBUTE_NAMESPACE
protected RemoveUnsupportedSubsystems(RemoveUnsupportedSubsystems.Builder<S> builder)
public org.jboss.migration.core.task.ServerMigrationTask getTask(S source, Path xmlConfigurationPath, WildFlyServer10 target)
getTask in interface ServerConfigurationMigration.XMLConfigurationSubtaskFactory<S>protected void removeExtensionsAndSubsystems(S source, Path xmlConfigurationPath, WildFlyServer10 targetServer, org.jboss.migration.core.task.TaskContext context)
Copyright © 2017 JBoss by Red Hat. All rights reserved.