|
|||||||||
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.JavafxdocReport
public class JavafxdocReport
Generates documentation for the JavaFX code
in a
NON aggregator project 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.reporting.MavenReport |
---|
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
JavafxdocReport()
|
Method Summary | |
---|---|
boolean |
canGenerateReport()
|
void |
execute()
Entry point for the javafxdoc goal. |
void |
generate(org.codehaus.doxia.sink.Sink sink,
Locale locale)
|
String |
getCategoryName()
|
String |
getDescription(Locale locale)
|
String |
getDestDir()
Returns the destination directory for the HTML output. |
String |
getName(Locale locale)
|
String |
getOutputName()
|
File |
getReportOutputDirectory()
|
boolean |
isExternalReport()
|
void |
setDestDir(String destDir)
Sets the destination directory for the HTML output. |
void |
setReportOutputDirectory(File outputDirectory)
|
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 JavafxdocReport()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
execute
in interface org.apache.maven.plugin.Mojo
org.apache.maven.plugin.MojoExecutionException
- if an exception occurred during the
execution of the plugin
org.apache.maven.plugin.MojoFailureException
- not thrownpublic void generate(org.codehaus.doxia.sink.Sink sink, Locale locale) throws org.apache.maven.reporting.MavenReportException
generate
in interface org.apache.maven.reporting.MavenReport
org.apache.maven.reporting.MavenReportException
public String getOutputName()
getOutputName
in interface org.apache.maven.reporting.MavenReport
public String getCategoryName()
getCategoryName
in interface org.apache.maven.reporting.MavenReport
public String getName(Locale locale)
getName
in interface org.apache.maven.reporting.MavenReport
public String getDescription(Locale locale)
getDescription
in interface org.apache.maven.reporting.MavenReport
public void setReportOutputDirectory(File outputDirectory)
setReportOutputDirectory
in interface org.apache.maven.reporting.MavenReport
public File getReportOutputDirectory()
getReportOutputDirectory
in interface org.apache.maven.reporting.MavenReport
public boolean isExternalReport()
isExternalReport
in interface org.apache.maven.reporting.MavenReport
public boolean canGenerateReport()
canGenerateReport
in interface org.apache.maven.reporting.MavenReport
public String getDestDir()
public void setDestDir(String destDir)
destDir
- the destination directory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |