Class FilesReportable

  • All Implemented Interfaces:
    IReportable

    class FilesReportable
    extends java.lang.Object
    implements IReportable
    Implementation of IReportable that traverses over a set of files.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File basedir  
      private java.lang.String[] files  
    • Constructor Summary

      Constructors 
      Constructor Description
      FilesReportable​(java.io.File basedir, java.lang.String[] files)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(RatReport report)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • basedir

        private final java.io.File basedir
      • files

        private final java.lang.String[] files
    • Constructor Detail

      • FilesReportable

        FilesReportable​(java.io.File basedir,
                        java.lang.String[] files)
                 throws java.io.IOException
        Throws:
        java.io.IOException