|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.tools.lint.Reporter
com.android.tools.lint.HtmlReporter
com.android.tools.lint.MultiProjectHtmlReporter
public class MultiProjectHtmlReporter
"Multiplexing" reporter which allows output to be split up into a separate report for each separate project. It also adds an overview index.
Field Summary |
---|
Fields inherited from class com.android.tools.lint.HtmlReporter |
---|
mWriter |
Fields inherited from class com.android.tools.lint.Reporter |
---|
mBundleResources, mClient, mNameToFile, mOutput, mResources, mResourceUrl, mSimpleFormat, mTitle, mUrlMap |
Constructor Summary | |
---|---|
MultiProjectHtmlReporter(LintCliClient client,
java.io.File dir)
|
Method Summary | |
---|---|
void |
write(int errorCount,
int warningCount,
java.util.List<Warning> allIssues)
Write the given warnings into the report |
Methods inherited from class com.android.tools.lint.HtmlReporter |
---|
computeMissingIssues, writeStyleSheet |
Methods inherited from class com.android.tools.lint.Reporter |
---|
addLocalResources, getRelativeResourceUrl, getTitle, isSimpleFormat, setBundleResources, setSimpleFormat, setTitle, setUrlMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiProjectHtmlReporter(LintCliClient client, java.io.File dir) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void write(int errorCount, int warningCount, java.util.List<Warning> allIssues) throws java.io.IOException
Reporter
write
in class HtmlReporter
errorCount
- the number of errorswarningCount
- the number of warningsallIssues
- the issues to be reported
java.io.IOException
- if an error occurs
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |