Package scala_maven

Class ScalaCompilerSupport.LastCompilationInfo

  • Enclosing class:
    ScalaCompilerSupport

    private static class ScalaCompilerSupport.LastCompilationInfo
    extends java.lang.Object
    • Field Detail

      • _lastCompileAtFile

        private final java.io.File _lastCompileAtFile
      • _outputDir

        private final java.io.File _outputDir
    • Constructor Detail

      • LastCompilationInfo

        private LastCompilationInfo​(java.io.File f,
                                    java.io.File outputDir)
    • Method Detail

      • getLastSuccessfullTS

        long getLastSuccessfullTS()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setLastSuccessfullTS

        void setLastSuccessfullTS​(long v)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception