WatchOfFilesAndCompilerOptions

sealed external interface WatchOfFilesAndCompilerOptions<T> : Watch<T> (source)

Creates the watch that generates program using the root files and compiler options

Functions

Link copied to clipboard
abstract fun close()

Closes the watch

Link copied to clipboard
abstract fun getProgram(): T

Synchronize with host and get updated program

Link copied to clipboard
abstract fun updateRootFileNames(fileNames: ReadonlyArray<String>)

Updates the root files in the program, only if this is not config file compilation