Interface TeaVMCommonConfiguration

All Known Subinterfaces:
TeaVMCConfiguration, TeaVMConfiguration, TeaVMJSConfiguration, TeaVMNativeBaseConfiguration, TeaVMWasiConfiguration, TeaVMWasmBaseConfiguration, TeaVMWasmConfiguration, TeaVMWasmGCConfiguration, TeaVMWebConfiguration

public interface TeaVMCommonConfiguration
  • Method Details

    • getMainClass

      org.gradle.api.provider.Property<String> getMainClass()
    • getDebugInformation

      org.gradle.api.provider.Property<Boolean> getDebugInformation()
    • getFastGlobalAnalysis

      org.gradle.api.provider.Property<Boolean> getFastGlobalAnalysis()
    • getOptimization

      org.gradle.api.provider.Property<OptimizationLevel> getOptimization()
    • getProperties

      org.gradle.api.provider.MapProperty<String,String> getProperties()
    • getPreservedClasses

      org.gradle.api.provider.ListProperty<String> getPreservedClasses()
    • getOutOfProcess

      org.gradle.api.provider.Property<Boolean> getOutOfProcess()
    • getProcessMemory

      org.gradle.api.provider.Property<Integer> getProcessMemory()
    • getOutputDir

      org.gradle.api.file.DirectoryProperty getOutputDir()