Package | Description |
---|---|
org.eclipse.emf.compare.match | |
org.eclipse.emf.compare.match.impl | |
org.eclipse.emf.compare.rcp | |
org.eclipse.emf.compare.rcp.internal.match |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
IMatchEngine.Factory.Registry.add(IMatchEngine.Factory matchEngineFactory)
Add to the registry the given
IMatchEngine.Factory . |
IMatchEngine.Factory |
IMatchEngine.Factory.Registry.getHighestRankingMatchEngineFactory(IComparisonScope scope)
Returns the match engine factory, for the given scope, owning the highest ranking.
|
IMatchEngine.Factory |
IMatchEngine.Factory.Registry.remove(String className)
Remove from the registry the
IMatchEngine.Factory designated by the given
String . |
Modifier and Type | Method and Description |
---|---|
List<IMatchEngine.Factory> |
IMatchEngine.Factory.Registry.getMatchEngineFactories(IComparisonScope scope)
Returns the list of
IMatchEngine.Factory contained in the registry. |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
IMatchEngine.Factory.Registry.add(IMatchEngine.Factory matchEngineFactory)
Add to the registry the given
IMatchEngine.Factory . |
Modifier and Type | Class and Description |
---|---|
class |
MatchEngineFactoryImpl
The default implementation of the
IMatchEngine.Factory.Registry . |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
MatchEngineFactoryRegistryImpl.add(IMatchEngine.Factory filter)
Add to the registry the given
IMatchEngine.Factory . |
IMatchEngine.Factory |
MatchEngineFactoryRegistryImpl.getHighestRankingMatchEngineFactory(IComparisonScope scope)
Returns the match engine factory, for the given scope, owning the highest ranking.
|
IMatchEngine.Factory |
MatchEngineFactoryRegistryImpl.remove(String className)
Remove from the registry the
IMatchEngine.Factory designated by the given
String . |
Modifier and Type | Method and Description |
---|---|
List<IMatchEngine.Factory> |
MatchEngineFactoryRegistryImpl.getMatchEngineFactories(IComparisonScope scope)
Returns the list of
IMatchEngine.Factory contained in the registry. |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
MatchEngineFactoryRegistryImpl.add(IMatchEngine.Factory filter)
Add to the registry the given
IMatchEngine.Factory . |
Modifier and Type | Method and Description |
---|---|
IItemRegistry<IMatchEngine.Factory> |
EMFCompareRCPPlugin.getMatchEngineFactoryDescriptorRegistry()
Returns the match engine factory registry to which extension will be registered.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRCPMatchEngineFactory
Implementation of
IMatchEngine.Factory for the DefaultMatchEngine that can be configured. |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
MatchEngineFactoryRegistryWrapper.add(IMatchEngine.Factory factory)
Add to the registry the given
IMatchEngine.Factory . |
IMatchEngine.Factory |
MatchEngineFactoryRegistryWrapper.getHighestRankingMatchEngineFactory(IComparisonScope scope)
Returns the match engine factory, for the given scope, owning the highest ranking.
|
IMatchEngine.Factory |
MatchEngineFactoryDescriptor.getItem()
Create an item.
|
IMatchEngine.Factory |
MatchEngineFactoryRegistryWrapper.remove(String className)
Remove from the registry the
IMatchEngine.Factory designated by the given
String . |
Modifier and Type | Method and Description |
---|---|
List<IMatchEngine.Factory> |
MatchEngineFactoryRegistryWrapper.getMatchEngineFactories(IComparisonScope scope)
Returns the list of
IMatchEngine.Factory contained in the registry. |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
MatchEngineFactoryRegistryWrapper.add(IMatchEngine.Factory factory)
Add to the registry the given
IMatchEngine.Factory . |
Constructor and Description |
---|
MatchEngineFactoryRegistryListener(String pluginID,
String extensionPointID,
ILog log,
IItemRegistry<IMatchEngine.Factory> registry)
Creates a new registry listener with the given match engine factory registry to which extension will be
registered.
|
MatchEngineFactoryRegistryWrapper(IItemRegistry<IMatchEngine.Factory> registy,
IEclipsePreferences preferences)
Constructor.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.