public class TestEnvironment
extends org.wildfly.plugin.common.Environment
| Modifier and Type | Field and Description |
|---|---|
static String |
HOSTNAME
The host name specified by the
wildfly.management.hostname system property or localhost by
default. |
static int |
PORT
The port specified by the
wildfly.management.port system property or 9990 by default. |
static long |
TIMEOUT
The default server startup timeout specified by
wildfly.timeout, default is 60 seconds. |
static Path |
WILDFLY_HOME
The default WildFly home directory specified by the
wildfly.dist system property. |
| Constructor and Description |
|---|
TestEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isModularJvm() |
static boolean |
isValidWildFlyHome(Path wildflyHome) |
static void |
validateWildFlyHome(Path wildflyHome) |
public static final Path WILDFLY_HOME
wildfly.dist system property.
Note that the wildfly.dist will not match the path specified here. The WildFly distribution is copied to
a temporary directory to keep the environment clean.
}public static final String HOSTNAME
wildfly.management.hostname system property or localhost by
default.public static final int PORT
wildfly.management.port system property or 9990 by default.public static final long TIMEOUT
wildfly.timeout, default is 60 seconds.Copyright © 2021 JBoss by Red Hat. All rights reserved.