Class ForkedConfigGenerator
- java.lang.Object
-
- org.wildfly.galleon.plugin.config.generator.BaseConfigGenerator
-
- org.wildfly.galleon.plugin.config.generator.ForkedConfigGenerator
-
- All Implemented Interfaces:
org.wildfly.galleon.plugin.server.ForkCallback
public class ForkedConfigGenerator extends BaseConfigGenerator implements org.wildfly.galleon.plugin.server.ForkCallback
-
-
Field Summary
-
Fields inherited from class org.wildfly.galleon.plugin.config.generator.BaseConfigGenerator
args, BATCH, bootTimeout, composite, EMBEDDED_STARTED, embeddedProcess, forkEmbedded, hc, INITIAL, jbossHome, LOOKING_FOR_ARGS, mcc, resetSysProps, RUN_BATCH, script, scriptBuf, scriptWriter, START_HC, START_STANDALONE, STOP
-
-
Constructor Summary
Constructors Constructor Description ForkedConfigGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforkedForEmbedded(java.lang.String... args)-
Methods inherited from class org.wildfly.galleon.plugin.config.generator.BaseConfigGenerator
doHandle, doStartHc, doStartServer, doStopEmbedded, handle, waitForHc, waitForServer, writeScript
-
-
-
-
Method Detail
-
forkedForEmbedded
public void forkedForEmbedded(java.lang.String... args) throws org.wildfly.galleon.plugin.server.ConfigGeneratorException- Specified by:
forkedForEmbeddedin interfaceorg.wildfly.galleon.plugin.server.ForkCallback- Throws:
org.wildfly.galleon.plugin.server.ConfigGeneratorException
-
-