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