Class OutputFileMixin


  • class OutputFileMixin
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.io.File outputFile  
    • Constructor Summary

      Constructors 
      Constructor Description
      OutputFileMixin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void write​(java.lang.String text)  
      private void writeToFile​(java.lang.String result)  
      • Methods inherited from class java.lang.Object

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

      • outputFile

        java.io.File outputFile
    • Constructor Detail

      • OutputFileMixin

        OutputFileMixin()
    • Method Detail

      • write

        void write​(java.lang.String text)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • writeToFile

        private void writeToFile​(java.lang.String result)
                          throws java.io.IOException
        Throws:
        java.io.IOException