|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.api.tasks.scala.IncrementalCompileOptions
@Incubating public class IncrementalCompileOptions
Options for incremental compilation of Scala code. Only used if
ScalaCompileOptions.isUseAnt() is false.
| Constructor Summary | |
|---|---|
IncrementalCompileOptions()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IncrementalCompileOptions()
| Method Detail |
|---|
@Input public File getAnalysisFile()
public void setAnalysisFile(File analysisFile)
public File getPublishedCode()
ScalaCompile tasks.
ScalaCompile taskspublic void setPublishedCode(File publishedCode)
ScalaCompile tasks.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||