Package org.eclipse.egit.core

Examples of org.eclipse.egit.core.Activator$IgnoreDerivedResources


  }

  @Override
  public void dispose() {
    Activator activator = Activator.getDefault();
    if (activator == null)
      return;

    IndexDiffCache indexDiffCache = activator.getIndexDiffCache();
    if (indexDiffCache != null)
      indexDiffCache.removeIndexDiffChangedListener(indexChangeListener);

    ResourcesPlugin.getWorkspace().removeResourceChangeListener(resourceChangeListener);
    subscriber.dispose();
View Full Code Here

TOP

Related Classes of org.eclipse.egit.core.Activator$IgnoreDerivedResources

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.