Searched refs:projectLocation (Results 1 – 11 of 11) sorted by relevance
189 if (mValues.projectLocation != null) { in setVisible()190 mLocationText.setText(mValues.projectLocation.getPath()); in setVisible()219 mValues.projectLocation = f; in modifyText()220 if (f.exists() && f.isDirectory() && !f.equals(mValues.projectLocation)) { in modifyText()221 updateLocationPathField(mValues.projectLocation.getPath()); in modifyText()402 mValues.projectLocation = new File(sCustomLocationOsPath); in updateLocationPathField()409 mValues.projectLocation = new File(value); in updateLocationPathField()417 if (mValues.useExisting && mValues.projectLocation != null in updateLocationPathField()418 && mValues.projectLocation.exists() && mValues.mode != Mode.SAMPLE) { in updateLocationPathField()419 mValues.extractFromAndroidManifest(new Path(mValues.projectLocation.getPath())); in updateLocationPathField()[all …]
69 public File projectLocation = new File(Platform.getLocation().toOSString()); field in NewProjectWizardState
444 IPath path = new Path(mValues.projectLocation.getPath()); in collectMainPageInfo()518 IPath path = new Path(mValues.projectLocation.getPath()); in collectTestPageInfo()885 @NonNull String projectLocation, in create() argument901 if (projectLocation != null) { in create()902 IPath path = new Path(projectLocation); in create()
212 mValues.projectLocation = Platform.getLocation().toFile(); in updatedProjectName()
513 Path path = new Path(mValues.projectLocation.getPath()); in validateTestProjectLocation()573 File projectDir = mValues.projectLocation; in validateSourceFolder()
152 mLocationText.setText(mValues.projectLocation); in setVisible()215 mValues.projectLocation = mLocationText.getText().trim(); in modifyText()233 String projectLocation = workspace.append(projectName).toOSString(); in updateProjectLocation() local234 mLocationText.setText(projectLocation); in updateProjectLocation()235 mValues.projectLocation = projectLocation; in updateProjectLocation()261 mValues.projectLocation = dir; in widgetSelected()
109 public String projectLocation; field in NewProjectWizardState
519 String projectLocation = workspace.append(projectName).toOSString(); in updateProjectLocation() local520 mValues.projectLocation = projectLocation; in updateProjectLocation()
360 mValues.isLibrary, mValues.projectLocation, mValues.workingSets); in performFinish()
511 String projectLocation = location.toOSString(); in getProjectState() local513 ProjectProperties properties = ProjectProperties.load(projectLocation, in getProjectState()517 properties = ProjectProperties.load(projectLocation, in getProjectState()535 ProjectProperties.delete(projectLocation, PropertyType.LEGACY_DEFAULT); in getProjectState()538 properties = ProjectProperties.load(projectLocation, in getProjectState()
693 String projectLocation = workspace.append(projectValues.projectName).toOSString(); in checkProject() local694 projectValues.projectLocation = projectLocation; in checkProject()