Class SyncScheduleWriter
- java.lang.Object
-
- de.hybris.platform.util.CSVWriter
-
- de.hybris.platform.catalog.jalo.synchronization.SyncScheduleWriter
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
public class SyncScheduleWriter extends CSVWriter implements java.io.Flushable
- Since:
- 3.1-u6
-
-
Constructor Summary
Constructors Constructor Description SyncScheduleWriter(java.io.Writer writer)
SyncScheduleWriter(java.io.Writer writer, int count, int deadlockCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flush()
int
getCount()
int
getDeadlockCount()
void
write(SyncSchedule schedule)
-
Methods inherited from class de.hybris.platform.util.CSVWriter
close, closeQuietly, createCSVLine, getCommentchar, getDefaultCommentChar, getDefaultFieldSeparator, getDefaultLineBreak, getDefaultLineSeparators, getDefaultTextSeparator, getFieldseparator, getLinebreak, getTextseparator, getWriter, setCommentchar, setFieldseparator, setLinebreak, setTextseparator, write, write, writeComment, writeSrcLine
-
-
-
-
Method Detail
-
write
public void write(SyncSchedule schedule) throws java.io.IOException
- Throws:
java.io.IOException
-
flush
public void flush() throws java.io.IOException
- Specified by:
flush
in interfacejava.io.Flushable
- Throws:
java.io.IOException
-
getCount
public int getCount()
-
getDeadlockCount
public int getDeadlockCount()
-
-