Class WfConfigGenerator
- java.lang.Object
-
- org.wildfly.galleon.plugin.config.generator.BaseConfigGenerator
-
- org.wildfly.galleon.plugin.config.generator.WfConfigGenerator
-
public class WfConfigGenerator extends BaseConfigGenerator
- Author:
- Alexey Loubyansky
-
-
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 WfConfigGenerator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Set<java.lang.String>computeResettableSysProps(java.lang.String resetSysProps)voidgenerate(org.jboss.galleon.runtime.ProvisioningRuntime runtime, boolean forkEmbedded, java.lang.String resetSystemProperties)-
Methods inherited from class org.wildfly.galleon.plugin.config.generator.BaseConfigGenerator
doHandle, doStartHc, doStartServer, doStopEmbedded, handle, waitForHc, waitForServer, writeScript
-
-
-
-
Method Detail
-
computeResettableSysProps
public static java.util.Set<java.lang.String> computeResettableSysProps(java.lang.String resetSysProps)
-
generate
public void generate(org.jboss.galleon.runtime.ProvisioningRuntime runtime, boolean forkEmbedded, java.lang.String resetSystemProperties) throws org.jboss.galleon.ProvisioningException- Throws:
org.jboss.galleon.ProvisioningException
-
-