Package org.eclipse.mat.report
Interface Params.Html
- Enclosing interface:
- Params
public static interface Params.Html
Parameters specific to HTML reports.
- No Implement:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Collapse this section in the HTML report if set to Boolean.TRUE.toString()static final String
Used to emphasise a section.static final String
Include embedded report details.static final String
Used to specify this report should be in a separate HTML file.static final String
Whether to show a heading.static final String
Whether to show a table header.static final String
Whether to show totals for a table.
-
Field Details
-
COLLAPSED
Collapse this section in the HTML report if set to Boolean.TRUE.toString()- See Also:
-
SEPARATE_FILE
Used to specify this report should be in a separate HTML file. For the HTML outputter this is not inherited from outer Specs.- See Also:
-
IS_IMPORTANT
Used to emphasise a section. For example a possible memory leak. For the HTML outputter this is usually not inherited from outer Specs.- See Also:
-
SHOW_TABLE_HEADER
Whether to show a table header. Defaults to true.- See Also:
-
SHOW_HEADING
Whether to show a heading. For the HTML outputter this is not inherited from outer Specs.- See Also:
-
SHOW_TOTALS
Whether to show totals for a table.- See Also:
-
RENDER_DETAILS
Include embedded report details. A result can have embedded detailsDetailResultProvider
. If set to "false", those detail results are not included in the HTML output.- See Also:
-