A C D E F G H I J K M N O P R S V W 

A

AbstractJfxToolsMojo - Class in com.zenjava.javafx.maven.plugin
Base Mojo that any other Mojo wanting to access the JavaFX Packager tools should extend from.
AbstractJfxToolsMojo() - Constructor for class com.zenjava.javafx.maven.plugin.AbstractJfxToolsMojo
 
allPermissions - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
Set this to true if your app needs to break out of the standard web sandbox and do more powerful functions.

C

certCountry - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The 'country' code that your organisation is based in.
certDomain - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The 'domain' to use for the certificate.
certOrg - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The 'organisation' name to use for the certificate.
certOrgUnit - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The 'organisational unit' to use for the certificate.
certState - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The 'state' (province, etc) that your organisation is based in.
com.zenjava.javafx.maven.plugin - package com.zenjava.javafx.maven.plugin
 
css2bin - Variable in class com.zenjava.javafx.maven.plugin.JarMojo
Flag to switch on and off the compiling of CSS files to the binary format.

D

deployDir - Variable in class com.zenjava.javafx.maven.plugin.AbstractJfxToolsMojo
The directory contain deployment specific files, such as icons and splash screen images.

E

embeddedHeight - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
 
embeddedWidth - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
 
execute() - Method in class com.zenjava.javafx.maven.plugin.FixClasspathMojo
 
execute() - Method in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
 
execute() - Method in class com.zenjava.javafx.maven.plugin.JarMojo
 
execute() - Method in class com.zenjava.javafx.maven.plugin.NativeMojo
 
execute() - Method in class com.zenjava.javafx.maven.plugin.RunMojo
 
execute() - Method in class com.zenjava.javafx.maven.plugin.WebMojo
 

F

FixClasspathMojo - Class in com.zenjava.javafx.maven.plugin
This mojo 'fixes' your local JRE so that JavaFX is included on the system wide classpath.
FixClasspathMojo() - Constructor for class com.zenjava.javafx.maven.plugin.FixClasspathMojo
 

G

generateKeyStore(File, String, String, String, String) - Method in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
 
GenerateKeyStoreMojo - Class in com.zenjava.javafx.maven.plugin
Generates a development keysstore that can be used for signing web based distribution bundles based on POM settings.
GenerateKeyStoreMojo() - Constructor for class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
 
getPackagerLib() - Method in class com.zenjava.javafx.maven.plugin.AbstractJfxToolsMojo
 

H

height - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
 

I

identifier - Variable in class com.zenjava.javafx.maven.plugin.NativeMojo
Used as the 'id' of the application, and is used as the CFBundleDisplayName on Mac.

J

JarMojo - Class in com.zenjava.javafx.maven.plugin
Builds an executable JAR for the project that has all the trappings needed to run as a JavaFX app.
JarMojo() - Constructor for class com.zenjava.javafx.maven.plugin.JarMojo
 
jfxAppOutputDir - Variable in class com.zenjava.javafx.maven.plugin.AbstractJfxToolsMojo
The 'app' output directory.
jfxMainAppJarName - Variable in class com.zenjava.javafx.maven.plugin.AbstractJfxToolsMojo
The name of the JavaFX packaged JAR to be built into the 'app' directory.

K

keyPassword - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The password to use when accessing the key within the keystore.
keyPassword - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
The password to use when accessing the key within the keystore.
keyStore - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The location of the keystore.
keyStore - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
The location of the keystore.
keyStoreAlias - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The alias to use when accessing the keystore.
keyStoreAlias - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
The alias to use when accessing the keystore.
keyStorePassword - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The password to use when accessing the keystore.
keyStorePassword - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
The password to use when accessing the keystore.
keyStoreType - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
The type of KeyStore being used.

M

mainClass - Variable in class com.zenjava.javafx.maven.plugin.AbstractJfxToolsMojo
The main JavaFX application class that acts as the entry point to the JavaFX application.
mainClass - Variable in class com.zenjava.javafx.maven.plugin.RunMojo
The main JavaFX application class that acts as the entry point to the JavaFX application.

N

NativeMojo - Class in com.zenjava.javafx.maven.plugin
Generates native deployment bundles (MSI, EXE, DMG, RPG, etc).
NativeMojo() - Constructor for class com.zenjava.javafx.maven.plugin.NativeMojo
 
nativeOutputDir - Variable in class com.zenjava.javafx.maven.plugin.NativeMojo
The output directory that the native bundles are to be built into.
needMenu - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
Set this to true if you would like your application to have a link in the main system menu (or platform equivalent) when it is installed.
needShortcut - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
Set this to true if you would like your application to have a shortcut on the users desktop (or platform equivalent) when it is installed.

O

overwriteKeyStore - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
Set this to true to sliently overwrite the keystore.

P

pluginManager - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The Maven PluginManager Object
pluginManager - Variable in class com.zenjava.javafx.maven.plugin.RunMojo
The Maven PluginManager Object
preLoader - Variable in class com.zenjava.javafx.maven.plugin.JarMojo
A custom class that can act as a Pre-Loader for your app.
preLoader - Variable in class com.zenjava.javafx.maven.plugin.NativeMojo
A custom class that can act as a Pre-Loader for your app.
preLoader - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
A custom class that can act as a Pre-Loader for your app.
project - Variable in class com.zenjava.javafx.maven.plugin.AbstractJfxToolsMojo
The Maven Project Object
project - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The Maven Project Object
project - Variable in class com.zenjava.javafx.maven.plugin.RunMojo
The Maven Project Object

R

RunMojo - Class in com.zenjava.javafx.maven.plugin
A convenience class for running the JavaFX application defined by the POM.
RunMojo() - Constructor for class com.zenjava.javafx.maven.plugin.RunMojo
 

S

session - Variable in class com.zenjava.javafx.maven.plugin.GenerateKeyStoreMojo
The Maven Session Object
session - Variable in class com.zenjava.javafx.maven.plugin.RunMojo
The Maven Session Object

V

vendor - Variable in class com.zenjava.javafx.maven.plugin.NativeMojo
The vendor of the application (i.e.
vendor - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
The vendor (i.e.
verbose - Variable in class com.zenjava.javafx.maven.plugin.AbstractJfxToolsMojo
Flag to turn on verbose logging.

W

WebMojo - Class in com.zenjava.javafx.maven.plugin
Generates web deployment bundles (applet and webstart).
WebMojo() - Constructor for class com.zenjava.javafx.maven.plugin.WebMojo
 
webOutputDir - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
The output directory that the web bundle is to be built into.
width - Variable in class com.zenjava.javafx.maven.plugin.WebMojo
 
A C D E F G H I J K M N O P R S V W 

Copyright © 2012-2013. All Rights Reserved.