Interface TextParameters

All Superinterfaces:
com.android.build.api.instrumentation.InstrumentationParameters, Serializable

public interface TextParameters extends com.android.build.api.instrumentation.InstrumentationParameters
  • Method Details

    • getAsmTargetFile

      @Input org.gradle.api.provider.Property<File> getAsmTargetFile()
    • getAllClassFile

      @Input org.gradle.api.provider.Property<File> getAllClassFile()
    • getFlowTaskFile

      @Input org.gradle.api.provider.Property<File> getFlowTaskFile()
    • getRouteFile

      @Input org.gradle.api.provider.Property<File> getRouteFile()
    • getAllClassText

      @Input org.gradle.api.provider.Property<String> getAllClassText()
    • getAsmTargetText

      @Input org.gradle.api.provider.Property<String> getAsmTargetText()
    • getDebugValue

      @Input org.gradle.api.provider.Property<Boolean> getDebugValue()
    • getCheckRouteMapValue

      @Input org.gradle.api.provider.Property<String> getCheckRouteMapValue()
    • getCheckFlowDependValue

      @Input org.gradle.api.provider.Property<String> getCheckFlowDependValue()