public abstract class WildFly10StandaloneConfigFileMigration<S extends org.jboss.migration.core.Server> extends Object
| Constructor and Description |
|---|
WildFly10StandaloneConfigFileMigration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyFileToTargetServer(Path source,
WildFly10Server targetServer,
org.jboss.migration.core.ServerMigrationContext context) |
void |
run(org.jboss.migration.core.ServerPath<S> sourceConfig,
WildFly10Server target,
org.jboss.migration.core.ServerMigrationContext context) |
protected abstract void |
run(org.jboss.migration.core.ServerPath<S> sourceConfig,
WildFly10StandaloneServer standaloneServer,
org.jboss.migration.core.ServerMigrationContext context) |
protected WildFly10StandaloneServer |
startEmbeddedServer(Path source,
WildFly10Server target,
org.jboss.migration.core.ServerMigrationContext context) |
public WildFly10StandaloneConfigFileMigration()
public void run(org.jboss.migration.core.ServerPath<S> sourceConfig, WildFly10Server target, org.jboss.migration.core.ServerMigrationContext context) throws IOException
IOExceptionprotected abstract void run(org.jboss.migration.core.ServerPath<S> sourceConfig, WildFly10StandaloneServer standaloneServer, org.jboss.migration.core.ServerMigrationContext context) throws IOException
IOExceptionprotected void copyFileToTargetServer(Path source, WildFly10Server targetServer, org.jboss.migration.core.ServerMigrationContext context) throws IOException
IOExceptionprotected WildFly10StandaloneServer startEmbeddedServer(Path source, WildFly10Server target, org.jboss.migration.core.ServerMigrationContext context) throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.