public abstract class BaseVariantOutputImpl extends Object
Implementation of the base variant output. This is the base class for items common to apps, test apps, and libraries This is a wrapper around the internal data model, in order to control what is accessible through the external API.
Type | Name and description |
---|---|
org.gradle.api.Task |
getAssemble() |
String |
getBaseName() |
String |
getDirName() |
com.android.build.OutputFile |
getMainOutputFile() |
String |
getName() |
File |
getOutputFile() |
com.google.common.collect.ImmutableList<com.android.build.OutputFile> |
getOutputs() |
ManifestProcessorTask |
getProcessManifest() |
ProcessAndroidResources |
getProcessResources() |
File |
getSplitFolder() |
protected BaseVariantOutputData |
getVariantOutputData() |
void |
setOutputFile(File file) |