Class IntegrationDelegateProvider
java.lang.Object
com._1c.g5.v8.dt.internal.compare.supply.IntegrationDelegateProvider
Provider for
ISupplyDataReferenceProviderComparisonDelegate
implementations being supplied by different
participants of the comparison process.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDelegate
(org.eclipse.emf.ecore.EClass topObjectEClass, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature) Gets the supply reference provider delegate using model coordinates.void
init()
Inits the provider
-
Field Details
-
EXTENSION_POINT_ID
- See Also:
-
-
Constructor Details
-
IntegrationDelegateProvider
public IntegrationDelegateProvider()
-
-
Method Details
-
getDelegate
public ISupplyDataReferenceProviderComparisonDelegate getDelegate(org.eclipse.emf.ecore.EClass topObjectEClass, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature) Gets the supply reference provider delegate using model coordinates.- Parameters:
topObjectEClass
- The top objectEClass
. Can benull
eClass
- The targetEClass
. Can benull
targetFeature
- The target model feature. Can benull
containingFeature
- The many feature that contains target list element. Can benull
-
init
public void init()Inits the provider
-