Interface CommandBuilder

    • Method Detail

      • 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