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 Summary
ConstructorsConstructorDescriptionLauncherParams(List<String> rawArgs) LauncherParams(javafx.application.Application.Parameters delegate, FXManifest manifest) -
Method Summary
-
Constructor Details
-
LauncherParams
-
LauncherParams
-
-
Method Details
-
getRaw
- Specified by:
getRawin classjavafx.application.Application.Parameters
-
getUnnamed
- Specified by:
getUnnamedin classjavafx.application.Application.Parameters
-
getNamed
- Specified by:
getNamedin classjavafx.application.Application.Parameters
-