Uses of Interface
org.jboss.migration.wfly10.config.management.HostConfiguration
-
-
Uses of HostConfiguration in org.jboss.migration.wfly10.config.management.impl
Classes in org.jboss.migration.wfly10.config.management.impl that implement HostConfiguration Modifier and Type Class Description classEmbeddedHostConfiguration -
Uses of HostConfiguration in org.jboss.migration.wfly10.config.task
Methods in org.jboss.migration.wfly10.config.task that return HostConfiguration Modifier and Type Method Description HostConfigurationHostMigration.HostConfigurationProvider. getHostConfiguration(String host, HostControllerConfiguration hostController)Method parameters in org.jboss.migration.wfly10.config.task with type arguments of type HostConfiguration Modifier and Type Method Description HostMigration.Builder<S>HostMigration.Builder. subtask(ManageableServerConfigurationTaskFactory<S,HostConfiguration> subtaskFactory) -
Uses of HostConfiguration in org.jboss.migration.wfly10.config.task.factory
Methods in org.jboss.migration.wfly10.config.task.factory with parameters of type HostConfiguration Modifier and Type Method Description org.jboss.migration.core.task.ServerMigrationTaskHostConfigurationTaskFactory. getTask(S source, HostConfiguration configuration) -
Uses of HostConfiguration in org.jboss.migration.wfly10.config.task.update
Method parameters in org.jboss.migration.wfly10.config.task.update with type arguments of type HostConfiguration Modifier and Type Method Description HostUpdate.Builder<S>HostUpdate.Builder. subtask(ManageableServerConfigurationTaskFactory<org.jboss.migration.core.jboss.JBossServerConfiguration<S>,HostConfiguration> subtaskFactory)
-