public interface VariantOutput
| Modifier and Type | Method and Description |
|---|---|
OutputFile |
getMainOutputFile()
Returns the main file for this artifact which can be either the
OutputFile.OutputType.MAIN or
OutputFile.OutputType.FULL_SPLIT |
java.util.Collection<? extends OutputFile> |
getOutputs()
All the output files for this artifacts, contains the main APK and optionally a list of
split APKs.
|
java.io.File |
getSplitFolder()
Returns the folder containing all the split APK files.
|
int |
getVersionCode()
Returns the version code for this output.
|
@NonNull OutputFile getMainOutputFile()
OutputFile.OutputType.MAIN or
OutputFile.OutputType.FULL_SPLIT@NonNull java.util.Collection<? extends OutputFile> getOutputs()
@NonNull java.io.File getSplitFolder()
int getVersionCode()