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