org.ejtools.util.export
Class CSVFileTools

java.lang.Object
  |
  +--org.ejtools.util.FileTools
        |
        +--org.ejtools.util.export.CSVFileTools

public class CSVFileTools
extends FileTools

Description of the Class

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

Nested Class Summary
 
Nested classes inherited from class org.ejtools.util.FileTools
FileTools.SimpleFileFilter
 
Field Summary
static FileTools.SimpleFileFilter CSV_FILE_FILTER
          Description of the Field
 
Constructor Summary
protected CSVFileTools()
          Constructor for the FileUtil object
 
Method Summary
static void exportAsCVS(java.lang.StringBuffer content, java.io.File output)
          Description of the Method
 
Methods inherited from class org.ejtools.util.FileTools
selectFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSV_FILE_FILTER

public static final FileTools.SimpleFileFilter CSV_FILE_FILTER
Description of the Field

Constructor Detail

CSVFileTools

protected CSVFileTools()
Constructor for the FileUtil object

Method Detail

exportAsCVS

public static void exportAsCVS(java.lang.StringBuffer content,
                               java.io.File output)
Description of the Method

Parameters:
output - Description of the Parameter
content - Description of the Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.