ContainsSourceFile

data class ContainsSourceFile(val source: File) : CleanRefusal

The directory (recursively) contains the main source file of the compilation.

Parameters

source

the source file whose deletion would be triggered by cleaning the directory

Constructors

Link copied to clipboard
constructor(source: File)

Properties

Link copied to clipboard
open override val message: String

Human-readable explanation of why the directory cannot be cleaned.

Link copied to clipboard