Home
last modified time | relevance | path

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

/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java78 static private String installType; /* custom or typical installation */ field in InstallData
124 installType = ACTION_TYPICAL; // default installation type in InstallData()
137 installType = installationtype; in setInstallationType()
139 if ( installType.equals(this.getCustomActionCommand())) { in setInstallationType()
144 if ( installType.equals(this.getTypicalActionCommand())) { in setInstallationType()
207 return installType; in getInstallationType()

Completed in 12 milliseconds