org.sonar.api.utils.text
Class CsvWriter

java.lang.Object
  extended by org.sonar.api.utils.text.CsvWriter

public class CsvWriter
extends Object

Since:
4.2

Method Summary
 void close()
           
static CsvWriter of(Writer writer)
           
 CsvWriter values(String... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static CsvWriter of(Writer writer)

values

public CsvWriter values(String... values)

close

public void close()


Copyright © 2009–2015 SonarSource. All rights reserved.