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.StringNoBTThe fill color for classes in the graphical report
java.lang.StringNocornflowerbluefontName :
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 interfaces in the graphical report
java.lang.StringNofirebrick1The fill color for mxmls in the graphical report
java.lang.StringNocadetblue3The 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.StringNodotShow associations between classes in the uml report.
booleanNotrueShow attributes and methods in the uml report.
booleanNotrueThe directory containing source code to parse.
java.io.FileYes${basedir}/src/main/flex