Class Maven.CliMessageManipulator

  • All Implemented Interfaces:
    StreamGobbler.IMsgManipulator
    Enclosing class:
    Maven

    private static class Maven.CliMessageManipulator
    extends java.lang.Object
    implements StreamGobbler.IMsgManipulator
    Gets rid of the class name / logging level in Maven CLI mode. There seems to be no SLF4J option.
    Author:
    Holger Eichelberger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String manipulate​(java.lang.String message)
      Manipulates a message.
      • Methods inherited from class java.lang.Object

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

      • CliMessageManipulator

        private CliMessageManipulator()
    • Method Detail

      • manipulate

        public java.lang.String manipulate​(java.lang.String message)
        Description copied from interface: StreamGobbler.IMsgManipulator
        Manipulates a message.
        Specified by:
        manipulate in interface StreamGobbler.IMsgManipulator
        Parameters:
        message - the message to be manipulated
        Returns:
        the manipulated message, suppress if null