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 ServerMigrationTaskName |
XML_CONFIG_SERVER_MIGRATION_TASK_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
RemoveUnsupportedSubsystems(RemoveUnsupportedSubsystems.Builder<S> builder) |
| Modifier and Type | Method and Description |
|---|---|
ServerMigrationTask |
getTask(S source,
JBossServerConfiguration targetConfigurationPath) |
protected void |
removeExtensionsAndSubsystems(S source,
Path xmlConfigurationPath,
TaskContext context) |
public static final 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 ServerMigrationTask getTask(S source, JBossServerConfiguration targetConfigurationPath)
getTask in interface ServerConfigurationMigration.XMLConfigurationSubtaskFactory<S>protected void removeExtensionsAndSubsystems(S source, Path xmlConfigurationPath, TaskContext context)
Copyright © 2017 JBoss by Red Hat. All rights reserved.