Module fxlauncher
Package fxlauncher

Class FXManifest

java.lang.Object
fxlauncher.FXManifest

public class FXManifest extends Object
  • Field Details

    • ts

      public Long ts
    • uri

      public URI uri
    • launchClass

      public String launchClass
    • files

      public List<LibraryFile> files
    • updateText

      public String updateText
    • updateLabelStyle

      public String updateLabelStyle
    • progressBarStyle

      public String progressBarStyle
    • wrapperStyle

      public String wrapperStyle
    • parameters

      public String parameters
    • cacheDir

      public String cacheDir
    • acceptDowngrade

      public Boolean acceptDowngrade
    • stopOnUpdateErrors

      public Boolean stopOnUpdateErrors
    • preloadNativeLibraries

      public String preloadNativeLibraries
    • whatsNewPage

      public String whatsNewPage
    • lingeringUpdateScreen

      public Boolean lingeringUpdateScreen
  • Constructor Details

    • FXManifest

      public FXManifest()
  • Method Details

    • getPreloadNativeLibraryList

      public List<String> getPreloadNativeLibraryList()
    • getFilename

      public String getFilename()
    • getFXAppURI

      public URI getFXAppURI()
    • getPath

      public Path getPath(Path cacheDir)
    • resolveCacheDir

      public Path resolveCacheDir(Map<String,String> namedParams)
    • getWhatsNewPage

      public String getWhatsNewPage()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isNewerThan

      public boolean isNewerThan(FXManifest other)