ru.onego.industrial.catalog.exe
Interface DataProvider


public interface DataProvider

Stands for its name: this interface is for providing data to be catalogized.

Version:
1.0
Author:
Lev Levin

Method Summary
 java.util.List getData(java.lang.Object param)
          Method provides list of data to be catalogized.
 

Method Detail

getData

java.util.List getData(java.lang.Object param)
                       throws java.lang.Exception
Method provides list of data to be catalogized.

Parameters:
param - Some parameter on which data will depend (e.g. starting directory name)
Returns:
List of objects to be catalogized
Throws:
java.lang.Exception - Thrown if any error take place while preparing list of data