JvmFiles
data class JvmFiles(val fileFactoryCache: SafeCache<SourceSetName, JvmFileProvider>, val project: McProject) : ProjectContext.Element(source)
Represents a collection of JVM files for a project.
Parameters
project
the project for which the JVM files are needed
Types
Link copied to clipboard
Companion object that acts as the key for JvmFiles within a ProjectContext.