Class LogInformation


  • public class LogInformation
    extends java.lang.Object
    Log Information
    • Constructor Summary

      Constructors 
      Constructor Description
      LogInformation​(java.nio.file.Path path, java.time.LocalDateTime beginTime, java.time.LocalDateTime endTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.LocalDateTime getBeginTime()
      get begin log time
      java.time.LocalDateTime getEndTime()
      get end log file time
      java.nio.file.Path getPath()
      get log Path
      • Methods inherited from class java.lang.Object

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

      • LogInformation

        public LogInformation​(java.nio.file.Path path,
                              java.time.LocalDateTime beginTime,
                              java.time.LocalDateTime endTime)
    • Method Detail

      • getPath

        public java.nio.file.Path getPath()
        get log Path
        Returns:
        path
      • getBeginTime

        public java.time.LocalDateTime getBeginTime()
        get begin log time
        Returns:
        LocalDateTime beginTime
      • getEndTime

        public java.time.LocalDateTime getEndTime()
        get end log file time
        Returns:
        LocalDateTime endTime