Class MigrateScannerDeployments<S extends org.jboss.migration.core.jboss.JBossServer<S>>
- java.lang.Object
-
- org.jboss.migration.core.task.component.ComponentTask.Builder<P,T>
-
- org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.Builder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>>
-
- org.jboss.migration.wfly10.config.task.update.MigrateScannerDeployments<S>
-
- All Implemented Interfaces:
org.jboss.migration.core.task.component.ComponentTaskBuilder<ManageableServerConfigurationBuildParameters<org.jboss.migration.core.jboss.JBossServerConfiguration<S>>,ManageableServerConfigurationLeafTask.Builder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>>>,org.jboss.migration.core.task.component.LeafTaskBuilder<ManageableServerConfigurationBuildParameters<org.jboss.migration.core.jboss.JBossServerConfiguration<S>>,ManageableServerConfigurationLeafTask.Builder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>>>,ManageableServerConfigurationComponentTaskBuilder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>,ManageableServerConfigurationLeafTask.Builder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>>>,ManageableServerConfigurationLeafTaskBuilder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>,ManageableServerConfigurationLeafTask.Builder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>>>
public class MigrateScannerDeployments<S extends org.jboss.migration.core.jboss.JBossServer<S>> extends ManageableServerConfigurationLeafTask.Builder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>>
Task which handles the migration/removal of a server configuration's scanner deployments. When used this task can't be skipped, since any deployments found must either be migrated, or removed.- Author:
- emmartins
-
-
Constructor Summary
Constructors Constructor Description MigrateScannerDeployments()
-
Method Summary
-
Methods inherited from class org.jboss.migration.wfly10.config.task.management.configuration.ManageableServerConfigurationLeafTask.Builder
buildTask, 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
-
-