Uses of Class
org.wildfly.core.launcher.StandaloneCommandBuilder
Packages that use StandaloneCommandBuilder
-
Uses of StandaloneCommandBuilder in org.wildfly.core.launcher
Methods in org.wildfly.core.launcher that return StandaloneCommandBuilderModifier and TypeMethodDescriptionStandaloneCommandBuilder.addJavaOption(String jvmArg) Adds a JVM argument to the command ignoringnullarguments.StandaloneCommandBuilder.addJavaOptions(Iterable<String> javaOpts) Adds the collection of JVM arguments to the command.StandaloneCommandBuilder.addJavaOptions(String... javaOpts) Adds the array of JVM arguments to the command.StandaloneCommandBuilder.addModuleOption(String arg) Adds an option which will be passed to JBoss Modules.StandaloneCommandBuilder.addModuleOptions(Iterable<String> args) Adds the options which will be passed to JBoss Modules.StandaloneCommandBuilder.addModuleOptions(String... args) Adds the options which will be passed to JBoss Modules.StandaloneCommandBuilder.addSecurityProperties(Map<String, String> properties) Adds all the security properties to be passed to the server.StandaloneCommandBuilder.addSecurityProperty(String key) Adds a security property to be passed to the server with anullvalue.StandaloneCommandBuilder.addSecurityProperty(String key, String value) Adds a security property to be passed to the server.protected StandaloneCommandBuilderStandaloneCommandBuilder.getThis()static StandaloneCommandBuilderCreates a command builder for a standalone instance of WildFly.static StandaloneCommandBuilderCreates a command builder for a standalone instance of WildFly.StandaloneCommandBuilder.setBaseDirectory(String baseDir) Sets the base directory to use.StandaloneCommandBuilder.setBaseDirectory(Path baseDir) Sets the base directory to use.StandaloneCommandBuilder.setDebug()Sets the debug argument for the JVM with a default port of8787.StandaloneCommandBuilder.setDebug(boolean suspend, int port) Sets the debug JPDA remote socket debugging argument.StandaloneCommandBuilder.setDebug(int port) Sets the debug argument for the JVM.StandaloneCommandBuilder.setGitRepository(String gitRepository, String gitBranch, String gitAuthentication) Configures the git repository for the standalone server.StandaloneCommandBuilder.setJavaHome(String javaHome) Sets the Java home where the Java executable can be found.StandaloneCommandBuilder.setJavaHome(Path javaHome) Sets the Java home where the Java executable can be found.StandaloneCommandBuilder.setJavaOptions(Iterable<String> javaOpts) Sets the JVM arguments to use.StandaloneCommandBuilder.setJavaOptions(String... javaOpts) Sets the JVM arguments to use.StandaloneCommandBuilder.setModuleOptions(Iterable<String> args) Clears the current module options and adds the options which will be passed to JBoss Modules.StandaloneCommandBuilder.setModuleOptions(String... args) Clears the current module options and adds the options which will be passed to JBoss Modules.StandaloneCommandBuilder.setModulesLockless(boolean b) Set totrueto use JBoss Modules lockless mode.StandaloneCommandBuilder.setModulesMetrics(boolean b) Set totrueto gather metrics for JBoss Modules.StandaloneCommandBuilder.setServerConfiguration(String configFile) Sets the configuration file for the server.StandaloneCommandBuilder.setServerReadOnlyConfiguration(String configFile) Sets the configuration file for the server.StandaloneCommandBuilder.setStability(String stability) Sets the stability level of the domain controller process.StandaloneCommandBuilder.setYamlFiles(Path... yamlFiles) Adds the YAML configuration file argument with the given YAML configuration files.StandaloneCommandBuilder.setYamlFiles(Collection<Path> yamlFiles) Adds the YAML configuration file argument with the given YAML configuration files.