Package echo.output

Class EchoOutputWrapper

java.lang.Object
echo.output.EchoOutputWrapper

public class EchoOutputWrapper extends Object
Will echo a message to standard output (in Maven) with the right message level.
  • Field Details

  • Constructor Details

    • EchoOutputWrapper

      public EchoOutputWrapper(EchoOutput echoOutput, PluginParameters pluginParameters)
      Creates a new instance of the EchoOutputWrapper class
      Parameters:
      echoOutput - the utility class to output to standard output (in Maven)
      pluginParameters - The user-supplied plugin parameters
  • Method Details

    • output

      public void output(String content)
      Echo the content to standard output (in Maven)