| java.lang.Object org.ddsteps.dataset.excel.ExcelDataSetLoader
ExcelDataSetLoader | public class ExcelDataSetLoader implements DataSetLoader(Code) | | DataSet loader for Excel files.
author: Adam version: $Id: ExcelDataSetLoader.java,v 1.1 2005/08/25 08:32:37 adamskogman version: Exp $ |
Method Summary | |
public DataSet | loadDataSet(Class clazz) Load an excel file with the same name as this clazz parameter.
Parameters: clazz - The class. |
ExcelDataSetLoader | public ExcelDataSetLoader()(Code) | | Default constructor.
|
loadDataSet | public DataSet loadDataSet(Class clazz)(Code) | | Load an excel file with the same name as this clazz parameter.
Parameters: clazz - The class. The classloader of that class will be used to loadthe file. Null if not found throws: IllegalArgumentException - If class is null |
|
|