JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addJavaOption(String jvmArg) |
Adds a JVM argument to the command ignoring null arguments.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addJavaOptions(Iterable<String> javaOpts) |
Adds the collection of JVM arguments to the command.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addJavaOptions(String... javaOpts) |
Adds the array of JVM arguments to the command.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addModuleDir(String moduleDir) |
Adds a directory to the collection of module paths.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addModuleDirs(Iterable<String> moduleDirs) |
Adds all the module directories to the collection of module paths.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addModuleDirs(String... moduleDirs) |
Adds all the module directories to the collection of module paths.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addModuleOption(String arg) |
Adds an option which will be passed to JBoss Modules.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addModuleOptions(Iterable<String> args) |
Adds the options which will be passed to JBoss Modules.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addModuleOptions(String... args) |
Adds the options which will be passed to JBoss Modules.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addServerArgument(String arg) |
Adds an argument to be passed to the server ignore the argument if null .
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addServerArguments(Iterable<String> args) |
Adds the arguments to the collection of arguments that will be passed to the server ignoring any null
arguments.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.addServerArguments(String... args) |
Adds the arguments to the collection of arguments that will be passed to the server ignoring any null
arguments.
|
static JBossModulesCommandBuilder |
JBossModulesCommandBuilder.of(String wildflyHome,
String moduleName) |
Creates a command builder for a launching JBoss Modules module.
|
static JBossModulesCommandBuilder |
JBossModulesCommandBuilder.of(Path wildflyHome,
String moduleName) |
Creates a command builder for a launching JBoss Modules module.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setJavaHome(String javaHome) |
Sets the Java home where the Java executable can be found.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setJavaHome(Path javaHome) |
Sets the Java home where the Java executable can be found.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setJavaOptions(Iterable<String> javaOpts) |
Sets the JVM arguments to use.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setJavaOptions(String... javaOpts) |
Sets the JVM arguments to use.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setModuleDirs(Iterable<String> moduleDirs) |
Replaces any previously set module directories with the collection of module directories.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setModuleDirs(String... moduleDirs) |
Replaces any previously set module directories with the array of module directories.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setModuleOptions(Iterable<String> args) |
Clears the current module options and adds the options which will be passed to JBoss Modules.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setModuleOptions(String... args) |
Clears the current module options and adds the options which will be passed to JBoss Modules.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setModulesLockless(boolean b) |
Set to true to use JBoss Modules lockless mode.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setModulesMetrics(boolean b) |
Set to true to gather metrics for JBoss Modules.
|
JBossModulesCommandBuilder |
JBossModulesCommandBuilder.setUseSecurityManager(boolean useSecMgr) |
Sets whether or not the security manager option, -secmgr , should be used.
|