Package org.eclipse.egit.ui.internal.clone

Examples of org.eclipse.egit.ui.internal.clone.ProjectRecord


        continue;
      File projectDescription = new File(root,
          IProjectDescription.DESCRIPTION_FILE_NAME);
      if (!projectDescription.isFile())
        continue;
      records.add(new ProjectRecord(projectDescription));
    }
    if (records.isEmpty())
      return;
    IProgressMonitor importMonitor;
    if (monitor != null)
View Full Code Here

TOP

Related Classes of org.eclipse.egit.ui.internal.clone.ProjectRecord

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.