public class CSVFileOutputWriter extends Object implements OutputWriter
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FAILURE |
protected static String |
OUTPUT_PREFIX |
protected static String |
SUCCESS |
DATE_FORMAT| Constructor and Description |
|---|
CSVFileOutputWriter(File workDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
writeFailure(ContentItem contentItem,
String error,
int attempts) |
void |
writeSuccess(ContentItem contentItem,
String localFilePath,
int attempts) |
protected static final String SUCCESS
protected static final String FAILURE
protected static final String OUTPUT_PREFIX
public CSVFileOutputWriter(File workDir)
public void writeSuccess(ContentItem contentItem, String localFilePath, int attempts)
writeSuccess in interface OutputWriterpublic void writeFailure(ContentItem contentItem, String error, int attempts)
writeFailure in interface OutputWriterpublic void close()
close in interface OutputWriterCopyright © 2009–2017 DuraSpace. All rights reserved.