Class LogFile


  • public class LogFile
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogFile​(java.lang.String fileName, long lastModified)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileName()  
      java.util.Date getLastModified()  
      • Methods inherited from class java.lang.Object

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

      • LogFile

        public LogFile​(java.lang.String fileName,
                       long lastModified)
    • Method Detail

      • getLastModified

        public java.util.Date getLastModified()
      • getFileName

        public java.lang.String getFileName()