Class SystemWriter

java.lang.Object
uk.co.mruoc.cronparser.domain.SystemWriter
All Implemented Interfaces:
Writer

public class SystemWriter
extends java.lang.Object
implements Writer
  • Constructor Summary

    Constructors
    Constructor Description
    SystemWriter()  
  • Method Summary

    Modifier and Type Method Description
    void writeError​(java.lang.String value)  
    void writeOutput​(java.lang.String value)  

    Methods inherited from class java.lang.Object

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

    • SystemWriter

      public SystemWriter()
  • Method Details

    • writeOutput

      public void writeOutput​(java.lang.String value)
      Specified by:
      writeOutput in interface Writer
    • writeError

      public void writeError​(java.lang.String value)
      Specified by:
      writeError in interface Writer