flex-mvn-report:remoteobject-maven-report

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:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: site.

Required Parameters

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.

Optional Parameters

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)

Parameter Details

fontName :

The font name for the graphviz report

  • Type: java.lang.String
  • Required: No
  • Expression: Bitstream Vera Sans

fontSize :

The font size for the graphviz report

  • Type: java.lang.String
  • Required: No
  • Expression: 8

mxmlComponentColor :

The fill color for mxml components in the graphical report

  • Type: java.lang.String
  • Required: No
  • Expression: firebrick1

outputDirectory :

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.

  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.reporting.outputDirectory}

programName :

The program name for dot (can be dot, circo, neato, or any program that understand dot files)

  • Type: java.lang.String
  • Required: No
  • Expression: dot

remoteMethodPatterns :

(no description)

  • Type: java.util.Set
  • Required: No

remoteObjectColor :

The fill color for remote objects in the graphical report

  • Type: java.lang.String
  • Required: No
  • Expression: cornflowerblue

remoteObjectLayout :

The layout to use. This parameter will be used as the rankdir parameter.

  • Type: java.lang.String
  • Required: No
  • Expression: TB

remoteObjectPatterns :

(no description)

  • Type: java.util.Set
  • Required: No

sourceDir :

The directory containing source code to parse.

  • Type: java.io.File
  • Required: Yes
  • Expression: ${basedir}/src/main/flex