Class EAPServerProvider6_4

  • All Implemented Interfaces:
    org.jboss.migration.core.ServerProvider

    public class EAPServerProvider6_4
    extends org.jboss.migration.core.AbstractServerProvider
    The EAP 6 ServerProvider.
    Author:
    emmartins
    • Constructor Detail

      • EAPServerProvider6_4

        public EAPServerProvider6_4()
    • Method Detail

      • getProductInfo

        protected org.jboss.migration.core.ProductInfo getProductInfo​(Path baseDir,
                                                                      org.jboss.migration.core.env.MigrationEnvironment migrationEnvironment)
                                                               throws IllegalArgumentException,
                                                                      org.jboss.migration.core.ServerMigrationFailureException
        Specified by:
        getProductInfo in class org.jboss.migration.core.AbstractServerProvider
        Throws:
        IllegalArgumentException
        org.jboss.migration.core.ServerMigrationFailureException
      • getProductNameRegex

        protected String getProductNameRegex()
        Specified by:
        getProductNameRegex in class org.jboss.migration.core.AbstractServerProvider
      • getProductVersionRegex

        protected String getProductVersionRegex()
        Specified by:
        getProductVersionRegex in class org.jboss.migration.core.AbstractServerProvider
      • constructServer

        protected org.jboss.migration.core.Server constructServer​(String migrationName,
                                                                  org.jboss.migration.core.ProductInfo productInfo,
                                                                  Path baseDir,
                                                                  org.jboss.migration.core.env.MigrationEnvironment migrationEnvironment)
        Specified by:
        constructServer in class org.jboss.migration.core.AbstractServerProvider
      • getName

        public String getName()