public abstract class WildFly10Server
extends org.jboss.migration.core.AbstractServer
| Constructor and Description |
|---|
WildFly10Server(org.jboss.migration.core.ProductInfo productInfo,
Path baseDir) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract WildFly10ServerMigration |
getMigration(org.jboss.migration.core.Server source) |
Path |
getModulesDir() |
static Path |
getModulesDir(Path baseDir) |
Path |
getModulesSystemLayersBaseDir() |
static Path |
getModulesSystemLayersBaseDir(Path baseDir) |
Path |
getStandaloneConfigurationDir() |
Path |
getStandaloneDir() |
void |
migrate(org.jboss.migration.core.Server source,
org.jboss.migration.core.ServerMigrationContext context) |
public WildFly10Server(org.jboss.migration.core.ProductInfo productInfo,
Path baseDir)
public void migrate(org.jboss.migration.core.Server source,
org.jboss.migration.core.ServerMigrationContext context)
throws IOException
migrate in interface org.jboss.migration.core.Servermigrate in class org.jboss.migration.core.AbstractServerIOExceptionprotected abstract WildFly10ServerMigration getMigration(org.jboss.migration.core.Server source)
public Path getStandaloneDir()
public Path getStandaloneConfigurationDir()
public Path getModulesDir()
public Path getModulesSystemLayersBaseDir()
Copyright © 2016 JBoss by Red Hat. All rights reserved.