| Modifier and Type | Field and Description |
|---|---|
protected static FXManifest |
AbstractLauncher.manifest |
| Modifier and Type | Method and Description |
|---|---|
static FXManifest |
Launcher.checkForUpdate()
Check if a new version is available and return the manifest for the new version or null if no update.
|
static FXManifest |
CreateManifest.create(URI baseURI,
String launchClass,
Path appPath) |
FXManifest |
AbstractLauncher.getManifest() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Parent |
UIProvider.createUpdater(FXManifest manifest)
Create the Node that will be displayed while the launcher is updating resources.
|
javafx.scene.Parent |
DefaultUIProvider.createUpdater(FXManifest manifest) |
boolean |
FXManifest.isNewerThan(FXManifest other) |
| Constructor and Description |
|---|
LauncherParams(javafx.application.Application.Parameters delegate,
FXManifest manifest) |
Copyright © 2018 SYSE. All rights reserved.