org.mutabilitydetector.cli
Class PlainTextClassListToReportReader

java.lang.Object
  extended by org.mutabilitydetector.cli.PlainTextClassListToReportReader
All Implemented Interfaces:
ClassListToReportCollector

public class PlainTextClassListToReportReader
extends Object
implements ClassListToReportCollector


Constructor Summary
PlainTextClassListToReportReader(BufferedReader reader)
           
 
Method Summary
 Collection<String> classListToReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainTextClassListToReportReader

public PlainTextClassListToReportReader(BufferedReader reader)
Method Detail

classListToReport

public Collection<String> classListToReport()
Specified by:
classListToReport in interface ClassListToReportCollector
Returns:
collection of class names


Copyright © 2013. All Rights Reserved.