| java.lang.Object org.webdocwf.util.loader.generator.CsvTableDesignReader
CsvTableDesignReader | public class CsvTableDesignReader (Code) | | CsvTableDesignReader class retrieves the input data from csv tables, and placed them in to
ImportDefinition class.
author: Radoslav Dutina version: 1.0 |
CsvTableDesignReader | public CsvTableDesignReader(String tableName, InputParameters generatorParameters) throws LoaderException(Code) | | Construct object LoaderGenerator with associated parameters.
Parameters: tableName - is name of the table form which we retrieve data. Parameters: generatorParameters - represents the references to InputParameter object. throws: LoaderException - |
getImportDefinition | public ImportDefinitionAttributes getImportDefinition()(Code) | | This method read value of importDefinitionAttributes parameters.
references to ImportDefinitionAttributes objects. |
|
|