Interface CommandFormatter


public interface CommandFormatter
Formatter for CLI commands such as those included in CurlRequestSnippet and HttpieRequestSnippet.
Since:
1.2.0
Author:
Tomasz Kopczynski
  • Method Summary

    Modifier and Type
    Method
    Description
    format(List<String> elements)
    Formats a list of elements into a single String.
  • Method Details

    • format

      String format(List<String> elements)
      Formats a list of elements into a single String.
      Parameters:
      elements - the String elements to be formatted
      Returns:
      a single formatted String