Searched refs:folderPath (Results 1 – 4 of 4) sorted by relevance
73 if (mValues.folderPath != null) { in setVisible()74 mWsFolderPathTextField.setText(mValues.folderPath); in setVisible()155 mValues.folderPath = wsFolderPath; in onWsFolderPathUpdated()213 mValues.folderPath = newPath; in resetFolderPath()
386 public String folderPath; field in NewXmlFileWizard.Values422 if (project != null && folderPath != null && folderPath.length() > 0 in getDestinationFile()424 IPath dest = new Path(folderPath).append(fileName); in getDestinationFile()
724 mValues.folderPath = targetWsFolderPath; in initializeFromSelection()978 String wsFolderPath = mValues.folderPath; in updateFolderPath()999 mValues.folderPath = newPath; in updateFolderPath()
278 private void parseFolder(String folderPath) { in parseFolder() argument279 File f = new File(folderPath); in parseFolder()281 printAndExit(String.format("%1$s is not a valid folder", folderPath), in parseFolder()294 f = new File(folderPath + File.separator + file); in parseFolder()