public abstract class BundleInstantApp
extends com.android.build.gradle.internal.tasks.NonIncrementalTask
| Modifier and Type | Class and Description |
|---|---|
static class |
BundleInstantApp.CreationAction |
| Constructor and Description |
|---|
BundleInstantApp(org.gradle.workers.WorkerExecutor workerExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doTaskAction() |
org.gradle.api.file.FileCollection |
getApkDirectories() |
org.gradle.api.file.FileCollection |
getApplicationId() |
abstract org.gradle.api.file.DirectoryProperty |
getBundleDirectory() |
java.lang.String |
getBundleName() |
getVariantName, recordTaskAction, setVariantNamenewInputDirectory, newInputFile, newOutputDirectory, newOutputFileappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@Inject public BundleInstantApp(org.gradle.workers.WorkerExecutor workerExecutor)
protected void doTaskAction()
throws java.io.IOException
doTaskAction in class com.android.build.gradle.internal.tasks.NonIncrementalTaskjava.io.IOException@OutputDirectory @NonNull public abstract org.gradle.api.file.DirectoryProperty getBundleDirectory()
@Input @NonNull public java.lang.String getBundleName()
@InputFiles @NonNull public org.gradle.api.file.FileCollection getApplicationId()
@InputFiles @NonNull public org.gradle.api.file.FileCollection getApkDirectories()