Class ManageableServerConfigurationLeafTask.Builder<S>
- java.lang.Object
-
- org.jboss.migration.core.task.component.ComponentTask.Builder<P,T>
-
- org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.Builder<S>
-
- All Implemented Interfaces:
org.jboss.migration.core.task.component.ComponentTaskBuilder<ManageableServerConfigurationBuildParameters<S>,ManageableServerConfigurationLeafTask.Builder<S>>,org.jboss.migration.core.task.component.LeafTaskBuilder<ManageableServerConfigurationBuildParameters<S>,ManageableServerConfigurationLeafTask.Builder<S>>,ManageableServerConfigurationComponentTaskBuilder<S,ManageableServerConfigurationLeafTask.Builder<S>>,ManageableServerConfigurationLeafTaskBuilder<S,ManageableServerConfigurationLeafTask.Builder<S>>
- Direct Known Subclasses:
AddExtensionTaskBuilder,AddPrivateInterface.AddInterface,MigrateDeploymentOverlays.MigrateResourceSubtask,MigrateDeploymentOverlays.RemoveResourceSubtask,MigratePersistentDeployments.MigrateDeploymentSubtask,MigratePersistentDeployments.RemoveDeploymentSubtask,MigrateScannerDeployments,RemoveExtensionTaskBuilder,RemoveUnsecureInterface
- Enclosing class:
- ManageableServerConfigurationLeafTask
public static class ManageableServerConfigurationLeafTask.Builder<S> extends org.jboss.migration.core.task.component.ComponentTask.Builder<P,T> implements ManageableServerConfigurationLeafTaskBuilder<S,ManageableServerConfigurationLeafTask.Builder<S>>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jboss.migration.core.task.ServerMigrationTaskbuildTask(org.jboss.migration.core.task.ServerMigrationTaskName name, org.jboss.migration.core.task.component.TaskRunnable taskRunnable)protected ManageableServerConfigurationLeafTask.Builder<S>getThis()-
Methods inherited from class org.jboss.migration.core.task.component.ComponentTask.Builder
afterRunBuilder, beforeRunBuilder, build, buildName, buildRunnable, getAfterRunBuilder, getBeforeRunBuilder, getSkipPolicyBuilder, getTaskNameBuilder, nameBuilder, skipPolicyBuilder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.migration.core.task.component.ComponentTaskBuilder
afterRun, afterRunBuilder, beforeRun, beforeRunBuilder, build, name, name, nameBuilder, skipPolicies, skipPolicy, skipPolicyBuilder, skipPolicyBuilders
-
Methods inherited from interface org.jboss.migration.core.task.component.LeafTaskBuilder
run, runBuilder, runBuilder
-
Methods inherited from interface org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTaskBuilder
runBuilder, runBuilder, runBuilder, runBuilder, runBuilder, runBuilder
-
-
-
-
Method Detail
-
getThis
protected ManageableServerConfigurationLeafTask.Builder<S> getThis()
- Specified by:
getThisin classorg.jboss.migration.core.task.component.ComponentTask.Builder<ManageableServerConfigurationBuildParameters<S>,ManageableServerConfigurationLeafTask.Builder<S>>
-
buildTask
protected org.jboss.migration.core.task.ServerMigrationTask buildTask(org.jboss.migration.core.task.ServerMigrationTaskName name, org.jboss.migration.core.task.component.TaskRunnable taskRunnable)- Specified by:
buildTaskin classorg.jboss.migration.core.task.component.ComponentTask.Builder<ManageableServerConfigurationBuildParameters<S>,ManageableServerConfigurationLeafTask.Builder<S>>
-
-