com.android.builder.model
Interface AndroidArtifactOutput

All Superinterfaces:
com.android.build.VariantOutput

public interface AndroidArtifactOutput
extends com.android.build.VariantOutput

The Actual output for a AndroidArtifact, which can be one file at the minimum or several APKs in case of pure splits configuration.


Method Summary
 java.lang.String getAssembleTaskName()
          Returns the name of the task used to generate this artifact output.
 java.io.File getGeneratedManifest()
          The generated manifest for this variant's artifact's output.
 
Methods inherited from interface com.android.build.VariantOutput
getMainOutputFile, getOutputs, getSplitFolder, getVersionCode
 

Method Detail

getAssembleTaskName

@NonNull
java.lang.String getAssembleTaskName()
Returns the name of the task used to generate this artifact output.

Returns:
the name of the task.

getGeneratedManifest

@NonNull
java.io.File getGeneratedManifest()
The generated manifest for this variant's artifact's output.