Uses of Interface
org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationComponentTaskBuilder
-
-
Uses of ManageableServerConfigurationComponentTaskBuilder in org.jboss.migration.wfly10.config.task
Methods in org.jboss.migration.wfly10.config.task with parameters of type ManageableServerConfigurationComponentTaskBuilder Modifier and Type Method Description HostMigration.Builder<S>HostMigration.Builder. subtask(ManageableServerConfigurationComponentTaskBuilder<S,?> subtaskBuilder)BServerConfigurationMigration.BaseBuilder. subtask(ManageableServerConfigurationComponentTaskBuilder<S,?> subtaskBuilder) -
Uses of ManageableServerConfigurationComponentTaskBuilder in org.jboss.migration.wfly10.config.task.factory
Methods in org.jboss.migration.wfly10.config.task.factory with parameters of type ManageableServerConfigurationComponentTaskBuilder Modifier and Type Method Description static <S,T extends ManageableServerConfiguration>
ManageableServerConfigurationTaskFactory<S,T>ManageableServerConfigurationTaskFactory. of(ManageableServerConfigurationComponentTaskBuilder<S,?> subtaskBuilder) -
Uses of ManageableServerConfigurationComponentTaskBuilder in org.jboss.migration.wfly10.config.task.hostexclude
Classes in org.jboss.migration.wfly10.config.task.hostexclude that implement ManageableServerConfigurationComponentTaskBuilder Modifier and Type Class Description classAddHostExcludes<S>A task which adds a specific host-excludes to a host controller configuration. -
Uses of ManageableServerConfigurationComponentTaskBuilder in org.jboss.migration.wfly10.config.task.management.configuration
Classes in org.jboss.migration.wfly10.config.task.management.configuration with type parameters of type ManageableServerConfigurationComponentTaskBuilder Modifier and Type Interface Description interfaceManageableServerConfigurationComponentTaskBuilder<S,T extends ManageableServerConfigurationComponentTaskBuilder<S,T>>Subinterfaces of ManageableServerConfigurationComponentTaskBuilder in org.jboss.migration.wfly10.config.task.management.configuration Modifier and Type Interface Description interfaceManageableServerConfigurationCompositeTaskBuilder<S,T extends ManageableServerConfigurationCompositeTaskBuilder<S,T>>interfaceManageableServerConfigurationLeafTaskBuilder<S,T extends ManageableServerConfigurationLeafTaskBuilder<S,T>>Classes in org.jboss.migration.wfly10.config.task.management.configuration that implement ManageableServerConfigurationComponentTaskBuilder Modifier and Type Class Description static classManageableServerConfigurationCompositeTask.BaseBuilder<S,T extends ManageableServerConfigurationCompositeTask.BaseBuilder<S,T>>static classManageableServerConfigurationCompositeTask.Builder<S>static classManageableServerConfigurationLeafTask.Builder<S>Methods in org.jboss.migration.wfly10.config.task.management.configuration with parameters of type ManageableServerConfigurationComponentTaskBuilder Modifier and Type Method Description static <S> ManageableServerConfigurationCompositeSubtasks.Builder<S>ManageableServerConfigurationCompositeSubtasks. of(ManageableServerConfigurationComponentTaskBuilder<S,?>... subtasks) -
Uses of ManageableServerConfigurationComponentTaskBuilder in org.jboss.migration.wfly10.config.task.management.extension
Classes in org.jboss.migration.wfly10.config.task.management.extension that implement ManageableServerConfigurationComponentTaskBuilder Modifier and Type Class Description classAddExtensionTaskBuilder<S>Builder for a task which creates an extension if its missing from the server's config.classRemoveExtensionTaskBuilder<S>A task which creates an extension if its missing from the server's config. -
Uses of ManageableServerConfigurationComponentTaskBuilder in org.jboss.migration.wfly10.config.task.management.profile
Classes in org.jboss.migration.wfly10.config.task.management.profile that implement ManageableServerConfigurationComponentTaskBuilder Modifier and Type Class Description classAddProfileTaskBuilder<S> -
Uses of ManageableServerConfigurationComponentTaskBuilder in org.jboss.migration.wfly10.config.task.update
Classes in org.jboss.migration.wfly10.config.task.update that implement ManageableServerConfigurationComponentTaskBuilder Modifier and Type Class Description classAddPrivateInterface<S>Adds private interface to config, and updates jgroup socket bindings to use it.protected static classAddPrivateInterface.AddInterface<S>classMigrateCompatibleSecurityRealms<S extends org.jboss.migration.core.jboss.JBossServer<S>>Migration of security realms fully compatible with WildFly 10.classMigrateDeploymentOverlays<S extends org.jboss.migration.core.jboss.JBossServer<S>>Task which handles the migration/removal of a server configuration's deployment overlays.static classMigrateDeploymentOverlays.MigrateResourceSubtask<S extends org.jboss.migration.core.jboss.JBossServer<S>>static classMigrateDeploymentOverlays.RemoveResourceSubtask<S extends org.jboss.migration.core.jboss.JBossServer<S>>classMigrateDeployments<S extends org.jboss.migration.core.jboss.JBossServer<S>>Task which handles the migration/removal of a server configuration's deployments and overlays.classMigratePersistentDeployments<S extends org.jboss.migration.core.jboss.JBossServer<S>>Task which handles the migration/removal of a server configuration's persisted deployments.static classMigratePersistentDeployments.MigrateDeploymentSubtask<S extends org.jboss.migration.core.jboss.JBossServer<S>>static classMigratePersistentDeployments.RemoveDeploymentSubtask<S extends org.jboss.migration.core.jboss.JBossServer<S>>classMigrateScannerDeployments<S extends org.jboss.migration.core.jboss.JBossServer<S>>Task which handles the migration/removal of a server configuration's scanner deployments.classRemoveDeployments<S>Removes all deployments, and overlays, from a server configuration.classRemovePermgenAttributesFromJVMConfigs<S>Removes permgen from JVM Configs.classRemoveUnsecureInterface<S>Removes Unsecure interface.classUpdateUnsecureInterface<S>Updates unsecure interface.
-