Class Reader


  • public class Reader
    extends java.lang.Object
    Reads an Oijon log from a file into another file, while also formatting it.
    Author:
    alex
    • Constructor Summary

      Constructors 
      Constructor Description
      Reader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void readLog​(java.lang.String fileName, java.lang.String destinationFile)
      Reads a log into the current log.
      • Methods inherited from class java.lang.Object

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

      • Reader

        public Reader()
    • Method Detail

      • readLog

        public static void readLog​(java.lang.String fileName,
                                   java.lang.String destinationFile)
        Reads a log into the current log.
        Parameters:
        fileName - The file to be read
        destinationFile - The directory (minus /logs/) where the log should be written