Interface CommandBuilder

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

    Modifier and Type
    Method
    Description
    A list of commands, including a java executable, required to launch WildFly instance.
    A list of command arguments required to launch WildFly instance.
  • Method Details

    • buildArguments

      List<String> buildArguments()
      A list of command arguments required to launch WildFly instance.

      These are the arguments the follow a java executable command.

      Returns:
      the list of arguments required to launch WildFly
    • build

      List<String> build()
      A list of commands, including a java executable, required to launch WildFly instance.
      Returns:
      the list of arguments required to launch WildFly