Interface IComparisonDataSourceFactory
- 
 public interface IComparisonDataSourceFactoryThe factory for creatingIComparisonDataSource.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IComparisonDataSourcecreate(IComparisonDataSourceDescriptor descriptor)Creates a data source by the provided data source descriptor.
 
- 
- 
- 
Method Detail- 
createIComparisonDataSource create(IComparisonDataSourceDescriptor descriptor) Creates a data source by the provided data source descriptor.- Parameters:
- descriptor- the descriptor to create the source by, cannot be- null
- Returns:
- the created data source, never null
 
 
- 
 
-