| Package | Description |
|---|---|
| org.jboss.as.host.controller.jvm | |
| org.jboss.as.host.controller.model.jvm |
| Modifier and Type | Method and Description |
|---|---|
static JvmType |
JvmType.createFromJavaExecutable(String javaExecutable,
boolean forLaunch)
Create a
JvmType based on the location of the java executable. |
static JvmType |
JvmType.createFromJavaHome(String javaHome,
boolean forLaunch)
Create a
JvmType based on the location of the root dir of the JRE/JDK installation. |
static JvmType |
JvmType.createFromSystemProperty(boolean forLaunch)
Create a
JvmType based on the location of the root dir of the JRE/JDK installation, as specified
by the system property java.home. |
| Modifier and Type | Method and Description |
|---|---|
static JvmOptionsBuilderFactory |
JvmOptionsBuilderFactory.getInstance(JvmType jvmType) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.