com.silverpeas.util.csv
Class CSVWriter
java.lang.Object
com.silverpeas.util.csv.CSVWriter
public class CSVWriter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_nbCols
protected int m_nbCols
m_colNames
protected String[] m_colNames
m_colTypes
protected String[] m_colTypes
m_colDefaultValues
protected String[] m_colDefaultValues
m_separator
protected String m_separator
m_utilMessages
protected ResourceLocator m_utilMessages
m_specificNbCols
protected int m_specificNbCols
m_specificColNames
protected String[] m_specificColNames
m_specificColTypes
protected String[] m_specificColTypes
m_specificParameterNames
protected String[] m_specificParameterNames
CSVWriter
public CSVWriter(String language)
- Constructeur
initCSVFormat
public void initCSVFormat(String propertiesFile,
String rootPropertyName,
String separator)
initCSVFormat
public void initCSVFormat(String propertiesFile,
String rootPropertyName,
String separator,
String specificPropertiesFile,
String specificRootPropertyName)
getM_specificNbCols
public int getM_specificNbCols()
- Returns:
- Returns the m_specificNbCols.
setM_specificNbCols
public void setM_specificNbCols(int cols)
- Parameters:
cols
- The m_specificNbCols to set.
Copyright © 2016 Silverpeas. All Rights Reserved.