Class DesignerParams
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.app.DesignerParams
-
public final class DesignerParams extends java.lang.Object
Parses the parameters of the app.- Since:
- 6.0.0
- Author:
- Clément Fournier
-
-
Constructor Summary
Constructors Constructor Description DesignerParams(java.lang.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 java.nio.file.Path
getPersistedInputFile()
java.nio.file.Path
getPersistedOutputFile()
java.nio.file.Path
getSettingsDirectory()
boolean
isDeveloperMode()
-