Package org.jboss.migration.wfly10
Class WildFlyServer10
- java.lang.Object
-
- org.jboss.migration.core.AbstractServer
-
- org.jboss.migration.core.jboss.JBossServer<WildFlyServer10>
-
- org.jboss.migration.wfly10.WildFlyServer10
-
- All Implemented Interfaces:
org.jboss.migration.core.jboss.AbsolutePathResolver,org.jboss.migration.core.Server
- Direct Known Subclasses:
WildFlyFullServer10_0
public abstract class WildFlyServer10 extends org.jboss.migration.core.jboss.JBossServer<WildFlyServer10>
- Author:
- emmartins
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.migration.core.jboss.JBossServer
org.jboss.migration.core.jboss.JBossServer.Environment, org.jboss.migration.core.jboss.JBossServer.Extensions, org.jboss.migration.core.jboss.JBossServer.Module, org.jboss.migration.core.jboss.JBossServer.Modules, org.jboss.migration.core.jboss.JBossServer.ValueExpressionResolver
-
-
Constructor Summary
Constructors Constructor Description WildFlyServer10(String migrationName, org.jboss.migration.core.ProductInfo productInfo, Path baseDir, org.jboss.migration.core.env.MigrationEnvironment migrationEnvironment, org.jboss.migration.core.jboss.JBossServer.Extensions extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WildFlyServerMigration10getMigration(org.jboss.migration.core.Server source)protected WildFlyServerMigrations10getMigrations()org.jboss.migration.core.task.ServerMigrationTaskResultmigrate(org.jboss.migration.core.Server source, org.jboss.migration.core.task.TaskContext context)-
Methods inherited from class org.jboss.migration.core.jboss.JBossServer
getConfigs, getConfigurationDir, getContentDir, getDataDir, getDefaultDomainConfigurationDir, getDefaultDomainContentDir, getDefaultDomainDataDir, getDefaultDomainDir, getDefaultStandaloneConfigurationDir, getDefaultStandaloneContentDir, getDefaultStandaloneDataDir, getDefaultStandaloneDir, getDomainConfigurationDir, getDomainContentDir, getDomainDataDir, getDomainDir, getDomainDomainConfigs, getDomainHostConfigs, getEnvironment, getExtensions, getModules, getStandaloneConfigs, getStandaloneConfigurationDir, getStandaloneContentDir, getStandaloneDataDir, getStandaloneDir, resolveExpression, resolveNamedPath, resolvePath
-
Methods inherited from class org.jboss.migration.core.AbstractServer
getBaseDir, getMigrationEnvironment, getMigrationName, getProductInfo
-
-
-
-
Method Detail
-
migrate
public org.jboss.migration.core.task.ServerMigrationTaskResult migrate(org.jboss.migration.core.Server source, org.jboss.migration.core.task.TaskContext context) throws IllegalArgumentException- Specified by:
migratein interfaceorg.jboss.migration.core.Server- Overrides:
migratein classorg.jboss.migration.core.AbstractServer- Throws:
IllegalArgumentException
-
getMigrations
protected WildFlyServerMigrations10 getMigrations()
-
getMigration
protected WildFlyServerMigration10 getMigration(org.jboss.migration.core.Server source)
-
-