Class ProcessUtils.StringOut

  • All Implemented Interfaces:
    java.util.function.Consumer<java.lang.String>
    Enclosing class:
    ProcessUtils

    public static final class ProcessUtils.StringOut
    extends java.lang.Object
    implements java.util.function.Consumer<java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      StringOut()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(java.lang.String line)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Constructor Detail

      • StringOut

        public StringOut()
    • Method Detail

      • accept

        public void accept​(java.lang.String line)
        Specified by:
        accept in interface java.util.function.Consumer<java.lang.String>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object