@Incubating public class IncrementalCompileOptions
Options for incremental compilation of Scala code. Only used if
ScalaCompileOptions.isUseAnt is false
.
Type | Name and description |
---|---|
File |
getAnalysisFile() Returns the file path where results of code analysis are to be stored. |
File |
getPublishedCode() Returns the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks. |
void |
setAnalysisFile(File analysisFile) Sets the file path where results of code analysis are to be stored. |
void |
setPublishedCode(File publishedCode) Sets the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks. |
Returns the file path where results of code analysis are to be stored.
Returns the directory or archive path by which the code produced by this task
is published to other ScalaCompile
tasks.
ScalaCompile
tasksSets the file path where results of code analysis are to be stored.
Sets the directory or archive path by which the code produced by this task
is published to other ScalaCompile
tasks.