DokkaConfigurationImpl

data class DokkaConfigurationImpl(moduleName: String, moduleVersion: String?, outputDir: File, cacheRoot: File?, offlineMode: Boolean, sourceSets: List<DokkaSourceSetImpl>, pluginsClasspath: List<File>, pluginsConfiguration: List<PluginConfigurationImpl>, modules: List<DokkaModuleDescriptionImpl>, failOnWarning: Boolean) : DokkaConfiguration

Functions

component1
Link copied to clipboard
operator fun component1(): String
component10
Link copied to clipboard
operator fun component10(): Boolean
component2
Link copied to clipboard
operator fun component2(): String?
component3
Link copied to clipboard
operator fun component3(): File
component4
Link copied to clipboard
operator fun component4(): File?
component5
Link copied to clipboard
operator fun component5(): Boolean
component6
Link copied to clipboard
operator fun component6(): List<DokkaSourceSetImpl>
component7
Link copied to clipboard
operator fun component7(): List<File>
component8
Link copied to clipboard
operator fun component8(): List<PluginConfigurationImpl>
component9
Link copied to clipboard
operator fun component9(): List<DokkaModuleDescriptionImpl>
copy
Link copied to clipboard
fun copy(moduleName: String = DokkaDefaults.moduleName, moduleVersion: String? = DokkaDefaults.moduleVersion, outputDir: File = DokkaDefaults.outputDir, cacheRoot: File? = DokkaDefaults.cacheRoot, offlineMode: Boolean = DokkaDefaults.offlineMode, sourceSets: List<DokkaSourceSetImpl> = emptyList(), pluginsClasspath: List<File> = emptyList(), pluginsConfiguration: List<PluginConfigurationImpl> = DokkaDefaults.pluginsConfiguration, modules: List<DokkaModuleDescriptionImpl> = emptyList(), failOnWarning: Boolean = DokkaDefaults.failOnWarning): DokkaConfigurationImpl
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

cacheRoot
Link copied to clipboard
open override val cacheRoot: File?
failOnWarning
Link copied to clipboard
open override val failOnWarning: Boolean
moduleName
Link copied to clipboard
open override val moduleName: String
modules
Link copied to clipboard
open override val modules: List<DokkaModuleDescriptionImpl>
moduleVersion
Link copied to clipboard
open override val moduleVersion: String?
offlineMode
Link copied to clipboard
open override val offlineMode: Boolean
outputDir
Link copied to clipboard
open override val outputDir: File
pluginsClasspath
Link copied to clipboard
open override val pluginsClasspath: List<File>
pluginsConfiguration
Link copied to clipboard
open override val pluginsConfiguration: List<PluginConfigurationImpl>
sourceSets
Link copied to clipboard
open override val sourceSets: List<DokkaSourceSetImpl>