Lines Matching refs:append
38 str.append(System.getProperty("user.home")); in buildSversionLocation()
39 str.append(File.separator); in buildSversionLocation()
48 thePath.append("Application Data"); in buildSversionLocation()
49 thePath.append(File.separator); in buildSversionLocation()
53 thePath.append(".sversionrc"); in buildSversionLocation()
56 thePath.append(".sversionrc"); in buildSversionLocation()
137 str.append(System.getProperty("user.home")); in getNetbeansLocation()
138 str.append(File.separator); in getNetbeansLocation()
145 thePath.append(".netbeans"); in getNetbeansLocation()
148 thePath.append(".netbeans"); in getNetbeansLocation()
151 thePath.append(".netbeans"); in getNetbeansLocation()
157 …else if ( new File( thePath.append( File.separator+"3.4"+File.separator ).toString() ).isDirectory… in getNetbeansLocation()
195 str.append(System.getProperty("user.home")); in getJeditLocation()
196 str.append(File.separator); in getJeditLocation()
200 thePath.append(".jedit"); in getJeditLocation()