net.ripe.rpki.commons.util
Class CsvFormatter
java.lang.Object
net.ripe.rpki.commons.util.CsvFormatter
public class CsvFormatter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvFormatter
public CsvFormatter()
CsvFormatter
public CsvFormatter(String separator)
addColumn
public CsvFormatter addColumn(String heading)
addQuotedColumn
public CsvFormatter addQuotedColumn(String heading)
addLine
public CsvFormatter addLine(String... values)
print
public void print(File outputFile)
throws IOException
- Throws:
IOException
printWithoutHeaders
public void printWithoutHeaders(Writer out)
throws IOException
- Throws:
IOException
printWithHeaders
public void printWithHeaders(Writer out)
throws IOException
- Throws:
IOException
Copyright © 2008-2015 RIPE NCC, the Netherlands. All Rights Reserved.