Module fxlauncher
Package fxlauncher

Class LauncherParams

java.lang.Object
javafx.application.Application.Parameters
fxlauncher.LauncherParams

public class LauncherParams extends javafx.application.Application.Parameters
Implementation Application.Parameters that wraps the parameters given to the application at startup, and adds any manifest configured parameters unless they were overriden by the command line.
  • Constructor Details

    • LauncherParams

      public LauncherParams(List<String> rawArgs)
    • LauncherParams

      public LauncherParams(javafx.application.Application.Parameters delegate, FXManifest manifest)
  • Method Details

    • getRaw

      public List<String> getRaw()
      Specified by:
      getRaw in class javafx.application.Application.Parameters
    • getUnnamed

      public List<String> getUnnamed()
      Specified by:
      getUnnamed in class javafx.application.Application.Parameters
    • getNamed

      public Map<String,String> getNamed()
      Specified by:
      getNamed in class javafx.application.Application.Parameters