Package | Description |
---|---|
org.wildfly.core.launcher |
Modifier and Type | Method and Description |
---|---|
DomainCommandBuilder |
DomainCommandBuilder.addHostControllerJavaOption(String arg)
Adds a JVM argument to the host controller ignoring
null values. |
DomainCommandBuilder |
DomainCommandBuilder.addHostControllerJavaOptions(Iterable<String> args)
Adds a JVM arguments to the host controller ignoring
null values. |
DomainCommandBuilder |
DomainCommandBuilder.addHostControllerJavaOptions(String... args)
Adds a JVM arguments to the host controller ignoring
null values. |
DomainCommandBuilder |
DomainCommandBuilder.addProcessControllerJavaOption(String arg)
Adds a JVM argument to the process controller ignoring
null values. |
DomainCommandBuilder |
DomainCommandBuilder.addProcessControllerJavaOptions(Iterable<String> args)
Adds a JVM arguments to the process controller ignoring
null values. |
DomainCommandBuilder |
DomainCommandBuilder.addProcessControllerJavaOptions(String... args)
Adds a JVM arguments to the process controller ignoring
null values. |
protected DomainCommandBuilder |
DomainCommandBuilder.getThis() |
static DomainCommandBuilder |
DomainCommandBuilder.of(Path wildflyHome)
Creates a command builder for a domain instance of WildFly.
|
static DomainCommandBuilder |
DomainCommandBuilder.of(Path wildflyHome,
Path javaHome)
Creates a command builder for a domain instance of WildFly.
|
static DomainCommandBuilder |
DomainCommandBuilder.of(String wildflyHome)
Creates a command builder for a domain instance of WildFly.
|
static DomainCommandBuilder |
DomainCommandBuilder.of(String wildflyHome,
String javaHome)
Creates a command builder for a domain instance of WildFly.
|
DomainCommandBuilder |
DomainCommandBuilder.setBackup()
Sets the option (
--backup to keep a copy of the persistent domain configuration even if this host is not
a domain controller. |
DomainCommandBuilder |
DomainCommandBuilder.setBaseDirectory(Path baseDir)
Sets the base directory to use.
|
DomainCommandBuilder |
DomainCommandBuilder.setBaseDirectory(String baseDir)
Sets the base directory to use.
|
DomainCommandBuilder |
DomainCommandBuilder.setCachedDomainController()
Sets the option (
--cached-dc ) to boot using a locally cached copy of the domain configuration. |
DomainCommandBuilder |
DomainCommandBuilder.setDomainConfiguration(String configFile)
Sets the configuration file for the domain (domain.xml).
|
DomainCommandBuilder |
DomainCommandBuilder.setHostConfiguration(String configFile)
Sets the configuration file for the host controller (host.xml).
|
DomainCommandBuilder |
DomainCommandBuilder.setHostControllerJavaHome(Path javaHome)
Sets the Java home for the host controller.
|
DomainCommandBuilder |
DomainCommandBuilder.setHostControllerJavaHome(String javaHome)
Sets the Java home for the host controller.
|
DomainCommandBuilder |
DomainCommandBuilder.setHostControllerJavaOptions(Iterable<String> args)
Sets the JVM arguments for the host controller ignoring
null values in the collection. |
DomainCommandBuilder |
DomainCommandBuilder.setHostControllerJavaOptions(String... args)
Sets the JVM arguments for the host controller ignoring
null values in the array. |
DomainCommandBuilder |
DomainCommandBuilder.setInterProcessHostControllerAddress(String address)
Sets the address on which the host controller should listen for communication from the process controller
(
interprocess-hc-address ). |
DomainCommandBuilder |
DomainCommandBuilder.setInterProcessHostControllerPort(int port)
Sets the port on which the host controller should listen for communication from the process controller (
interprocess-hc-address ). |
DomainCommandBuilder |
DomainCommandBuilder.setInterProcessHostControllerPort(String port)
Sets the port on which the host controller should listen for communication from the process controller (
interprocess-hc-address ). |
DomainCommandBuilder |
DomainCommandBuilder.setMasterAddressHint(String address)
Sets the system property
jboss.domain.master.address . |
DomainCommandBuilder |
DomainCommandBuilder.setMasterPortHint(int port)
Sets the system property
jboss.domain.master.port . |
DomainCommandBuilder |
DomainCommandBuilder.setMasterPortHint(String port)
Sets the system property
jboss.domain.master.port . |
DomainCommandBuilder |
DomainCommandBuilder.setProcessControllerAddress(String address)
Sets the address on which the process controller listens for communication from processes it controls.
|
DomainCommandBuilder |
DomainCommandBuilder.setProcessControllerJavaOptions(Iterable<String> args)
Sets the JVM arguments for the process controller ignoring
null values in the collection. |
DomainCommandBuilder |
DomainCommandBuilder.setProcessControllerJavaOptions(String... args)
Sets the JVM arguments for the process controller ignoring
null values in the array. |
DomainCommandBuilder |
DomainCommandBuilder.setProcessControllerPort(int port)
Sets the port on which the process controller listens for communication from processes it controls.
|
DomainCommandBuilder |
DomainCommandBuilder.setProcessControllerPort(String port)
Sets the port on which the process controller listens for communication from processes it controls.
|
DomainCommandBuilder |
DomainCommandBuilder.setReadOnlyDomainConfiguration(String configFile)
Sets the read only configuration file for the domain (domain.xml).
|
DomainCommandBuilder |
DomainCommandBuilder.setReadOnlyHostConfiguration(String configFile)
Sets the read only configuration file for the host controller (host.xml).
|
DomainCommandBuilder |
DomainCommandBuilder.setServerJavaHome(Path javaHome)
Sets the Java home for the servers that are launched in the domain.
|
DomainCommandBuilder |
DomainCommandBuilder.setServerJavaHome(String javaHome)
Sets the Java home for the servers that are launched in the domain.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.