com.googlecode.japi.checker.cli
Class CLIReporter

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.googlecode.japi.checker.Reporter
Reporter.Report
 
Constructor Summary
CLIReporter()
           
 
Method Summary
 int getCount(Severity severity)
           
 List<Reporter.Report> getReports()
           
 void report(Reporter.Report report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLIReporter

public CLIReporter()
Method Detail

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.