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.String
No
Bitstream Vera Sans
fontSize :
The font size for the graphviz report
java.lang.String
No
8
The fill color for mxml components in the graphical report
java.lang.String
No
firebrick1
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.
java.io.File
Yes
${project.reporting.outputDirectory}
The program name for dot (can be dot, circo, neato, or any program that understand dot files)
java.lang.String
No
dot
(no description)
java.util.Set
No
The fill color for remote objects in the graphical report
java.lang.String
No
cornflowerblue
The layout to use. This parameter will be used as the rankdir parameter.
java.lang.String
No
TB
(no description)
java.util.Set
No
The directory containing source code to parse.
java.io.File
Yes
${basedir}/src/main/flex