Class MigrateContent

  • All Implemented Interfaces:
    org.jboss.migration.core.task.component.TaskRunnable

    public class MigrateContent
    extends Object
    implements org.jboss.migration.core.task.component.TaskRunnable
    Author:
    emmartins
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jboss.migration.core.task.component.TaskRunnable

        org.jboss.migration.core.task.component.TaskRunnable.Builder<P extends org.jboss.migration.core.task.component.BuildParameters>
    • Constructor Summary

      Constructors 
      Constructor Description
      MigrateContent​(byte[] contentHash, org.jboss.migration.core.jboss.JBossServerConfiguration sourceConfiguration, org.jboss.migration.core.jboss.JBossServerConfiguration targetConfiguration)  
    • Constructor Detail

      • MigrateContent

        public MigrateContent​(byte[] contentHash,
                              org.jboss.migration.core.jboss.JBossServerConfiguration sourceConfiguration,
                              org.jboss.migration.core.jboss.JBossServerConfiguration targetConfiguration)
    • Method Detail

      • run

        public org.jboss.migration.core.task.ServerMigrationTaskResult run​(org.jboss.migration.core.task.TaskContext context)
        Specified by:
        run in interface org.jboss.migration.core.task.component.TaskRunnable