Package scala_maven
Class ScalaCompilerSupport.LastCompilationInfo
- java.lang.Object
-
- scala_maven.ScalaCompilerSupport.LastCompilationInfo
-
- Enclosing class:
- ScalaCompilerSupport
private static class ScalaCompilerSupport.LastCompilationInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
_lastCompileAtFile
private java.io.File
_outputDir
-
Constructor Summary
Constructors Modifier Constructor Description private
LastCompilationInfo(java.io.File f, java.io.File outputDir)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static ScalaCompilerSupport.LastCompilationInfo
find(java.util.List<java.io.File> sourceRootDirs, java.io.File outputDir)
(package private) long
getLastSuccessfullTS()
(package private) void
setLastSuccessfullTS(long v)
-
-
-
Method Detail
-
find
static ScalaCompilerSupport.LastCompilationInfo find(java.util.List<java.io.File> sourceRootDirs, java.io.File outputDir) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getLastSuccessfullTS
long getLastSuccessfullTS() throws java.lang.Exception
- Throws:
java.lang.Exception
-
setLastSuccessfullTS
void setLastSuccessfullTS(long v) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-