Supported Nested Tags

  • fileset

    This nested tag is required when the file attribute is not set.

  • formatter

    The results of the analysis can be printed in different formats. Output will always be sent to STDOUT, unless you set the usefile attribute to true and set an filename in the outfile attribute.

    Table 133. Attributes

    Name Type Description Default Required
    type String The output format. Accepts the same values as the format attribute (xml, html, text). n/a Yes
    usefile Boolean Boolean that determines whether output should be sent to a file. true No
    outfile String Path to write output file to. n/a Yes