- addCliArgument(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Adds an argument to be passed to the CLI command ignore the argument if null.
- addCliArguments(String...) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Adds the arguments to the collection of arguments that will be passed to the CLI command ignoring any null arguments.
- addCliArguments(Iterable<String>) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Adds the arguments to the collection of arguments that will be passed to the CLI command ignoring any null arguments.
- addEnvironmentVariable(String, String) - Method in class org.wildfly.core.launcher.Launcher
-
Adds an environment variable to the process being created.
- addEnvironmentVariables(Map<String, String>) - Method in class org.wildfly.core.launcher.Launcher
-
Adds the environment variables to the process being created.
- addHostControllerJavaOption(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Adds a JVM argument to the host controller ignoring null values.
- addHostControllerJavaOptions(String...) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Adds a JVM arguments to the host controller ignoring null values.
- addHostControllerJavaOptions(Iterable<String>) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Adds a JVM arguments to the host controller ignoring null values.
- addJavaOption(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Adds a JVM argument to the command ignoring null arguments.
- addJavaOption(String) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Adds a JVM argument to the command ignoring null arguments.
- addJavaOptions(String...) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Adds the array of JVM arguments to the command.
- addJavaOptions(Iterable<String>) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Adds the collection of JVM arguments to the command.
- addJavaOptions(String...) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Adds the array of JVM arguments to the command.
- addJavaOptions(Iterable<String>) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Adds the collection of JVM arguments to the command.
- addModuleDir(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Adds a directory to the collection of module paths.
- addModuleDirs(String...) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Adds all the module directories to the collection of module paths.
- addModuleDirs(Iterable<String>) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Adds all the module directories to the collection of module paths.
- addProcessControllerJavaOption(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Adds a JVM argument to the process controller ignoring null values.
- addProcessControllerJavaOptions(String...) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Adds a JVM arguments to the process controller ignoring null values.
- addProcessControllerJavaOptions(Iterable<String>) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Adds a JVM arguments to the process controller ignoring null values.
- addSecurityProperties(Map<String, String>) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Adds all the security properties to be passed to the server.
- addSecurityProperty(String) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Adds a security property to be passed to the server with a null value.
- addSecurityProperty(String, String) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Adds a security property to be passed to the server.
- addShutdownHook(Process) - Static method in class org.wildfly.core.launcher.ProcessHelper
-
Adds a shutdown hook for the process.
- setBackup() - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the option (--backup to keep a copy of the persistent domain configuration even if this host is not
a domain controller.
- setBaseDirectory(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the base directory to use.
- setBaseDirectory(Path) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the base directory to use.
- setBaseDirectory(String) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the base directory to use.
- setBaseDirectory(Path) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the base directory to use.
- setCachedDomainController() - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the option (--cached-dc) to boot using a locally cached copy of the domain configuration.
- setCommand(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the command to execute.
- setCommands(String...) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the commands to execute.
- setCommands(Iterable<String>) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the commands to execute.
- setConnection(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the hostname and port to connect to.
- setConnection(String, int) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the hostname and port to connect to.
- setConnection(String, String, int) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the protocol, hostname and port to connect to.
- setController(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the hostname and port to connect to.
- setController(String, int) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the hostname and port to connect to.
- setController(String, String, int) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the protocol, hostname and port to connect to.
- setDebug() - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the debug argument for the JVM with a default port of 8787.
- setDebug(int) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the debug argument for the JVM.
- setDebug(boolean, int) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the debug JPDA remote socket debugging argument.
- setDirectory(Path) - Method in class org.wildfly.core.launcher.Launcher
-
Sets the working directory for the process created.
- setDirectory(File) - Method in class org.wildfly.core.launcher.Launcher
-
Sets the working directory for the process created.
- setDirectory(String) - Method in class org.wildfly.core.launcher.Launcher
-
Sets the working directory for the process created.
- setDomainConfiguration(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the configuration file for the domain (domain.xml).
- setGitRepository(String, String, String) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
- setHostConfiguration(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the configuration file for the host controller (host.xml).
- setHostControllerJavaHome(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the Java home for the host controller.
- setHostControllerJavaHome(Path) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the Java home for the host controller.
- setHostControllerJavaOptions(String...) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the JVM arguments for the host controller ignoring null values in the array.
- setHostControllerJavaOptions(Iterable<String>) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the JVM arguments for the host controller ignoring null values in the collection.
- setInterProcessHostControllerAddress(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the address on which the host controller should listen for communication from the process controller
(interprocess-hc-address).
- setInterProcessHostControllerPort(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the port on which the host controller should listen for communication from the process controller (interprocess-hc-address).
- setInterProcessHostControllerPort(int) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the port on which the host controller should listen for communication from the process controller (interprocess-hc-address).
- setJavaHome(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the Java home where the Java executable can be found.
- setJavaHome(Path) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the Java home where the Java executable can be found.
- setJavaHome(String) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the Java home where the Java executable can be found.
- setJavaHome(Path) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the Java home where the Java executable can be found.
- setJavaOptions(Iterable<String>) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the JVM arguments to use.
- setJavaOptions(String...) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the JVM arguments to use.
- setJavaOptions(Iterable<String>) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the JVM arguments to use.
- setJavaOptions(String...) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the JVM arguments to use.
- setMasterAddressHint(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the system property jboss.domain.master.address.
- setMasterPortHint(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the system property jboss.domain.master.port.
- setMasterPortHint(int) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the system property jboss.domain.master.port.
- setModuleDirs(Iterable<String>) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Replaces any previously set module directories with the collection of module directories.
- setModuleDirs(String...) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Replaces any previously set module directories with the array of module directories.
- setModulesLockless(boolean) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Set to true to use JBoss Modules lockless mode.
- setModulesMetrics(boolean) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Set to true to gather metrics for JBoss Modules.
- setPassword(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the password to use when establishing a connection.
- setProcessControllerAddress(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the address on which the process controller listens for communication from processes it controls.
- setProcessControllerJavaOptions(String...) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the JVM arguments for the process controller ignoring null values in the array.
- setProcessControllerJavaOptions(Iterable<String>) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the JVM arguments for the process controller ignoring null values in the collection.
- setProcessControllerPort(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the port on which the process controller listens for communication from processes it controls.
- setProcessControllerPort(int) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the port on which the process controller listens for communication from processes it controls.
- setReadOnlyDomainConfiguration(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the read only configuration file for the domain (domain.xml).
- setReadOnlyHostConfiguration(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the read only configuration file for the host controller (host.xml).
- setRedirectErrorStream(boolean) - Method in class org.wildfly.core.launcher.Launcher
-
Set to true if the error stream should be redirected to the output stream.
- setScriptFile(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the path to the script file to execute.
- setScriptFile(Path) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the path to the script file to execute.
- setServerConfiguration(String) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the configuration file for the server.
- setServerJavaHome(String) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the Java home for the servers that are launched in the domain.
- setServerJavaHome(Path) - Method in class org.wildfly.core.launcher.DomainCommandBuilder
-
Sets the Java home for the servers that are launched in the domain.
- setServerReadOnlyConfiguration(String) - Method in class org.wildfly.core.launcher.StandaloneCommandBuilder
-
Sets the configuration file for the server.
- setTimeout(int) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the timeout used when connecting to the server.
- setUseGui() - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the command argument to use the GUI CLI client.
- setUser(String) - Method in class org.wildfly.core.launcher.CliCommandBuilder
-
Sets the user to use when establishing a connection.
- StandaloneCommandBuilder - Class in org.wildfly.core.launcher
-
Builds a list of commands used to launch a standalone instance of WildFly.