| Class | Description |
|---|---|
| AbstractJfxToolsMojo |
Base Mojo that any other Mojo wanting to access the JavaFX Packager tools should extend from.
|
| FixClasspathMojo |
This mojo 'fixes' your local JRE so that JavaFX is included on the system wide classpath.
|
| GenerateKeyStoreMojo |
Generates a development keysstore that can be used for signing web based distribution bundles based on POM settings.
|
| JarMojo |
Builds an executable JAR for the project that has all the trappings needed to run as a JavaFX app.
|
| NativeMojo |
Generates native deployment bundles (MSI, EXE, DMG, RPG, etc).
|
| RunMojo |
A convenience class for running the JavaFX application defined by the POM.
|
| WebMojo |
Generates web deployment bundles (applet and webstart).
|
Copyright © 2012-2013. All Rights Reserved.