com.ibm.commerce.foundation.dataload.datareader

Class DataReaderDataSource

  • java.lang.Object
    • com.ibm.commerce.foundation.dataload.datareader.DataReaderDataSource


  • public class DataReaderDataSource
    extends java.lang.Object

    This class represents a data source for a data reader.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      org.w3c.dom.Node getDataSourceDataNode()
      This method returns the Node describing the data contained within the data source.
      java.lang.String getDataSourceLocation()
      This method returns the location of the data source.
      java.util.Map getDataSourceProperties()
      This method returns the Map containing properties in the form of name-value pairs to describe properties required by the data source.
      void setDataSourceDataNode(org.w3c.dom.Node aDataSourceDataNode)
      This method sets the Node describing the data contained within the data source.
      void setDataSourceLocation(java.lang.String aDataSourceLocation)
      This method sets the location of the data source.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataReaderDataSource

        public DataReaderDataSource()
    • Method Detail

      • setDataSourceDataNode

        public void setDataSourceDataNode(org.w3c.dom.Node aDataSourceDataNode)

        This method sets the Node describing the data contained within the data source.

        Each implementation of a DataReader must understand and maintain it's own set of data source information.

        Parameters:
        aDataSourceDataNode - A Node describing the data contained within the data source.
      • getDataSourceDataNode

        public org.w3c.dom.Node getDataSourceDataNode()

        This method returns the Node describing the data contained within the data source.

        Each implementation of a DataReader must understand and maintain it's own set of data source information.

        Returns:
        A Map containing properties in the form of name-value pairs to describe the data contained within the data source.
      • setDataSourceLocation

        public void setDataSourceLocation(java.lang.String aDataSourceLocation)

        This method sets the location of the data source.

        Parameters:
        aDataSourceLocation - A String representing the data source location.
      • getDataSourceLocation

        public java.lang.String getDataSourceLocation()

        This method returns the location of the data source.

        Returns:
        A String representing the data source location.
      • getDataSourceProperties

        public java.util.Map getDataSourceProperties()

        This method returns the Map containing properties in the form of name-value pairs to describe properties required by the data source.

        Each implementation of a DataReader must understand and maintain it's own set of property information.

        Returns:
        A Map containing properties in the form of name-value pairs to describe properties required by the data source.