Package javax.jnlp
Interface ExtensionInstallerService
public interface ExtensionInstallerService
-
Method Summary
Modifier and TypeMethodDescriptiongetInstalledJRE(URL url, String version) voidvoidvoidvoidinstallSucceeded(boolean needsReboot) voidsetHeading(String heading) voidsetJREInfo(String platformVersion, String jrePath) voidsetNativeLibraryInfo(String path) voidvoidupdateProgress(int value)
-
Method Details
-
getInstallPath
String getInstallPath() -
getExtensionVersion
String getExtensionVersion() -
getExtensionLocation
URL getExtensionLocation() -
hideProgressBar
void hideProgressBar() -
hideStatusWindow
void hideStatusWindow() -
setHeading
-
setStatus
-
updateProgress
void updateProgress(int value) -
installSucceeded
void installSucceeded(boolean needsReboot) -
installFailed
void installFailed() -
setJREInfo
-
setNativeLibraryInfo
-
getInstalledJRE
-