|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.AbstractMojo net.sf.jfxdplugin.AbstractJavafxdocMojo net.sf.jfxdplugin.JavafxdocJar
public class JavafxdocJar
Bundles the Javafxdoc documentation for the JavaFX code
in a
NON aggregator project into a jar using the standard Javafxdoc tool.
Based on the Maven Javadoc Plugin version 2.6.
Field Summary |
---|
Fields inherited from class net.sf.jfxdplugin.AbstractJavafxdocMojo |
---|
DEBUG_JAVAFXDOC_SCRIPT_NAME, DEFAULT_JAVA_API_LINKS, DEFAULT_JAVAFX_VERSION, FILES_FILE_NAME, OPTIONS_FILE_NAME, SINCE_JAVAFXDOC_1_3 |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
JavafxdocJar()
|
Method Summary | |
---|---|
void |
execute()
Entry point for the jar goal. |
org.apache.maven.archiver.MavenArchiveConfiguration |
getArchive()
Returns the Maven archive configuration. |
File |
getDefaultManifestFile()
Returns the default jar manifest file. |
String |
getFinalName()
Returns the final name for the generated jar file. |
org.codehaus.plexus.archiver.jar.JarArchiver |
getJarArchiver()
Returns the jar archiver for the plugin. |
String |
getJarOutputDirectory()
Returns the output directory for the generated jar file. |
boolean |
isUseDefaultManifestFile()
Returns whether the default manifest file is used. |
void |
setArchive(org.apache.maven.archiver.MavenArchiveConfiguration archive)
Sets the Maven archive configuration. |
void |
setDefaultManifestFile(File defaultManifestFile)
Sets the default jar manifest file. |
void |
setFinalName(String finalName)
Sets the final name for the generated jar file. |
void |
setJarArchiver(org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver)
Sets the jar archiver for the plugin. |
void |
setJarOutputDirectory(String jarOutputDirectory)
Sets the output directory for the generated jar file. |
void |
setUseDefaultManifestFile(boolean useDefaultManifestFile)
Sets whether the default manifest file is used. |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavafxdocJar()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
- thrown if and exception occurred during
the execution of the plugin
org.apache.maven.plugin.MojoFailureException
- not thrownpublic String getFinalName()
finalName
public void setFinalName(String finalName)
finalName
- the jar file namefinalName
public org.codehaus.plexus.archiver.jar.JarArchiver getJarArchiver()
jarArchiver
public void setJarArchiver(org.codehaus.plexus.archiver.jar.JarArchiver jarArchiver)
jarArchiver
- the jar archiverjarArchiver
public String getJarOutputDirectory()
jarOutputDirectory
public void setJarOutputDirectory(String jarOutputDirectory)
jarOutputDirectory
- the jar output directoryjarOutputDirectory
public org.apache.maven.archiver.MavenArchiveConfiguration getArchive()
archive
public void setArchive(org.apache.maven.archiver.MavenArchiveConfiguration archive)
archive
- the Maven archive configurationarchive
public File getDefaultManifestFile()
defaultManifestFile
public void setDefaultManifestFile(File defaultManifestFile)
defaultManifestFile
- the default manifest filedefaultManifestFile
public boolean isUseDefaultManifestFile()
useDefaultManifestFile
public void setUseDefaultManifestFile(boolean useDefaultManifestFile)
useDefaultManifestFile
- true is used, false if notuseDefaultManifestFile
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |