-
- All Known Implementing Classes:
BootableJarCommandBuilder,CliCommandBuilder,DomainCommandBuilder,JBossModulesCommandBuilder,StandaloneCommandBuilder
public interface CommandBuilderBuilds a list of commands that can be used to launch WildFly.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>build()A list of commands, including ajavaexecutable, required to launch WildFly instance.List<String>buildArguments()A list of command arguments required to launch WildFly instance.
-