- All Known Implementing Classes:
BootableJarCommandBuilder,CliCommandBuilder,DomainCommandBuilder,JBossModulesCommandBuilder,StandaloneCommandBuilder
public interface CommandBuilder
Builds a list of commands that can be used to launch WildFly.
- Author:
- James R. Perkins
-
Method Summary
-
Method Details
-
buildArguments
A list of command arguments required to launch WildFly instance. These are the arguments the follow ajavaexecutable command.- Returns:
- the list of arguments required to launch WildFly
-
build
A list of commands, including ajavaexecutable, required to launch WildFly instance.- Returns:
- the list of arguments required to launch WildFly
-