Uses of Class
org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationCompositeTask.Builder
-
-
Uses of ManageableServerConfigurationCompositeTask.Builder in org.jboss.migration.wfly10.config.task.hostexclude
Subclasses of ManageableServerConfigurationCompositeTask.Builder in org.jboss.migration.wfly10.config.task.hostexclude Modifier and Type Class Description classAddHostExcludes<S>A task which adds a specific host-excludes to a host controller configuration. -
Uses of ManageableServerConfigurationCompositeTask.Builder in org.jboss.migration.wfly10.config.task.management.configuration
Methods in org.jboss.migration.wfly10.config.task.management.configuration that return ManageableServerConfigurationCompositeTask.Builder Modifier and Type Method Description protected ManageableServerConfigurationCompositeTask.Builder<S>ManageableServerConfigurationCompositeTask.Builder. getThis() -
Uses of ManageableServerConfigurationCompositeTask.Builder in org.jboss.migration.wfly10.config.task.update
Subclasses of ManageableServerConfigurationCompositeTask.Builder in org.jboss.migration.wfly10.config.task.update Modifier and Type Class Description classAddPrivateInterface<S>Adds private interface to config, and updates jgroup socket bindings to use it.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.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.classRemoveDeployments<S>Removes all deployments, and overlays, from a server configuration.classRemovePermgenAttributesFromJVMConfigs<S>Removes permgen from JVM Configs.classUpdateUnsecureInterface<S>Updates unsecure interface.
-