@Incubating public class IncrementalCompileOptions extends Object implements Serializable
ScalaCompileOptions.isUseAnt()
is false
.Constructor and Description |
---|
IncrementalCompileOptions() |
Modifier and Type | Method 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. |
@Input public File getAnalysisFile()
public void setAnalysisFile(File analysisFile)
public File getPublishedCode()
ScalaCompile
tasks.ScalaCompile
taskspublic void setPublishedCode(File publishedCode)
ScalaCompile
tasks.