Searched refs:ProjectInfo (Results 1 – 1 of 1) sorted by relevance
254 private static class ProjectInfo { class in NewProjectCreator260 public ProjectInfo(IProject project, in ProjectInfo() method in NewProjectCreator.ProjectInfo296 final ProjectInfo mainData = collectMainPageInfo(); in createAndroidProjects()297 final ProjectInfo testData = collectTestPageInfo(); in createAndroidProjects()323 final ProjectInfo mainData = collectMainPageInfo(); in createJavaProjects()324 final ProjectInfo testData = collectTestPageInfo(); in createJavaProjects()346 final List<ProjectInfo> projectData = new ArrayList<ProjectInfo>(); in importProjects()393 projectData.add(new ProjectInfo(project, description, parameters, dictionary)); in importProjects()415 private ProjectInfo collectMainPageInfo() { in collectMainPageInfo()456 return new ProjectInfo(project, description, parameters, dictionary); in collectMainPageInfo()[all …]