public class ApkVariantOutputImpl extends BaseVariantOutputImpl
Implementation of variant output for apk-generating variants. This is a wrapper around the internal data model, in order to control what is accessible through the external API.
Constructor and description |
---|
ApkVariantOutputImpl
(ApkVariantOutputData variantOutputData) |
Type | Name and description |
---|---|
ZipAlign |
createZipAlignTask(String taskName, File inputFile, File outputFile) |
String |
getFilter(com.android.build.OutputFile$FilterType filterType) |
PackageApplication |
getPackageApplication() |
protected BaseVariantOutputData |
getVariantOutputData() |
int |
getVersionCode() |
int |
getVersionCodeOverride() |
String |
getVersionNameOverride() |
ZipAlign |
getZipAlign() |
void |
setVersionCodeOverride(int versionCodeOverride) |
void |
setVersionNameOverride(String versionNameOverride) |
Methods inherited from class | Name |
---|---|
class BaseVariantOutputImpl |
getAssemble, getBaseName, getDirName, getMainOutputFile, getName, getOutputFile, getOutputs, getProcessManifest, getProcessResources, getSplitFolder, getVariantOutputData, setOutputFile |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |