Class LazyItemDescriptor<T>

java.lang.Object
org.eclipse.emf.compare.rcp.internal.extension.impl.AbstractItemDescriptor<T>
org.eclipse.emf.compare.rcp.internal.extension.impl.LazyItemDescriptor<T>
Type Parameters:
T - an item type
All Implemented Interfaces:
Comparable<IItemDescriptor<T>>, IItemDescriptor<T>
Direct Known Subclasses:
MatchEngineFactoryDescriptor

public class LazyItemDescriptor<T> extends AbstractItemDescriptor<T>
Descriptor for an item.
  • Constructor Details

  • Method Details

    • getConfig

      public org.eclipse.core.runtime.IConfigurationElement getConfig()
      IConfigurationElement used to instantiate the item.
      Returns:
      IConfigurationElement.
    • getItem

      public T getItem()
      Create an item.
      Returns:
      a item instance