Class WildFlyFullServerProvider10_1
- java.lang.Object
-
- org.jboss.migration.core.AbstractServerProvider
-
- org.jboss.migration.wfly10.dist.full.WildFlyFullServerProvider10_0
-
- org.jboss.migration.wfly10.dist.full.WildFlyFullServerProvider10_1
-
- All Implemented Interfaces:
org.jboss.migration.core.ServerProvider
public class WildFlyFullServerProvider10_1 extends org.jboss.migration.wfly10.dist.full.WildFlyFullServerProvider10_0The WildFly 10.1 FullServerProvider.- Author:
- emmartins
-
-
Constructor Summary
Constructors Constructor Description WildFlyFullServerProvider10_1()
-
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
-
-