Package | Description |
---|---|
org.wildfly.core.launcher |
Modifier and Type | Method and Description |
---|---|
StandaloneCommandBuilder |
StandaloneCommandBuilder.addJavaOption(String jvmArg)
Adds a JVM argument to the command ignoring
null arguments. |
StandaloneCommandBuilder |
StandaloneCommandBuilder.addJavaOptions(Iterable<String> javaOpts)
Adds the collection of JVM arguments to the command.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.addJavaOptions(String... javaOpts)
Adds the array of JVM arguments to the command.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.addSecurityProperties(Map<String,String> properties)
Adds all the security properties to be passed to the server.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.addSecurityProperty(String key)
Adds a security property to be passed to the server with a
null value. |
StandaloneCommandBuilder |
StandaloneCommandBuilder.addSecurityProperty(String key,
String value)
Adds a security property to be passed to the server.
|
protected StandaloneCommandBuilder |
StandaloneCommandBuilder.getThis() |
static StandaloneCommandBuilder |
StandaloneCommandBuilder.of(Path wildflyHome)
Creates a command builder for a standalone instance of WildFly.
|
static StandaloneCommandBuilder |
StandaloneCommandBuilder.of(String wildflyHome)
Creates a command builder for a standalone instance of WildFly.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setBaseDirectory(Path baseDir)
Sets the base directory to use.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setBaseDirectory(String baseDir)
Sets the base directory to use.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setDebug()
Sets the debug argument for the JVM with a default port of
8787 . |
StandaloneCommandBuilder |
StandaloneCommandBuilder.setDebug(boolean suspend,
int port)
Sets the debug JPDA remote socket debugging argument.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setDebug(int port)
Sets the debug argument for the JVM.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setJavaHome(Path javaHome)
Sets the Java home where the Java executable can be found.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setJavaHome(String javaHome)
Sets the Java home where the Java executable can be found.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setJavaOptions(Iterable<String> javaOpts)
Sets the JVM arguments to use.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setJavaOptions(String... javaOpts)
Sets the JVM arguments to use.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setModulesLockless(boolean b)
Set to
true to use JBoss Modules lockless mode. |
StandaloneCommandBuilder |
StandaloneCommandBuilder.setModulesMetrics(boolean b)
Set to
true to gather metrics for JBoss Modules. |
StandaloneCommandBuilder |
StandaloneCommandBuilder.setServerConfiguration(String configFile)
Sets the configuration file for the server.
|
StandaloneCommandBuilder |
StandaloneCommandBuilder.setServerReadOnlyConfiguration(String configFile)
Sets the configuration file for the server.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.