public class ForkedEmbeddedUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ForkedEmbeddedUtil.ForkCallback |
| Constructor and Description |
|---|
ForkedEmbeddedUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
fork(ForkedEmbeddedUtil.ForkCallback callback,
Path props,
String... args) |
static int |
fork(ForkedEmbeddedUtil.ForkCallback callback,
String... args) |
static void |
main(String... args) |
static Path |
storeSystemProps() |
public static int fork(ForkedEmbeddedUtil.ForkCallback callback, String... args) throws org.jboss.galleon.ProvisioningException
org.jboss.galleon.ProvisioningExceptionpublic static int fork(ForkedEmbeddedUtil.ForkCallback callback, Path props, String... args) throws org.jboss.galleon.ProvisioningException
org.jboss.galleon.ProvisioningExceptionpublic static Path storeSystemProps() throws org.jboss.galleon.ProvisioningException
org.jboss.galleon.ProvisioningExceptionpublic static void main(String... args) throws org.jboss.galleon.ProvisioningException
org.jboss.galleon.ProvisioningExceptionCopyright © 2016–2018 JBoss by Red Hat. All rights reserved.