Package uk.co.mruoc.cronparser.domain
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 voidwriteError(java.lang.String value)voidwriteOutput(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:
writeOutputin interfaceWriter
-
writeError
public void writeError(java.lang.String value)- Specified by:
writeErrorin interfaceWriter
-