com.tngtech.jgiven.report.json
Class ReportModelFileReader

java.lang.Object
  extended by com.tngtech.jgiven.report.json.ReportModelFileReader
All Implemented Interfaces:
com.google.common.base.Function<File,ReportModelFile>

public class ReportModelFileReader
extends Object
implements com.google.common.base.Function<File,ReportModelFile>


Constructor Summary
ReportModelFileReader()
           
 
Method Summary
 ReportModelFile apply(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ReportModelFileReader

public ReportModelFileReader()
Method Detail

apply

public ReportModelFile apply(File file)
Specified by:
apply in interface com.google.common.base.Function<File,ReportModelFile>


Copyright © 2014 TNG Technology Consulting. All rights reserved.