| Modifier and Type | Method and Description |
|---|---|
org.jboss.migration.core.task.ServerMigrationTaskResult |
WildFlyServerMigration10.run(S source,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context)
Runs the server migration.
|
| Modifier and Type | Method and Description |
|---|---|
WildFlyServer10 |
ManageableServerConfiguration.getServer() |
| Modifier and Type | Method and Description |
|---|---|
WildFlyServer10 |
AbstractManageableServerConfiguration.getServer() |
| Modifier and Type | Method and Description |
|---|---|
StandaloneServerConfiguration |
EmbeddedStandaloneServerConfiguration.ConfigFileMigrationFactory.getManageableConfiguration(Path configFile,
WildFlyServer10 server) |
HostControllerConfiguration |
EmbeddedHostControllerConfiguration.DomainConfigFileMigrationFactory.getManageableConfiguration(Path configFile,
WildFlyServer10 server) |
HostControllerConfiguration |
EmbeddedHostControllerConfiguration.HostConfigFileMigrationFactory.getManageableConfiguration(Path configFile,
WildFlyServer10 server) |
| Constructor and Description |
|---|
AbstractManageableServerConfiguration(String resourceName,
org.jboss.as.controller.PathAddress pathAddress,
WildFlyServer10 server) |
EmbeddedHostControllerConfiguration(String domainConfig,
String hostConfig,
WildFlyServer10 server) |
EmbeddedStandaloneServerConfiguration(String config,
WildFlyServer10 server) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandaloneServerMigration.afterConfigurationsMigration(S source,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context) |
protected void |
DomainMigration.afterConfigurationsMigration(S source,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context) |
protected void |
StandaloneServerMigration.beforeConfigurationsMigration(S source,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context) |
protected void |
DomainMigration.beforeConfigurationsMigration(S source,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context) |
protected void |
ServerConfigurationsMigration.Task.confirmAllConfigs(Collection<S> sourceConfigs,
Path targetConfigDir,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext taskContext) |
protected void |
ServerConfigurationsMigration.Task.confirmConfig(S sourceConfig,
Path targetConfigDir,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext taskContext) |
Collection<C> |
ServerConfigurationsMigration.SourceConfigurations.getConfigurations(S source,
WildFlyServer10 target) |
T |
ServerConfigurationMigration.ManageableConfigurationProvider.getManageableConfiguration(Path targetConfigFilePath,
WildFlyServer10 target) |
protected org.jboss.migration.core.task.ServerMigrationTask |
ServerConfigurationMigration.getServerMigrationTask(S source,
Path targetConfigDir,
WildFlyServer10 target) |
org.jboss.migration.core.task.ServerMigrationTask |
ServerConfigurationsMigration.getServerMigrationTask(S source,
WildFlyServer10 target,
Path targetConfigDir) |
org.jboss.migration.core.task.ServerMigrationTask |
ServerConfigurationMigration.XMLConfigurationSubtaskFactory.getTask(S source,
Path xmlConfigurationPath,
WildFlyServer10 target) |
org.jboss.migration.core.task.ServerMigrationTask |
StandaloneServerMigration.getTask(S source,
WildFlyServer10 target) |
org.jboss.migration.core.task.ServerMigrationTask |
ServerMigration.SubtaskFactory.getTask(S source,
WildFlyServer10 target) |
org.jboss.migration.core.task.ServerMigrationTask |
DomainMigration.getTask(S source,
WildFlyServer10 target) |
Path |
ServerConfigurationMigration.XMLConfigurationProvider.getXMLConfiguration(S source,
Path targetConfigDir,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context) |
protected void |
ServerConfigurationsMigration.Task.migrateAllConfigs(Collection<S> sourceConfigs,
Path targetConfigDir,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext taskContext) |
org.jboss.migration.core.task.ServerMigrationTaskResult |
ServerMigration.run(S source,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context) |
| Constructor and Description |
|---|
Task(org.jboss.migration.core.task.ServerMigrationTaskName name,
Collection<S> sourceConfigs,
WildFlyServer10 target,
Path targetConfigDir,
ServerConfigurationMigration<S,T> configFileMigration) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.migration.core.task.ServerMigrationTask |
ConfigurationModulesMigrationTaskFactory.getTask(org.jboss.migration.core.jboss.JBossServerConfigurationPath<S> source,
Path xmlConfigurationPath,
WildFlyServer10 target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandaloneServerUpdate.beforeConfigurationsMigration(S source,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context) |
protected void |
DomainUpdate.beforeConfigurationsMigration(S source,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context) |
org.jboss.migration.core.task.ServerMigrationTask |
RemoveUnsupportedSubsystems.getTask(S source,
Path xmlConfigurationPath,
WildFlyServer10 target) |
Path |
CopySourceXMLConfiguration.getXMLConfiguration(org.jboss.migration.core.jboss.JBossServerConfigurationPath<S> source,
Path targetConfigDir,
WildFlyServer10 target,
org.jboss.migration.core.task.TaskContext context) |
protected void |
RemoveUnsupportedSubsystems.removeExtensionsAndSubsystems(S source,
Path xmlConfigurationPath,
WildFlyServer10 targetServer,
org.jboss.migration.core.task.TaskContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
WildFlyFullServer10_0 |
class |
WildFlyFullServer10_1 |
Copyright © 2017 JBoss by Red Hat. All rights reserved.