Interface PlatformCommand.Builder

    • Method Detail

      • linux

        PlatformCommand.Builder linux​(String linux)

        Command for Linux.

        Parameters:
        linux - Command for Linux.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • windows

        PlatformCommand.Builder windows​(String windows)

        Command for Windows.

        Parameters:
        windows - Command for Windows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.