Class MigrateContentDir<S extends org.jboss.migration.core.jboss.JBossServer<S>>

  • All Implemented Interfaces:
    org.jboss.migration.core.task.component.SimpleComponentTaskBuilder<org.jboss.migration.core.task.component.SimpleComponentTask.Builder>

    public class MigrateContentDir<S extends org.jboss.migration.core.jboss.JBossServer<S>>
    extends org.jboss.migration.core.task.component.SimpleComponentTask.Builder
    Author:
    emmartins
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MigrateContentDir​(String contentsName, Path sourceContentDir, Path targetContentDir)  
    • Method Summary

      • Methods inherited from class org.jboss.migration.core.task.component.SimpleComponentTask.Builder

        buildTask, getThis
      • Methods inherited from class org.jboss.migration.core.task.component.SimpleComponentTask.BaseBuilder

        afterRun, beforeRun, build, buildRunnable, getAfterRun, getBeforeRun, getName, getRunnable, getSkipPolicy, name, runnable, skipPolicy
      • Methods inherited from interface org.jboss.migration.core.task.component.SimpleComponentTaskBuilder

        name, runnables, skipPolicies, subtask, subtasks
    • Constructor Detail

      • MigrateContentDir

        protected MigrateContentDir​(String contentsName,
                                    Path sourceContentDir,
                                    Path targetContentDir)