waelti.statistics.export
Class CSVWriter
java.lang.Object
   waelti.statistics.export.CSVWriter
waelti.statistics.export.CSVWriter
- public class CSVWriter 
- extends java.lang.Object
 
| Method Summary | 
| static java.io.File | write(AbstractQuery query,
      java.io.File file)Writes the data to a csv file with ';' as a delimiter and returns the file.
 | 
| static java.io.File | write(AbstractQuery query,
      java.lang.String file)
 | 
| static java.io.File | writer(ResultMatrix matrix,
       java.io.File file)
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CSVWriter
public CSVWriter()
write
public static java.io.File write(AbstractQuery query,
                                 java.lang.String file)
                          throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
write
public static java.io.File write(AbstractQuery query,
                                 java.io.File file)
                          throws java.io.IOException
- Writes the data to a csv file with ';' as a delimiter and returns the file. If writing fails,
 null will be returned.
 
- 
- Throws:
- java.io.IOException
 
writer
public static java.io.File writer(ResultMatrix matrix,
                                  java.io.File file)
                           throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
				Copyright 2005-2011 by Gerry Weirich, Elexis