Class ComparisonDataSourceFactory
java.lang.Object
com._1c.g5.v8.dt.internal.compare.ComparisonDataSourceFactory
- All Implemented Interfaces:
IComparisonDataSourceFactory
public final class ComparisonDataSourceFactory
extends Object
implements IComparisonDataSourceFactory
The default implementation of
IComparisonDataSourceFactory
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(IComparisonDataSourceDescriptor descriptor) Creates a data source by the provided data source descriptor.create
(ComparisonDataSourceDescriptorTriple descriptorTriple) Creates the logically bound data sources for the provided data source descriptors.
-
Constructor Details
-
ComparisonDataSourceFactory
public ComparisonDataSourceFactory()
-
-
Method Details
-
create
Description copied from interface:IComparisonDataSourceFactory
Creates a data source by the provided data source descriptor.- Specified by:
create
in interfaceIComparisonDataSourceFactory
- Parameters:
descriptor
- the descriptor to create the source by, cannot benull
- Returns:
- the created data source, never
null
-
create
Creates the logically bound data sources for the provided data source descriptors.- Parameters:
descriptorTriple
- the triple of descriptors to create the sources by, cannot benull
- Returns:
- the comparison data source triple, never
null
-