|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariantOutput
basic variant output information
Method Summary | |
---|---|
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. |
Method Detail |
---|
@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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |