Searched refs:productData (Results 1 – 7 of 7) sorted by relevance
40 static private ProductDescription productData; field in SetupDataProvider50 return productData; in getProductDescription()54 return productData.replaceMacros(s); in replaceMacros()58 return productData.get(key); in getString()62 productData.setNewMacro(key, value); in setNewMacro()66 productData.dumpMacros(); in dumpMacros()103 productData = new ProductDescription(rawData);
48 …static public String setReadyToInstallInfoText(ProductDescription productData, String htmlInfoText… in setReadyToInstallInfoText() argument51 … htmlInfoText = htmlInfoText + "<b>Product</b>: " + productData.get("product_fullname") + "<br>"; in setReadyToInstallInfoText()138 … static public String setInstallLogInfoText(ProductDescription productData, String htmlInfoText) { in setInstallLogInfoText() argument141 … htmlInfoText = htmlInfoText + "<b>Product</b>: " + productData.get("product_fullname") + "<br>"; in setInstallLogInfoText()
72 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() local76 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText); in beforeShow()
49 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() local79 htmlInfoText = InfoCtrl.setInstallLogInfoText(productData, htmlInfoText); in beforeShow()
50 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() local75 htmlInfoText = InfoCtrl.setInstallLogInfoText(productData, htmlInfoText); in beforeShow()
103 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() local107 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText); in beforeShow()
135 ProductDescription productData = SetupDataProvider.getProductDescription(); in installPackage() local314 ProductDescription productData = SetupDataProvider.getProductDescription(); in uninstallPackage() local
Completed in 64 milliseconds