Class DesignerParams
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.app.DesignerParams
-
public final class DesignerParams extends Object
Parses the parameters of the app.- Since:
- 6.0.0
- Author:
- Clément Fournier
-
-
Constructor Summary
Constructors Constructor Description DesignerParams(String... args)
DesignerParams(javafx.application.Application.Parameters params)
Build from JavaFX parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Path
getPersistedInputFile()
Path
getPersistedOutputFile()
Path
getSettingsDirectory()
boolean
isDeveloperMode()
-
-
-
Constructor Detail
-
DesignerParams
public DesignerParams(String... args)
-
DesignerParams
public DesignerParams(javafx.application.Application.Parameters params)
Build from JavaFX parameters.
-
-