|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.CsvTableDesignReader
CsvTableDesignReader class retrieves the input data from csv tables, and placed them in to ImportDefinition class.
Constructor Summary | |
CsvTableDesignReader(java.lang.String tableName,
InputParameters generatorParameters)
Construct object LoaderGenerator with associated parameters. |
Method Summary | |
ImportDefinitionAttributes |
getImportDefinition()
This method read value of importDefinitionAttributes parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CsvTableDesignReader(java.lang.String tableName, InputParameters generatorParameters) throws LoaderException
tableName
- is name of the table form which we retrieve data.generatorParameters
- represents the references to InputParameter object.
LoaderException
Method Detail |
public ImportDefinitionAttributes getImportDefinition()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |