Class ReportModelFileReader

  • All Implemented Interfaces:
    com.google.common.base.Function<java.io.File,​ReportModelFile>, java.util.function.Function<java.io.File,​ReportModelFile>

    public class ReportModelFileReader
    extends java.lang.Object
    implements com.google.common.base.Function<java.io.File,​ReportModelFile>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ReportModelFile apply​(java.io.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
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • ReportModelFileReader

        public ReportModelFileReader()
    • Method Detail

      • apply

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