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 class
BootableJarCommandBuilder
Builds a list of commands used to launch a bootable jar instance of WildFly.class
CliCommandBuilder
Builds a list of commands to create a new process for a CLI instance.class
DomainCommandBuilder
Builds a list of commands used to launch a domain instance of WildFly.class
JBossModulesCommandBuilder
Builds a list of commands used to launch JBoss Modules module.class
StandaloneCommandBuilder
Builds 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 Launcher
Launcher. of(CommandBuilder builder)
Creates a new launcher to create aprocess
based on the command builder.Constructors in org.wildfly.core.launcher with parameters of type CommandBuilder Constructor Description Launcher(CommandBuilder builder)
Creates a new launcher.
-