Note: This Mojo should be used as a Maven report.
Full name:
net.sf.flex-mvn-report:flex-mvn-report:0.1-SNAPSHOT:asuml-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 |
---|---|---|---|
actionScriptUMLLayout | String |
- |
The layout to use. This parameter will be used as the rankdir parameter. |
classFillColor | String |
- |
The fill color for classes in the graphical report |
fontName | String |
- |
The font name for the graphviz report |
fontSize | String |
- |
The font size for the graphviz report |
interfaceFillColor | String |
- |
The fill color for interfaces in the graphical report |
mxmlFillColor | String |
- |
The fill color for mxmls in the graphical report |
programName | String |
- |
The program name for dot (can be dot, circo, neato, or any program that understand dot files) |
showAssociations | boolean |
- |
Show associations between classes in the uml report. |
showAttributesAndMethods | boolean |
- |
Show attributes and methods in the uml report. |
The layout to use. This parameter will be used as the rankdir parameter.
java.lang.String
No
BT
The fill color for classes in the graphical report
java.lang.String
No
cornflowerblue
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 interfaces in the graphical report
java.lang.String
No
firebrick1
The fill color for mxmls in the graphical report
java.lang.String
No
cadetblue3
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
Show associations between classes in the uml report.
boolean
No
true
Show attributes and methods in the uml report.
boolean
No
true
The directory containing source code to parse.
java.io.File
Yes
${basedir}/src/main/flex