Uses of Class
org.wildfly.core.launcher.JBossModulesCommandBuilder
Packages that use JBossModulesCommandBuilder
-
Uses of JBossModulesCommandBuilder in org.wildfly.core.launcher
Subclasses of JBossModulesCommandBuilder in org.wildfly.core.launcherModifier and TypeClassDescriptionclassBuilds a list of commands used to launch a domain instance of WildFly.classBuilds a list of commands used to launch a standalone instance of WildFly.Methods in org.wildfly.core.launcher that return JBossModulesCommandBuilderModifier and TypeMethodDescriptionJBossModulesCommandBuilder.addJavaOption(String jvmArg) Adds a JVM argument to the command ignoringnullarguments.JBossModulesCommandBuilder.addJavaOptions(Iterable<String> javaOpts) Adds the collection of JVM arguments to the command.JBossModulesCommandBuilder.addJavaOptions(String... javaOpts) Adds the array of JVM arguments to the command.JBossModulesCommandBuilder.addModuleDir(String moduleDir) Adds a directory to the collection of module paths.JBossModulesCommandBuilder.addModuleDirs(Iterable<String> moduleDirs) Adds all the module directories to the collection of module paths.JBossModulesCommandBuilder.addModuleDirs(String... moduleDirs) Adds all the module directories to the collection of module paths.JBossModulesCommandBuilder.addModuleOption(String arg) Adds an option which will be passed to JBoss Modules.JBossModulesCommandBuilder.addModuleOptions(Iterable<String> args) Adds the options which will be passed to JBoss Modules.JBossModulesCommandBuilder.addModuleOptions(String... args) Adds the options which will be passed to JBoss Modules.JBossModulesCommandBuilder.addServerArgument(String arg) Adds an argument to be passed to the server ignore the argument ifnull.JBossModulesCommandBuilder.addServerArguments(Iterable<String> args) Adds the arguments to the collection of arguments that will be passed to the server ignoring anynullarguments.JBossModulesCommandBuilder.addServerArguments(String... args) Adds the arguments to the collection of arguments that will be passed to the server ignoring anynullarguments.static JBossModulesCommandBuilderCreates a command builder for a launching JBoss Modules module.static JBossModulesCommandBuilderCreates a command builder for a launching JBoss Modules module.JBossModulesCommandBuilder.setJavaHome(String javaHome) Sets the Java home where the Java executable can be found.JBossModulesCommandBuilder.setJavaHome(Path javaHome) Sets the Java home where the Java executable can be found.JBossModulesCommandBuilder.setJavaOptions(Iterable<String> javaOpts) Sets the JVM arguments to use.JBossModulesCommandBuilder.setJavaOptions(String... javaOpts) Sets the JVM arguments to use.JBossModulesCommandBuilder.setModuleDirs(Iterable<String> moduleDirs) Replaces any previously set module directories with the collection of module directories.JBossModulesCommandBuilder.setModuleDirs(String... moduleDirs) Replaces any previously set module directories with the array of module directories.JBossModulesCommandBuilder.setModuleOptions(Iterable<String> args) Clears the current module options and adds the options which will be passed to JBoss Modules.JBossModulesCommandBuilder.setModuleOptions(String... args) Clears the current module options and adds the options which will be passed to JBoss Modules.JBossModulesCommandBuilder.setModulesLockless(boolean b) Set totrueto use JBoss Modules lockless mode.JBossModulesCommandBuilder.setModulesMetrics(boolean b) Set totrueto gather metrics for JBoss Modules.JBossModulesCommandBuilder.setUseSecurityManager(boolean useSecMgr) Sets whether or not the security manager option,-secmgr, should be used.