public class BundleInstantApp
extends com.android.build.gradle.internal.tasks.DefaultAndroidTask
| Modifier and Type | Class and Description |
|---|---|
static class |
BundleInstantApp.ConfigAction |
| Constructor and Description |
|---|
BundleInstantApp() |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.FileCollection |
getApkDirectories() |
org.gradle.api.file.FileCollection |
getApplicationId() |
java.io.File |
getBundleDirectory() |
java.lang.String |
getBundleName() |
void |
taskAction() |
getVariantName, setVariantNameaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void taskAction()
throws java.io.IOException
java.io.IOException@OutputDirectory @NonNull public java.io.File 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()