Package com.android.builder.model
Interface BaseBuildOutput
- All Known Subinterfaces:
TestVariantBuildOutput,VariantBuildOutput
Deprecated.
Base model to represents a variant or a test variant build output.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.Variant full name.Deprecated.Returns the collection of build output for this Variant.
-
Method Details
-
getName
Deprecated.Variant full name.- Returns:
- a
Stringrepresenting this variant's name.
-
getOutputs
Deprecated.Returns the collection of build output for this Variant.- Returns:
- a possibly empty
CollectionofAndroidArtifactOutputfor each output file from this variant.
-