Home
last modified time | relevance | path

Searched refs:packageFormat (Results 1 – 2 of 2) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DController.java49 String packageFormat = installData.getPackageFormat(); in checkPackageFormat() local
57 if (( os.equalsIgnoreCase("SunOS") ) && ( packageFormat.equalsIgnoreCase("pkg") )) { in checkPackageFormat()
61 if (( os.equalsIgnoreCase("Linux") ) && ( packageFormat.equalsIgnoreCase("rpm") )) { in checkPackageFormat()
72 …g message = mainmessage + "\n" + osstring + ": " + os + "\n" + formatstring + ": " + packageFormat; in checkPackageFormat()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java84 static private String packageFormat = null; field in InstallData
365 return packageFormat; in getPackageFormat()
369 packageFormat = format; in setPackageFormat()

Completed in 21 milliseconds