Module org.wildfly.launcher
Package org.wildfly.core.launcher
-
Interface Summary Interface Description CommandBuilder Builds a list of commands that can be used to launch WildFly. -
Class Summary Class Description BootableJarCommandBuilder Builds a list of commands used to launch a bootable jar instance of WildFly.CliCommandBuilder Builds a list of commands to create a new process for a CLI instance.DomainCommandBuilder Builds a list of commands used to launch a domain instance of WildFly.JBossModulesCommandBuilder Builds a list of commands used to launch JBoss Modules module.Launcher Builds aprocess
to launch a standalone or domain server based on thecommand builder
.ProcessHelper A helper class to help with managing a process.StandaloneCommandBuilder Builds a list of commands used to launch a standalone instance of WildFly.