| Package | Description |
|---|---|
| org.sonar.colorizer |
| Modifier and Type | Field and Description |
|---|---|
static HtmlOptions |
HtmlOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
HtmlOptions |
HtmlOptions.setFirstLineId(int i) |
HtmlOptions |
HtmlOptions.setGenerateHtmlHeader(boolean b)
Defines if the HTML header, including CSS, must be generated.
|
HtmlOptions |
HtmlOptions.setGenerateTable(boolean b) |
HtmlOptions |
HtmlOptions.setTableId(String id)
Used only if isGenerateTable() is true.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CodeColorizer.groovyToHtml(Reader code,
HtmlOptions options) |
static String |
CodeColorizer.javaToHtml(Reader code,
HtmlOptions options) |
String |
CodeColorizer.toHtml(Reader code,
HtmlOptions options) |
| Constructor and Description |
|---|
HtmlDecorator(HtmlOptions options) |
HtmlRenderer(HtmlOptions options) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.