Uses of Class
org.wildfly.core.launcher.DomainCommandBuilder
Packages that use DomainCommandBuilder
-
Uses of DomainCommandBuilder in org.wildfly.core.launcher
Methods in org.wildfly.core.launcher that return DomainCommandBuilderModifier and TypeMethodDescriptionDomainCommandBuilder.addHostControllerJavaOption(String arg) Adds a JVM argument to the host controller ignoringnullvalues.DomainCommandBuilder.addHostControllerJavaOptions(Iterable<String> args) Adds a JVM arguments to the host controller ignoringnullvalues.DomainCommandBuilder.addHostControllerJavaOptions(String... args) Adds a JVM arguments to the host controller ignoringnullvalues.DomainCommandBuilder.addProcessControllerJavaOption(String arg) Adds a JVM argument to the process controller ignoringnullvalues.DomainCommandBuilder.addProcessControllerJavaOptions(Iterable<String> args) Adds a JVM arguments to the process controller ignoringnullvalues.DomainCommandBuilder.addProcessControllerJavaOptions(String... args) Adds a JVM arguments to the process controller ignoringnullvalues.protected DomainCommandBuilderDomainCommandBuilder.getThis()static DomainCommandBuilderCreates a command builder for a domain instance of WildFly.static DomainCommandBuilderCreates a command builder for a domain instance of WildFly.static DomainCommandBuilderCreates a command builder for a domain instance of WildFly.static DomainCommandBuilderCreates a command builder for a domain instance of WildFly.DomainCommandBuilder.setBackup()Sets the option (--backupto keep a copy of the persistent domain configuration even if this host is not a domain controller.DomainCommandBuilder.setBaseDirectory(String baseDir) Sets the base directory to use.DomainCommandBuilder.setBaseDirectory(Path baseDir) Sets the base directory to use.DomainCommandBuilder.setCachedDomainController()Sets the option (--cached-dc) to boot using a locally cached copy of the domain configuration.DomainCommandBuilder.setDomainConfiguration(String configFile) Sets the configuration file for the domain (domain.xml).DomainCommandBuilder.setHostConfiguration(String configFile) Sets the configuration file for the host controller (host.xml).DomainCommandBuilder.setHostControllerJavaHome(String javaHome) Sets the Java home for the host controller.DomainCommandBuilder.setHostControllerJavaHome(Path javaHome) Sets the Java home for the host controller.DomainCommandBuilder.setHostControllerJavaOptions(Iterable<String> args) Sets the JVM arguments for the host controller ignoringnullvalues in the collection.DomainCommandBuilder.setHostControllerJavaOptions(String... args) Sets the JVM arguments for the host controller ignoringnullvalues in the array.DomainCommandBuilder.setInterProcessHostControllerAddress(String address) Sets the address on which the host controller should listen for communication from the process controller (interprocess-hc-address).DomainCommandBuilder.setInterProcessHostControllerPort(int port) Sets the port on which the host controller should listen for communication from the process controller (interprocess-hc-address).DomainCommandBuilder.setInterProcessHostControllerPort(String port) Sets the port on which the host controller should listen for communication from the process controller (interprocess-hc-address).DomainCommandBuilder.setMasterAddressHint(String address) Sets the system propertyjboss.domain.primary.address.DomainCommandBuilder.setMasterPortHint(int port) Sets the system propertyjboss.domain.primary.port.DomainCommandBuilder.setMasterPortHint(String port) Sets the system propertyjboss.domain.primary.port.DomainCommandBuilder.setProcessControllerAddress(String address) Sets the address on which the process controller listens for communication from processes it controls.DomainCommandBuilder.setProcessControllerJavaOptions(Iterable<String> args) Sets the JVM arguments for the process controller ignoringnullvalues in the collection.DomainCommandBuilder.setProcessControllerJavaOptions(String... args) Sets the JVM arguments for the process controller ignoringnullvalues in the array.DomainCommandBuilder.setProcessControllerPort(int port) Sets the port on which the process controller listens for communication from processes it controls.DomainCommandBuilder.setProcessControllerPort(String port) Sets the port on which the process controller listens for communication from processes it controls.DomainCommandBuilder.setReadOnlyDomainConfiguration(String configFile) Sets the read only configuration file for the domain (domain.xml).DomainCommandBuilder.setReadOnlyHostConfiguration(String configFile) Sets the read only configuration file for the host controller (host.xml).DomainCommandBuilder.setServerJavaHome(String javaHome) Sets the Java home for the servers that are launched in the domain.DomainCommandBuilder.setServerJavaHome(Path javaHome) Sets the Java home for the servers that are launched in the domain.DomainCommandBuilder.setStability(String stability) Sets the stability level of the standalone server process.