public class MultiProjectHtmlReporter extends Reporter
| Modifier and Type | Field and Description |
|---|---|
protected LintCliFlags |
flags |
| Constructor and Description |
|---|
MultiProjectHtmlReporter(LintCliClient client,
java.io.File dir,
LintCliFlags flags) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(com.android.tools.lint.LintStats stats,
java.util.List<Warning> allIssues)
Write the given warnings into the report
|
createHtmlReporter, createTextReporter, createXmlReporter, getOutput, getTitle, hasAutoFix, isDisplayEmpty, setDisplayEmpty, setStripPrefix, setTitle, setUrlMap, stripPath, writeProjectListprotected final LintCliFlags flags
public MultiProjectHtmlReporter(@NonNull
LintCliClient client,
@NonNull
java.io.File dir,
@NonNull
LintCliFlags flags)