Package org.eclipse.core.internal.localstore

Examples of org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh()


      if (alias.getType() == IResource.PROJECT) {
        if (checkDeletion((Project) alias, location))
          continue;
        //project did not require deletion, so fall through below and refresh it
      }
      localManager.refresh(alias, IResource.DEPTH_INFINITE, false, null);
    }
  }

  /**
   * Process any structural changes that have occurred since the last alias
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.