public class NexusWriterStreamDataProvider extends TextWriterStreamDataProvider<NexusEventWriter>
Constructor and Description |
---|
NexusWriterStreamDataProvider(NexusEventWriter eventWriter) |
Modifier and Type | Method and Description |
---|---|
ApplicationLogger |
getLogger() |
Map<String,NexusMatrixWriteResult> |
getMatrixIDToBlockTypeMap() |
ReadWriteParameterMap |
getParameters() |
void |
writeBlockEnd() |
void |
writeBlockStart(String name) |
void |
writeCommandEnd() |
void |
writeLineStart(String text) |
void |
writeLinkCommand(String linkedID,
String linkedBlockName,
EventContentType linkedContentType) |
getWriter
getEventWriter
public NexusWriterStreamDataProvider(NexusEventWriter eventWriter)
public ReadWriteParameterMap getParameters()
public ApplicationLogger getLogger()
public Map<String,NexusMatrixWriteResult> getMatrixIDToBlockTypeMap()
public void writeBlockStart(String name) throws IOException
IOException
public void writeLinkCommand(String linkedID, String linkedBlockName, EventContentType linkedContentType) throws IOException
IOException
public void writeLineStart(String text) throws IOException
IOException
public void writeCommandEnd() throws IOException
IOException
public void writeBlockEnd() throws IOException
IOException