Class EAPServer7_2

  • All Implemented Interfaces:
    org.jboss.migration.core.jboss.AbsolutePathResolver, org.jboss.migration.core.Server

    public class EAPServer7_2
    extends org.jboss.migration.wfly.WildFly14_0Server
    The EAP 7.2 Server
    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
    • Field Summary

      • Fields inherited from class org.jboss.migration.wfly.WildFly14_0Server

        EXTENSIONS
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.jboss.migration.wfly10.WildFlyServerMigrations10 getMigrations()  
      • Methods inherited from class org.jboss.migration.wfly10.WildFlyServer10

        getMigration, migrate
      • 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

      • EAPServer7_2

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

      • getMigrations

        protected org.jboss.migration.wfly10.WildFlyServerMigrations10 getMigrations()
        Overrides:
        getMigrations in class org.jboss.migration.wfly.WildFly14_0Server