public class FXManifest extends Object
| Modifier and Type | Field and Description |
|---|---|
Boolean |
acceptDowngrade |
String |
cacheDir |
List<LibraryFile> |
files |
String |
launchClass |
String |
parameters |
String |
progressBarStyle |
Long |
ts |
String |
updateLabelStyle |
String |
updateText |
URI |
uri |
String |
wrapperStyle |
| Constructor and Description |
|---|
FXManifest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFilename() |
URI |
getFXAppURI() |
Path |
getPath(Path cacheDir) |
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 String getFilename()
public URI getFXAppURI()
public boolean isNewerThan(FXManifest other)
Copyright © 2016 SYSE. All rights reserved.