Uses of Interface
org.wildfly.core.launcher.CommandBuilder
-
Packages that use CommandBuilder Package Description org.wildfly.core.launcher -
-
Uses of CommandBuilder in org.wildfly.core.launcher
Classes in org.wildfly.core.launcher that implement CommandBuilder Modifier and Type Class Description classBootableJarCommandBuilderBuilds a list of commands used to launch a bootable jar instance of WildFly.classCliCommandBuilderBuilds a list of commands to create a new process for a CLI instance.classDomainCommandBuilderBuilds a list of commands used to launch a domain instance of WildFly.classJBossModulesCommandBuilderBuilds a list of commands used to launch JBoss Modules module.classStandaloneCommandBuilderBuilds a list of commands used to launch a standalone instance of WildFly.Methods in org.wildfly.core.launcher with parameters of type CommandBuilder Modifier and Type Method Description static LauncherLauncher. of(CommandBuilder builder)Creates a new launcher to create aprocessbased on the command builder.Constructors in org.wildfly.core.launcher with parameters of type CommandBuilder Constructor Description Launcher(CommandBuilder builder)Creates a new launcher.
-