All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.name.remal.gradle_plugins.plugins.generate_sources.GeneratingOutput.kt Maven / Gradle / Ivy

There is a newer version: 1.9.2
Show newest version
package name.remal.gradle_plugins.plugins.generate_sources

import name.remal.gradle_plugins.dsl.artifact.CachedArtifactsCollection
import java.io.File

interface GeneratingOutput : GeneratingWithClasspath {

    val targetFile: File
    val relativePath: String
    val generateTask: BaseGenerateTask

    override fun isClassInClasspath(className: String) = CachedArtifactsCollection(generateTask.classpath).containsClass(className)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy