| Package | Description |
|---|---|
| org.wildfly.core.launcher |
| Modifier and Type | Method and Description |
|---|---|
BootableJarCommandBuilder |
BootableJarCommandBuilder.addJavaOption(String jvmArg)
Adds a JVM argument to the command ignoring
null arguments. |
BootableJarCommandBuilder |
BootableJarCommandBuilder.addJavaOptions(Iterable<String> javaOpts)
Adds the collection of JVM arguments to the command.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.addJavaOptions(String... javaOpts)
Adds the array of JVM arguments to the command.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.addSecurityProperties(Map<String,String> properties)
Adds all the security properties to be passed to the server.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.addSecurityProperty(String key)
Adds a security property to be passed to the server with a
null value. |
BootableJarCommandBuilder |
BootableJarCommandBuilder.addSecurityProperty(String key,
String value)
Adds a security property to be passed to the server.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.addServerArgument(String arg)
Adds an argument to be passed to the server ignore the argument if
null. |
BootableJarCommandBuilder |
BootableJarCommandBuilder.addServerArguments(Iterable<String> args)
Adds the arguments to the collection of arguments that will be passed to
the server ignoring any
null arguments. |
BootableJarCommandBuilder |
BootableJarCommandBuilder.addServerArguments(String... args)
Adds the arguments to the collection of arguments that will be passed to
the server ignoring any
null arguments. |
static BootableJarCommandBuilder |
BootableJarCommandBuilder.of(Path bootableJar)
Creates a command builder for a bootable instance of WildFly.
|
static BootableJarCommandBuilder |
BootableJarCommandBuilder.of(String bootableJar)
Creates a command builder for a bootable instance of WildFly.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.setBindAddressHint(String address)
Sets the system property
jboss.bind.address to the address given. |
BootableJarCommandBuilder |
BootableJarCommandBuilder.setBindAddressHint(String interfaceName,
String address)
Sets the system property
jboss.bind.address.$INTERFACE to the
address given where $INTERFACE is the interfaceName
parameter. |
BootableJarCommandBuilder |
BootableJarCommandBuilder.setDebug()
Sets the debug argument for the JVM with a default port of
8787. |
BootableJarCommandBuilder |
BootableJarCommandBuilder.setDebug(boolean suspend,
int port)
Sets the debug JPDA remote socket debugging argument.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.setDebug(int port)
Sets the debug argument for the JVM.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.setInstallDir(Path installDir)
Set the directory to install the server.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.setJavaHome(Path javaHome)
Sets the Java home where the Java executable can be found.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.setJavaHome(String javaHome)
Sets the Java home where the Java executable can be found.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.setJavaOptions(Iterable<String> javaOpts)
Sets the JVM arguments to use.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.setJavaOptions(String... javaOpts)
Sets the JVM arguments to use.
|
BootableJarCommandBuilder |
BootableJarCommandBuilder.setModulesLockless(boolean b)
Set to
true to use JBoss Modules lockless mode. |
BootableJarCommandBuilder |
BootableJarCommandBuilder.setModulesMetrics(boolean b)
Set to
true to gather metrics for JBoss Modules. |
BootableJarCommandBuilder |
BootableJarCommandBuilder.setMulticastAddressHint(String address)
Sets the system property
jboss.default.multicast.address to the
address given. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.