Uses of Class
org.jboss.migration.wfly10.config.task.HostMigration.Builder
-
Packages that use HostMigration.Builder Package Description org.jboss.migration.wfly10.config.task org.jboss.migration.wfly10.config.task.update -
-
Uses of HostMigration.Builder in org.jboss.migration.wfly10.config.task
Methods in org.jboss.migration.wfly10.config.task that return HostMigration.Builder Modifier and Type Method Description HostMigration.Builder<SC>MigrationBuilders. hostBuilder()HostMigration.Builder<S>HostMigration.Builder. subtask(HostConfigurationTaskFactory<S> subtaskFactory)HostMigration.Builder<S>HostMigration.Builder. subtask(ManageableServerConfigurationTaskFactory<S,HostConfiguration> subtaskFactory)HostMigration.Builder<S>HostMigration.Builder. subtask(ManageableServerConfigurationComponentTaskBuilder<S,?> subtaskBuilder)HostMigration.Builder<S>HostMigration.Builder. subtask(ManageableResourceComponentTaskBuilder<S,ManageableResource,?> subtaskBuilder)HostMigration.Builder<S>HostMigration.Builder. subtask(ManageableResourcesComponentTaskBuilder<S,ManageableResource,?> subtaskBuilder)Methods in org.jboss.migration.wfly10.config.task with parameters of type HostMigration.Builder Modifier and Type Method Description HostConfigurationMigration.Builder<S>HostConfigurationMigration.Builder. subtask(HostMigration.Builder<S> hostMigrationBuilder)Constructors in org.jboss.migration.wfly10.config.task with parameters of type HostMigration.Builder Constructor Description HostMigration(HostMigration.Builder<S> builder) -
Uses of HostMigration.Builder in org.jboss.migration.wfly10.config.task.update
Subclasses of HostMigration.Builder in org.jboss.migration.wfly10.config.task.update Modifier and Type Class Description static classHostUpdate.Builder<S extends org.jboss.migration.core.jboss.JBossServer<S>>Constructors in org.jboss.migration.wfly10.config.task.update with parameters of type HostMigration.Builder Constructor Description HostUpdate(HostMigration.Builder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>> builder)
-