com.googlecode.japi.checker.cli
Class CLIReporter
java.lang.Object
com.googlecode.japi.checker.cli.CLIReporter
- All Implemented Interfaces:
- Reporter
public class CLIReporter
- extends Object
- implements Reporter
Reporter implementation for command line tool.
- Author:
- Tomas Rohovsky, William Bernardet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIReporter
public CLIReporter()
report
public void report(Reporter.Report report)
- Specified by:
report in interface Reporter
getReports
public List<Reporter.Report> getReports()
getCount
public int getCount(Severity severity)
Copyright © 2011–2014. All rights reserved.