Package org.jboss.migration.wfly11
Class WildFlyFullServerProvider11_0
- java.lang.Object
-
- org.jboss.migration.core.AbstractServerProvider
-
- org.jboss.migration.wfly10.dist.full.WildFlyFullServerProvider10_0
-
- org.jboss.migration.wfly11.WildFlyFullServerProvider11_0
-
- All Implemented Interfaces:
org.jboss.migration.core.ServerProvider
public class WildFlyFullServerProvider11_0 extends org.jboss.migration.wfly10.dist.full.WildFlyFullServerProvider10_0The WildFly 11.0 FullServerProvider.- Author:
- emmartins
-
-
Constructor Summary
Constructors Constructor Description WildFlyFullServerProvider11_0()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jboss.migration.core.ServerconstructServer(String migrationName, org.jboss.migration.core.ProductInfo productInfo, Path baseDir, org.jboss.migration.core.env.MigrationEnvironment migrationEnvironment)StringgetName()protected StringgetProductVersionRegex()-
Methods inherited from class org.jboss.migration.wfly10.dist.full.WildFlyFullServerProvider10_0
getProductInfo, getProductNameRegex
-
-
-
-
Method Detail
-
getProductVersionRegex
protected String getProductVersionRegex()
- Overrides:
getProductVersionRegexin classorg.jboss.migration.wfly10.dist.full.WildFlyFullServerProvider10_0
-
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)
- Overrides:
constructServerin classorg.jboss.migration.wfly10.dist.full.WildFlyFullServerProvider10_0
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.jboss.migration.core.ServerProvider- Overrides:
getNamein classorg.jboss.migration.wfly10.dist.full.WildFlyFullServerProvider10_0
-
-