public class RemoveUnsupportedExtensionsAndSubsystems<S> extends Object implements ServerConfigurationMigration.XMLConfigurationSubtaskFactory<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveUnsupportedExtensionsAndSubsystems.Builder<S> |
| Modifier and Type | Field and Description |
|---|---|
static RemoveUnsupportedExtensionsAndSubsystems |
INSTANCE |
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.ServerMigrationTaskName |
XML_CONFIG_SERVER_MIGRATION_TASK_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
RemoveUnsupportedExtensionsAndSubsystems(RemoveUnsupportedExtensionsAndSubsystems.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.migration.core.ServerMigrationTask |
getTask(S source,
Path xmlConfigurationPath,
WildFly10Server target) |
protected void |
removeExtensionsAndSubsystems(S source,
Path xmlConfigurationPath,
WildFly10Server targetServer,
org.jboss.migration.core.ServerMigrationTaskContext context) |
public static final RemoveUnsupportedExtensionsAndSubsystems INSTANCE
public static final org.jboss.migration.core.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 RemoveUnsupportedExtensionsAndSubsystems(RemoveUnsupportedExtensionsAndSubsystems.Builder builder)
public org.jboss.migration.core.ServerMigrationTask getTask(S source, Path xmlConfigurationPath, WildFly10Server target)
getTask in interface ServerConfigurationMigration.XMLConfigurationSubtaskFactory<S>protected void removeExtensionsAndSubsystems(S source, Path xmlConfigurationPath, WildFly10Server targetServer, org.jboss.migration.core.ServerMigrationTaskContext context) throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.