Lines Matching refs:separator
39 str.append(File.separator); in buildSversionLocation()
49 thePath.append(File.separator); in buildSversionLocation()
138 str.append(File.separator); in getNetbeansLocation()
157 …else if ( new File( thePath.append( File.separator+"3.4"+File.separator ).toString() ).isDirectory… in getNetbeansLocation()
160 …File netbeansLogFile = new File( thePath.toString() + File.separator + "system" + File.separator +… in getNetbeansLocation()
164 results.put("NetBeans 3.4", f.getPath()+File.separator); in getNetbeansLocation()
196 str.append(File.separator); in getJeditLocation()
203 File jeditLogFile = new File( thePath.toString() + File.separator + "activity.log" ); in getJeditLocation()
237 installPath = installPath.substring( 0, pathEnd ) +File.separator; in getNetbeansInstallation()
271 installPath = s.substring( pathStart, s.length() ) +File.separator; in getJeditInstallation()
362 parts[1] = instPath + File.separator; in getOfficeVersions()