com.hammurapi.review
Class Summary

java.lang.Object
  extended by com.hammurapi.review.Aggregator
      extended by com.hammurapi.review.Summary
All Implemented Interfaces:
ObservationSink

public class Summary
extends Aggregator


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hammurapi.review.Aggregator
Aggregator.InspectorEntry, Aggregator.Metric, Aggregator.Severity
 
Constructor Summary
Summary()
           
 
Method Summary
 List<Exception> getExceptions()
           
 Collection<ModuleAggregator> getModules()
           
 ObservationSink getObservationSink(Module module)
           
 void onException(Exception e)
           
 
Methods inherited from class com.hammurapi.review.Aggregator
close, consumeObservation, getMetrics, getSeverities, getWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Summary

public Summary()
Method Detail

getObservationSink

public ObservationSink getObservationSink(Module module)

onException

public void onException(Exception e)

getExceptions

public List<Exception> getExceptions()

getModules

public Collection<ModuleAggregator> getModules()