Lines Matching refs:File

35     public static File buildSversionLocation() throws IOException {  in buildSversionLocation()
36 File theFile = null; in buildSversionLocation()
39 str.append(File.separator); in buildSversionLocation()
45 boolean bSVersionInHomeDir = new File(thePath.toString() + "sversion.ini").exists(); in buildSversionLocation()
49 thePath.append(File.separator); in buildSversionLocation()
51 theFile = findVersionFile(new File(thePath.toString())); in buildSversionLocation()
54 theFile = new File(thePath.toString()); in buildSversionLocation()
57 theFile = new File(thePath.toString()); in buildSversionLocation()
133 File theFile = null; in getNetbeansLocation()
138 str.append(File.separator); in getNetbeansLocation()
157 …else if ( new File( thePath.append( File.separator+"3.4"+File.separator ).toString() ).isDirectory… in getNetbeansLocation()
160File netbeansLogFile = new File( thePath.toString() + File.separator + "system" + File.separator +… in getNetbeansLocation()
163 File f = new File(installPath); in getNetbeansLocation()
164 results.put("NetBeans 3.4", f.getPath()+File.separator); in getNetbeansLocation()
191 File theFile = null; in getJeditLocation()
196 str.append(File.separator); in getJeditLocation()
203 File jeditLogFile = new File( thePath.toString() + File.separator + "activity.log" ); in getJeditLocation()
207 File f = new File(jeditDetails[0]); in getJeditLocation()
223 private static String getNetbeansInstallation( File logFile ) { in getNetbeansInstallation()
237 installPath = installPath.substring( 0, pathEnd ) +File.separator; in getNetbeansInstallation()
259 private static String[] getJeditInstallation( File logFile ) { in getJeditInstallation()
271 installPath = s.substring( pathStart, s.length() ) +File.separator; in getJeditInstallation()
308 public static File findVersionFile(File start) in findVersionFile()
310 File versionFile = null; in findVersionFile()
312 File files[] = start.listFiles(new VersionFilter()); in findVersionFile()
315 File dirs[] = start.listFiles(new DirFilter()); in findVersionFile()
333 public static boolean verifySversionExists(File sversionFile) { in verifySversionExists()
339 public static Properties getOfficeVersions(File sversionFile) throws IOException { in getOfficeVersions()
362 parts[1] = instPath + File.separator; in getOfficeVersions()
435 File f = null; in main()
461 private static File tmpDir = null;
468 public boolean accept(File aFile) in accept()
475 public boolean accept(File aFile) in accept()