Class WrapperItemDescriptor<T>

java.lang.Object
org.eclipse.emf.compare.rcp.internal.extension.impl.AbstractItemDescriptor<T>
org.eclipse.emf.compare.rcp.internal.extension.impl.WrapperItemDescriptor<T>
Type Parameters:
T - On factory
All Implemented Interfaces:
Comparable<IItemDescriptor<T>>, IItemDescriptor<T>

public class WrapperItemDescriptor<T> extends AbstractItemDescriptor<T>
A IItemDescriptor that wrap one instance of an item and return the same item each time.