Class AbstractModelResolver

java.lang.Object
org.eclipse.emf.compare.ide.ui.logical.AbstractModelResolver
All Implemented Interfaces:
IModelResolver
Direct Known Subclasses:
ThreadedModelResolver

public abstract class AbstractModelResolver extends Object implements IModelResolver
This can be subclassed instead of IModelResolver to avoid reimplementing common extension-related code.
Since:
4.0
  • Constructor Details

    • AbstractModelResolver

      public AbstractModelResolver()
  • Method Details

    • initialize

      public void initialize()
      This will be called as soon as the class is created by the registry. Clients can override if they need to set up their resolver for use.
      Specified by:
      initialize in interface IModelResolver
      See Also:
    • dispose

      public void dispose()
      This will be called when the contributing plugin of this class is about to be stopped. Clients can override to get rid of any state they've maintained within their resolver.
      Specified by:
      dispose in interface IModelResolver
      See Also: