org.mutabilitydetector.cli
Class SessionResultsFormatter

java.lang.Object
  extended by org.mutabilitydetector.cli.SessionResultsFormatter

@Immutable
public final class SessionResultsFormatter
extends Object


Constructor Summary
SessionResultsFormatter(BatchAnalysisOptions options, ClassListReaderFactory readerFactory)
           
 
Method Summary
 StringBuilder format(Iterable<AnalysisResult> results, Iterable<AnalysisErrorReporter.AnalysisError> errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionResultsFormatter

public SessionResultsFormatter(BatchAnalysisOptions options,
                               ClassListReaderFactory readerFactory)
Method Detail

format

public StringBuilder format(Iterable<AnalysisResult> results,
                            Iterable<AnalysisErrorReporter.AnalysisError> errors)


Copyright © 2013. All Rights Reserved.