Uses of Class
org.wildfly.core.launcher.BootableJarCommandBuilder
Packages that use BootableJarCommandBuilder
-
Uses of BootableJarCommandBuilder in org.wildfly.core.launcher
Methods in org.wildfly.core.launcher that return BootableJarCommandBuilderModifier and TypeMethodDescriptionBootableJarCommandBuilder.addJavaOption(String jvmArg) Adds a JVM argument to the command ignoringnullarguments.BootableJarCommandBuilder.addJavaOptions(Iterable<String> javaOpts) Adds the collection of JVM arguments to the command.BootableJarCommandBuilder.addJavaOptions(String... javaOpts) Adds the array of JVM arguments to the command.BootableJarCommandBuilder.addSecurityProperties(Map<String, String> properties) Adds all the security properties to be passed to the server.BootableJarCommandBuilder.addSecurityProperty(String key) Adds a security property to be passed to the server with anullvalue.BootableJarCommandBuilder.addSecurityProperty(String key, String value) Adds a security property to be passed to the server.BootableJarCommandBuilder.addServerArgument(String arg) Adds an argument to be passed to the server ignore the argument ifnull.BootableJarCommandBuilder.addServerArguments(Iterable<String> args) Adds the arguments to the collection of arguments that will be passed to the server ignoring anynullarguments.BootableJarCommandBuilder.addServerArguments(String... args) Adds the arguments to the collection of arguments that will be passed to the server ignoring anynullarguments.static BootableJarCommandBuilderCreates a command builder for a bootable instance of WildFly.static BootableJarCommandBuilderCreates a command builder for a bootable instance of WildFly.BootableJarCommandBuilder.setBindAddressHint(String address) Sets the system propertyjboss.bind.addressto the address given.BootableJarCommandBuilder.setBindAddressHint(String interfaceName, String address) Sets the system propertyjboss.bind.address.$INTERFACEto the address given where$INTERFACEis theinterfaceNameparameter.BootableJarCommandBuilder.setDebug()Sets the debug argument for the JVM with a default port of8787.BootableJarCommandBuilder.setDebug(boolean suspend, int port) Sets the debug JPDA remote socket debugging argument.BootableJarCommandBuilder.setDebug(int port) Sets the debug argument for the JVM.BootableJarCommandBuilder.setInstallDir(Path installDir) Set the directory to install the server.BootableJarCommandBuilder.setJavaHome(String javaHome) Sets the Java home where the Java executable can be found.BootableJarCommandBuilder.setJavaHome(Path javaHome) Sets the Java home where the Java executable can be found.BootableJarCommandBuilder.setJavaOptions(Iterable<String> javaOpts) Sets the JVM arguments to use.BootableJarCommandBuilder.setJavaOptions(String... javaOpts) Sets the JVM arguments to use.BootableJarCommandBuilder.setModulesLockless(boolean b) Set totrueto use JBoss Modules lockless mode.BootableJarCommandBuilder.setModulesMetrics(boolean b) Set totrueto gather metrics for JBoss Modules.BootableJarCommandBuilder.setMulticastAddressHint(String address) Sets the system propertyjboss.default.multicast.addressto the address given.BootableJarCommandBuilder.setYamlFiles(Path... yamlFiles) Adds the YAML configuration file argument with the given YAML configuration files.BootableJarCommandBuilder.setYamlFiles(Collection<Path> yamlFiles) Adds the YAML configuration file argument with the given YAML configuration files.