booster / com.didiglobal.booster.gradle / ResolvedArtifactResults

ResolvedArtifactResults

class ResolvedArtifactResults : Collection<ResolvedArtifactResult>
Deprecated: Use AGPInterface instead

Represents the dependencies of the specified variant

Author
johnsonlee

Constructors

<init>

Represents the dependencies of the specified variant

ResolvedArtifactResults(variant: BaseVariant)

Properties

size

val size: Int

Functions

contains

fun contains(element: ResolvedArtifactResult): Boolean

containsAll

fun containsAll(elements: Collection<ResolvedArtifactResult>): Boolean

dump

Dump it to file with specific stringify

fun dump(file: File = makeDependenciesOutput(), stringifier: (ResolvedArtifactResult) -> String = this.stringify): Unit

isEmpty

fun isEmpty(): Boolean

iterator

fun iterator(): Iterator<ResolvedArtifactResult!>

print

Print all component artifacts

fun print(printer: PrintWriter = PrintWriter(System.out, true), stringify: (ResolvedArtifactResult) -> String = this.stringify): Unit