public class ControlFileWriter extends Object implements AutoCloseable
| Constructor and Description |
|---|
ControlFileWriter(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
nextParagraph() |
void |
writeFormattedField(String field,
String synopsis,
String content) |
void |
writeLineBasedList(String field,
Iterable<String> values) |
void |
writeMultiLineList(String field,
Iterable<String> values) |
void |
writeSingleLineField(String field,
String value) |
void |
writeSingleLineList(String field,
Iterable<String> values) |
public ControlFileWriter(Writer writer)
public void nextParagraph()
throws IOException
IOExceptionpublic void writeSingleLineField(String field, String value) throws IOException
IOExceptionpublic void writeSingleLineList(String field, Iterable<String> values) throws IOException
IOExceptionpublic void writeMultiLineList(String field, Iterable<String> values) throws IOException
IOExceptionpublic void writeLineBasedList(String field, Iterable<String> values) throws IOException
IOExceptionpublic void writeFormattedField(String field, String synopsis, String content) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2018. All rights reserved.