public class FXManifest extends Object
| Modifier and Type | Field and Description |
|---|---|
Boolean |
acceptDowngrade |
String |
cacheDir |
List<LibraryFile> |
files |
String |
launchClass |
Boolean |
lingeringUpdateScreen |
String |
parameters |
String |
preloadNativeLibraries |
String |
progressBarStyle |
Boolean |
stopOnUpdateErrors |
Long |
ts |
String |
updateLabelStyle |
String |
updateText |
URI |
uri |
String |
whatsNewPage |
String |
wrapperStyle |
| Constructor and Description |
|---|
FXManifest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFilename() |
URI |
getFXAppURI() |
Path |
getPath(Path cacheDir) |
List<String> |
getPreloadNativeLibraryList() |
String |
getWhatsNewPage() |
int |
hashCode() |
boolean |
isNewerThan(FXManifest other) |
Path |
resolveCacheDir(Map<String,String> namedParams) |
public Long ts
public URI uri
public String launchClass
public List<LibraryFile> files
public String updateText
public String updateLabelStyle
public String progressBarStyle
public String wrapperStyle
public String parameters
public String cacheDir
public Boolean acceptDowngrade
public Boolean stopOnUpdateErrors
public String preloadNativeLibraries
public String whatsNewPage
public Boolean lingeringUpdateScreen
public String getFilename()
public URI getFXAppURI()
public String getWhatsNewPage()
public boolean isNewerThan(FXManifest other)
Copyright © 2018 SYSE. All rights reserved.