Class WildFlyFullServerProvider10_0

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

    public class WildFlyFullServerProvider10_0
    extends org.jboss.migration.core.AbstractServerProvider
    The WildFly 10 Full ServerProvider.
    Author:
    emmartins
    • Constructor Detail

      • WildFlyFullServerProvider10_0

        public WildFlyFullServerProvider10_0()
    • Method Detail

      • getProductInfo

        protected org.jboss.migration.core.ProductInfo getProductInfo​(Path baseDir,
                                                                      org.jboss.migration.core.env.MigrationEnvironment migrationEnvironment)
                                                               throws IllegalArgumentException
        Specified by:
        getProductInfo in class org.jboss.migration.core.AbstractServerProvider
        Throws:
        IllegalArgumentException
      • 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()