Full name:
net.sf.jfxdplugin:maven-javafxdoc-plugin:1.0:jar
Description:
JavaFX
code
in a NON aggregator project into a jar using the
standard Javafxdoc tool.
Based on the Maven Javadoc Plugin version 2.6.
Attributes:
compile
.1.0
.package
.Name | Type | Since | Description |
---|---|---|---|
additionalJOptions | String[] |
1.0 |
Passes the specified flag directly to the runtime system. Example:
<additionalJOptions> <additionalJOption>-Xss128m</additionalJOption> </additionalJOptions> |
additionalXslOptions | String[] |
1.0 |
Passes the specified xsl parameter to the xsl transformer. Example:
<additionalXslOptions> <additionalXslOption>extra-js=xtra.js</additionalXslOption> </additionalXslOptions> |
archive | MavenArchiveConfiguration |
1.0 |
The archive configuration to use. |
bootclasspath | String |
1.0 |
Specifies the paths where the boot classes reside. The paths are
separated with a colon (: ) on Solaris and a semi-colon
(; ) on Windows. |
breakiterator | boolean |
1.0 |
Uses the sentence break iterator to determine the end of the first
sentence. Default value is: false . |
debug | boolean |
1.0 |
Set this to 'true' to debug the Javafxdoc plugin. With this, the
execution script and 'files' files are provided. Default value is: false . |
doclet | String |
1.0 |
Specifies the class file that starts the doclet used in generating
the documentation. |
docletPath | String |
1.0 |
Specifies the path to the doclet starting class file (specified
with the -doclet option) and any jar files it depends
on. |
encoding | String |
1.0 |
Specifies the encoding name of the source files. If not specificed,
the encoding value will be the value of the
project.build.sourceEncoding property.Default value is: ${project.build.sourceEncoding} . |
excludePackageNames | String |
1.0 |
Unconditionally excludes the specified packages and their
subpackages. Multiple packages can be separated by colons
(: ). |
extdirs | String |
1.0 |
Specifies the directories where extension classes reside. Separate
directories in dirlist with a colon (: ) on Solaris and
a semi-colon (; ) on Windows. |
extracss | String |
1.0 |
Specifies an additional CSS file for the HTML output. |
extrajs | String |
1.0 |
Specifies an additional JavaScript file for the HTML output. |
failOnError | boolean |
1.0 |
Specifies whether the build will continue even if there are errors. Default value is: false . |
finalName | String |
1.0 |
Specifies the filename that will be used for the generated jar
file. Please note that -javafxdoc or
-test-javafxdoc will be appended to the file name. |
inputFiles | File[] |
1.0 |
Specifies additional XML input files that contain package/class
information to be transformed into the HTML output. |
jarOutputDirectory | String |
1.0 |
Specifies the output directory for the generated jar file. |
javafxdocExecutable | String |
1.0 |
Sets the absolute path of the Javafxdoc Tool executable to use. A
mere directory specification is sufficient to have the plugin use
"javafxdoc" or "javafxdoc.exe" respectively from this directory. |
locale | String |
1.0 |
Specifies the locale that javafxdoc uses when generating
documentation. |
mastercss | String |
1.0 |
Specifies the master CSS file for the HTML output. |
nohtml | boolean |
1.0 |
Prevents generating the HTML files for the documentation. Default value is: false . |
outputDirectory | File |
1.0 |
Specifies the destination directory where javafxdoc saves the
generated HTML files. Default value is: ${project.build.directory}/apidocs . |
outputFile | File |
1.0 |
Specifies the XML output file. |
profile | String |
1.0 |
Specifies the JavaFX platform. Valid values are "desktop"
(default), "mobile", or "tv" (as of JavaFX 1.3). Default value is: desktop . |
quiet | boolean |
1.0 |
Shuts off status messages. Maybe. Default value is: false . |
show | String |
1.0 |
Specifies the access level for classes and members to show in the
JavaFXDocs. Possible values are
Default value is: protected . |
source | String |
1.0 |
Provides source compatability with the specified release. |
sourcePath | String |
1.0 |
Specifies the source paths where the subpackages are located. The
paths are separated with a colon (: ) on Solaris and a
semi-colon (; ) on Windows. |
subpackages | String |
1.0 |
Generates documentation from source files in the specified packages
and recursively in their subpackages. |
useDefaultManifestFile | boolean |
1.0 |
Set this to true to enable the use of the
defaultManifestFile .Default value is: false . |
verbose | boolean |
1.0 |
Provides more detailed messages while Javafxdoc is running. Default value is: false . |
xsltfile | File |
1.0 |
Specifies the XSL file to use for transforming the documentation. |
<additionalJOptions> <additionalJOption>-Xss128m</additionalJOption> </additionalJOptions>
java.lang.String[]
1.0
No
<additionalXslOptions> <additionalXslOption>extra-js=xtra.js</additionalXslOption> </additionalXslOptions>
java.lang.String[]
1.0
No
org.apache.maven.archiver.MavenArchiveConfiguration
1.0
No
:
) on Solaris and a semi-colon
(;
) on Windows.java.lang.String
1.0
No
${bootclasspath}
boolean
1.0
No
${breakiterator}
false
boolean
1.0
No
${debug}
false
java.lang.String
1.0
No
${doclet}
-doclet
option) and any jar files it depends
on.java.lang.String
1.0
No
${docletPath}
project.build.sourceEncoding
property.java.lang.String
1.0
No
${encoding}
${project.build.sourceEncoding}
:
).java.lang.String
1.0
No
${excludePackageNames}
:
) on Solaris and
a semi-colon (;
) on Windows.java.lang.String
1.0
No
${extdirs}
java.lang.String
1.0
No
${extracss}
java.lang.String
1.0
No
${extrajs}
boolean
1.0
No
${failOnError}
false
-javafxdoc
or
-test-javafxdoc
will be appended to the file name.java.lang.String
1.0
No
${project.build.finalName}
java.io.File[]
1.0
No
java.lang.String
1.0
No
${project.build.directory}
java.lang.String
1.0
No
${javafxdocExecutable}
java.lang.String
1.0
No
${locale}
java.lang.String
1.0
No
${mastercss}
boolean
1.0
No
${nohtml}
false
java.io.File
1.0
No
${outputDirectory}
${project.build.directory}/apidocs
java.io.File
1.0
No
${outputFile}
java.lang.String
1.0
No
${profile}
desktop
boolean
1.0
No
${quiet}
false
show:
java.lang.String
1.0
No
${show}
protected
java.lang.String
1.0
No
${source}
:
) on Solaris and a
semi-colon (;
) on Windows.java.lang.String
1.0
No
${sourcePath}
java.lang.String
1.0
No
${subpackages}
true
to enable the use of the
defaultManifestFile
.boolean
1.0
No
false
boolean
1.0
No
${verbose}
false
java.io.File
1.0
No
${xsltfile}