Class WildFlyServer10

  • All Implemented Interfaces:
    org.jboss.migration.core.jboss.AbsolutePathResolver, org.jboss.migration.core.Server
    Direct Known Subclasses:
    WildFlyFullServer10_0

    public abstract class WildFlyServer10
    extends org.jboss.migration.core.jboss.JBossServer<WildFlyServer10>
    Author:
    emmartins
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.migration.core.jboss.JBossServer

        org.jboss.migration.core.jboss.JBossServer.Environment, org.jboss.migration.core.jboss.JBossServer.Extensions, org.jboss.migration.core.jboss.JBossServer.Module, org.jboss.migration.core.jboss.JBossServer.Modules, org.jboss.migration.core.jboss.JBossServer.ValueExpressionResolver
    • Constructor Summary

      Constructors 
      Constructor Description
      WildFlyServer10​(String migrationName, org.jboss.migration.core.ProductInfo productInfo, Path baseDir, org.jboss.migration.core.env.MigrationEnvironment migrationEnvironment, org.jboss.migration.core.jboss.JBossServer.Extensions extensions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected WildFlyServerMigration10 getMigration​(org.jboss.migration.core.Server source)  
      protected WildFlyServerMigrations10 getMigrations()  
      org.jboss.migration.core.task.ServerMigrationTaskResult migrate​(org.jboss.migration.core.Server source, org.jboss.migration.core.task.TaskContext context)  
      • Methods inherited from class org.jboss.migration.core.jboss.JBossServer

        getConfigs, getConfigurationDir, getContentDir, getDataDir, getDefaultDomainConfigurationDir, getDefaultDomainContentDir, getDefaultDomainDataDir, getDefaultDomainDir, getDefaultStandaloneConfigurationDir, getDefaultStandaloneContentDir, getDefaultStandaloneDataDir, getDefaultStandaloneDir, getDomainConfigurationDir, getDomainContentDir, getDomainDataDir, getDomainDir, getDomainDomainConfigs, getDomainHostConfigs, getEnvironment, getExtensions, getModules, getStandaloneConfigs, getStandaloneConfigurationDir, getStandaloneContentDir, getStandaloneDataDir, getStandaloneDir, resolveExpression, resolveNamedPath, resolvePath
      • Methods inherited from class org.jboss.migration.core.AbstractServer

        getBaseDir, getMigrationEnvironment, getMigrationName, getProductInfo
      • Methods inherited from interface org.jboss.migration.core.jboss.AbsolutePathResolver

        resolvePath, resolvePath
    • Constructor Detail

      • WildFlyServer10

        public WildFlyServer10​(String migrationName,
                               org.jboss.migration.core.ProductInfo productInfo,
                               Path baseDir,
                               org.jboss.migration.core.env.MigrationEnvironment migrationEnvironment,
                               org.jboss.migration.core.jboss.JBossServer.Extensions extensions)
    • Method Detail

      • migrate

        public org.jboss.migration.core.task.ServerMigrationTaskResult migrate​(org.jboss.migration.core.Server source,
                                                                               org.jboss.migration.core.task.TaskContext context)
                                                                        throws IllegalArgumentException
        Specified by:
        migrate in interface org.jboss.migration.core.Server
        Overrides:
        migrate in class org.jboss.migration.core.AbstractServer
        Throws:
        IllegalArgumentException