Note: This Mojo should be used as a Maven report.
Full name:
net.sf.flex-mvn-report:flex-mvn-report:0.1-SNAPSHOT:remoteobject-maven-report
Description:
(no description)
Attributes:
site.| Name | Type | Since | Description |
|---|---|---|---|
| outputDirectory | File |
- |
The output directory for the final HTML report. Note that this parameter is only evaluated if the goal is run directly from the command line or during the default lifecycle. If the goal is run indirectly as part of a site generation, the output directory configured in the Maven Site Plugin is used instead. |
| sourceDir | File |
- |
The directory containing source code to parse. |
| Name | Type | Since | Description |
|---|---|---|---|
| fontName | String |
- |
The font name for the graphviz report |
| fontSize | String |
- |
The font size for the graphviz report |
| mxmlComponentColor | String |
- |
The fill color for mxml components in the graphical report |
| programName | String |
- |
The program name for dot (can be dot, circo, neato, or any program that understand dot files) |
| remoteMethodPatterns | Set |
- |
(no description) |
| remoteObjectColor | String |
- |
The fill color for remote objects in the graphical report |
| remoteObjectLayout | String |
- |
The layout to use. This parameter will be used as the rankdir parameter. |
| remoteObjectPatterns | Set |
- |
(no description) |
fontName :
The font name for the graphviz report
java.lang.StringNoBitstream Vera SansfontSize :
The font size for the graphviz report
java.lang.StringNo8The fill color for mxml components in the graphical report
java.lang.StringNofirebrick1The output directory for the final HTML report. Note that this parameter is only evaluated if the goal is run directly from the command line or during the default lifecycle. If the goal is run indirectly as part of a site generation, the output directory configured in the Maven Site Plugin is used instead.
java.io.FileYes${project.reporting.outputDirectory}The program name for dot (can be dot, circo, neato, or any program that understand dot files)
java.lang.StringNodot(no description)
java.util.SetNoThe fill color for remote objects in the graphical report
java.lang.StringNocornflowerblueThe layout to use. This parameter will be used as the rankdir parameter.
java.lang.StringNoTB(no description)
java.util.SetNoThe directory containing source code to parse.
java.io.FileYes${basedir}/src/main/flex