org.webdocwf.util.loader.generator
Class CsvTableDesignReader

java.lang.Object
  extended by org.webdocwf.util.loader.generator.CsvTableDesignReader

public class CsvTableDesignReader
extends java.lang.Object

CsvTableDesignReader class retrieves the input data from csv tables, and placed them in to ImportDefinition class.

Version:
1.0
Author:
Radoslav Dutina

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

CsvTableDesignReader

public CsvTableDesignReader(java.lang.String tableName,
                            InputParameters generatorParameters)
                     throws LoaderException
Construct object LoaderGenerator with associated parameters.

Parameters:
tableName - is name of the table form which we retrieve data.
generatorParameters - represents the references to InputParameter object.
Throws:
LoaderException
Method Detail

getImportDefinition

public ImportDefinitionAttributes getImportDefinition()
This method read value of importDefinitionAttributes parameters.

Returns:
references to ImportDefinitionAttributes objects.


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.