Interface ProcessOutputConfigurator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void headLimit​(int limit)
      Specify how many first process output lines will be kept.
      void tailLimit​(int limit)
      Specify how many last process output lines will be kept.
      void unlimited()
      Specify to keep all process output.
    • Method Detail

      • headLimit

        void headLimit​(int limit)
        Specify how many first process output lines will be kept.
        Parameters:
        limit - process output head limit
      • tailLimit

        void tailLimit​(int limit)
        Specify how many last process output lines will be kept.
        Parameters:
        limit - process output tail limit
      • unlimited

        void unlimited()
        Specify to keep all process output.