Class OutputFile


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

      Fields 
      Modifier and Type Field Description
      java.nio.file.Path path  
      boolean upToDate  
    • Constructor Summary

      Constructors 
      Constructor Description
      OutputFile​(java.nio.file.Path target)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • path

        public final java.nio.file.Path path
      • upToDate

        public boolean upToDate
    • Constructor Detail

      • OutputFile

        public OutputFile​(java.nio.file.Path target)