api / org.gradle.platform.base / TransformationFileType

TransformationFileType

@Incubating interface TransformationFileType

The type of a file of a transformation

Inheritors

JvmByteCode

open class JvmByteCode : TransformationFileType

LanguageOutputType marking Jvm byte code.

JvmResources

open class JvmResources : TransformationFileType

LanguageOutputType marking Jvm Resource Output

ObjectFile

open class ObjectFile : TransformationFileType

LanguageOutputType marking object file output type.