Package echo.output

Class EchoOutputWrapper


  • public class EchoOutputWrapper
    extends java.lang.Object
    Will echo a message to standard output (in Maven) with the right message level.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void output​(java.lang.String content)
      Echo the content to standard output (in Maven)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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 Detail

      • output

        public void output​(java.lang.String content)
        Echo the content to standard output (in Maven)