com.android.builder.model
Interface AndroidArtifactOutput

All Superinterfaces:
com.android.build.SplitOutput

public interface AndroidArtifactOutput
extends com.android.build.SplitOutput

The Actual output for a AndroidArtifact


Field Summary
 
Fields inherited from interface com.android.build.SplitOutput
NO_FILTER
 
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.SplitOutput
getAbiFilter, getDensityFilter, getOutputFile, 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.