See: Description
| Interface | Description |
|---|---|
| DataResource |
This interface declare the prototype for data source which will be used in DataProvider Impl.
|
| ExcelDataProvider |
This interface defines prototype to implement excel data provider implementation to parse excel format data file.
|
| SeLionDataProvider |
This interface defines prototype to implement own data provider implementation to parse the specific format data
file.
|
| XmlDataProvider |
This interface defines prototype to implement xml data provider implementation to parse the xml format data file.
|
| XmlDataSource |
This interface declare the prototype for xml data source which will be used in XML DataProvider Impl.
|
| Class | Description |
|---|---|
| DataProviderFactory |
This factory class is responsible for providing the data provider implementation instance based on data type.
|
| Exception | Description |
|---|---|
| DataProviderException |
This Exception class is specific to data reader.
|
Copyright © 2016 PayPal Open Source. All rights reserved.