Class IncrementalCompileOptions

    • Constructor Detail

      • IncrementalCompileOptions

        public IncrementalCompileOptions()
    • Method Detail

      • getAnalysisFile

        @LocalState
        public File getAnalysisFile()
        Returns the file path where results of code analysis are to be stored.
      • setAnalysisFile

        public void setAnalysisFile​(File analysisFile)
        Sets the file path where results of code analysis are to be stored.
      • getPublishedCode

        @Internal
        public File getPublishedCode()
        Returns the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.
      • setPublishedCode

        public void setPublishedCode​(File publishedCode)
        Sets the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks.