Package | Description |
---|---|
org.eclipse.emf.compare.match.eobject | |
org.eclipse.emf.compare.match.eobject.internal | |
org.eclipse.emf.compare.rcp.internal.match |
Modifier and Type | Method and Description |
---|---|
WeightProvider.Descriptor |
WeightProvider.Descriptor.Registry.put(String key,
WeightProvider.Descriptor descriptor)
Adds a weight provider to the registry.
|
WeightProvider.Descriptor |
WeightProviderDescriptorRegistryImpl.put(String key,
WeightProvider.Descriptor weightProvider)
Adds a weight provider to the registry.
|
WeightProvider.Descriptor |
WeightProvider.Descriptor.Registry.remove(String key)
Removes a weight provider from this registry.
|
WeightProvider.Descriptor |
WeightProviderDescriptorRegistryImpl.remove(String key)
Removes a weight provider from this registry.
|
Modifier and Type | Method and Description |
---|---|
Collection<WeightProvider.Descriptor> |
WeightProvider.Descriptor.Registry.getDescriptors()
This will return a copy of the registered weight providers list.
|
com.google.common.collect.ImmutableList<WeightProvider.Descriptor> |
WeightProviderDescriptorRegistryImpl.getDescriptors()
This will return a copy of the registered weight providers list.
|
Modifier and Type | Method and Description |
---|---|
WeightProvider.Descriptor |
WeightProvider.Descriptor.Registry.put(String key,
WeightProvider.Descriptor descriptor)
Adds a weight provider to the registry.
|
WeightProvider.Descriptor |
WeightProviderDescriptorRegistryImpl.put(String key,
WeightProvider.Descriptor weightProvider)
Adds a weight provider to the registry.
|
Modifier and Type | Class and Description |
---|---|
class |
WeightProviderDescriptorImpl
A simple implementation of
WeightProvider.Descriptor that will delegate its method implementation
to values given to its constructor. |
Modifier and Type | Class and Description |
---|---|
class |
WeightProviderDescriptorRCPImpl
Describes an extension as contributed to the "org.eclipse.emf.compare.rcp.weightProvider" extension point.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.